Searched refs:DECODE_ULABEL (Results 1 – 3 of 3) sorted by relevance
41 #define DECODE_ULABEL do { unum = (ip[0] | (ip[1] << 8)); ip += 2; } while (0) macro348 DECODE_ULABEL; // loop-like labels are always forward in mp_bytecode_print_str()363 DECODE_ULABEL; // except labels are always forward in mp_bytecode_print_str()368 DECODE_ULABEL; // except labels are always forward in mp_bytecode_print_str()389 DECODE_ULABEL; // the jump offset if iteration finishes; for labels are always forward in mp_bytecode_print_str()394 DECODE_ULABEL; // these labels are always forward in mp_bytecode_print_str()
450 #define DECODE_ULABEL do { unum = (ip[0] | (ip[1] << 8)); ip += 2; } while (0) macro707 DECODE_ULABEL; // loop-like labels are always forward in mp_prof_opcode_decode()723 DECODE_ULABEL; // except labels are always forward in mp_prof_opcode_decode()729 DECODE_ULABEL; // except labels are always forward in mp_prof_opcode_decode()751 DECODE_ULABEL; // the jump offset if iteration finishes; for labels are always forward in mp_prof_opcode_decode()
64 #define DECODE_ULABEL size_t ulab = (ip[0] | (ip[1] << 8)); ip += 2 macro108 DECODE_ULABEL; /* except labels are always forward */ \821 … DECODE_ULABEL; // the jump offset if iteration finishes; for labels are always forward in mp_execute_bytecode()848 DECODE_ULABEL; in mp_execute_bytecode()1434 … DECODE_ULABEL; // the jump offset if iteration finishes; for labels are always forward in mp_execute_bytecode()
Completed in 7 milliseconds