Searched refs:branch_offset_length (Results 1 – 3 of 3) sorted by relevance
189 uint32_t branch_offset_length; in vm_stack_find_finally() local217 branch_offset_length = CBC_BRANCH_OFFSET_LENGTH (byte_code_p[1]); in vm_stack_find_finally()219 branch_offset_length); in vm_stack_find_finally()227 byte_code_p += 2 + branch_offset_length; in vm_stack_find_finally()268 branch_offset_length = CBC_BRANCH_OFFSET_LENGTH (byte_code_p[1]); in vm_stack_find_finally()270 branch_offset_length); in vm_stack_find_finally()276 byte_code_p += 2 + branch_offset_length; in vm_stack_find_finally()
988 uint8_t branch_offset_length = 0; in vm_loop() local1098 branch_offset_length = CBC_BRANCH_OFFSET_LENGTH (opcode); in vm_loop()1099 JERRY_ASSERT (branch_offset_length >= 1 && branch_offset_length <= 3); in vm_loop()1103 if (JERRY_UNLIKELY (branch_offset_length != 1)) in vm_loop()1108 if (JERRY_UNLIKELY (branch_offset_length == 3)) in vm_loop()3286 branch_offset_length = CBC_BRANCH_OFFSET_LENGTH (*byte_code_start_p); in vm_loop()3287 JERRY_ASSERT (branch_offset_length >= 1 && branch_offset_length <= 3); in vm_loop()3293 if (JERRY_UNLIKELY (branch_offset_length != 1)) in vm_loop()3297 if (JERRY_UNLIKELY (branch_offset_length == 3)) in vm_loop()3309 byte_code_p += branch_offset_length; in vm_loop()
799 size_t branch_offset_length = (opcode != CBC_EXT_OPCODE ? CBC_BRANCH_OFFSET_LENGTH (opcode) in parse_print_final_cbc() local807 while (--branch_offset_length > 0); in parse_print_final_cbc()1008 size_t branch_offset_length; in parser_post_processing() local1013 branch_offset_length = CBC_BRANCH_OFFSET_LENGTH (last_opcode); in parser_post_processing()1022 branch_offset_length = CBC_BRANCH_OFFSET_LENGTH (ext_opcode); in parser_post_processing()1127 JERRY_ASSERT (branch_offset_length > 0 && branch_offset_length <= 3); in parser_post_processing()1129 while (--branch_offset_length > 0) in parser_post_processing()1371 size_t branch_offset_length; in parser_post_processing() local1376 branch_offset_length = CBC_BRANCH_OFFSET_LENGTH (opcode); in parser_post_processing()1412 branch_offset_length = CBC_BRANCH_OFFSET_LENGTH (ext_opcode); in parser_post_processing()[all …]