Searched refs:byte_code_start_p (Results 1 – 4 of 4) sorted by relevance
1029 const uint8_t *byte_code_start_p = byte_code_p; in vm_loop() local1397 JERRY_ASSERT (byte_code_start_p[0] == CBC_EXT_OPCODE); in vm_loop()1471 frame_ctx_p->byte_code_start_p = byte_code_p; in vm_loop()1758 JERRY_ASSERT (byte_code_start_p[0] == CBC_EXT_OPCODE); in vm_loop()1760 bool copy_values = (byte_code_start_p[1] == CBC_EXT_CLONE_FULL_CONTEXT); in vm_loop()1932 frame_ctx_p->byte_code_p = byte_code_start_p; in vm_loop()2058 byte_code_p = byte_code_start_p + branch_offset; in vm_loop()2135 frame_ctx_p->byte_code_p = byte_code_start_p; in vm_loop()2263 if (*byte_code_start_p == CBC_EXT_OPCODE) in vm_loop()2389 byte_code_p = byte_code_start_p + 1; in vm_loop()[all …]
208 byte_code_p = frame_ctx_p->byte_code_start_p + context_end; in vm_stack_find_finally()223 branch_offset += (uint32_t) (byte_code_p - frame_ctx_p->byte_code_start_p); in vm_stack_find_finally()272 branch_offset += (uint32_t) (byte_code_p - frame_ctx_p->byte_code_start_p); in vm_stack_find_finally()
45 const uint8_t *byte_code_start_p; /**< byte code start pointer */ member
603 uint8_t *byte_code_start_p; in parse_print_final_cbc() local702 byte_code_start_p = (uint8_t *) compiled_code_p; in parse_print_final_cbc()706 byte_code_start_p += sizeof (cbc_uint16_arguments_t); in parse_print_final_cbc()710 byte_code_start_p += sizeof (cbc_uint8_arguments_t); in parse_print_final_cbc()713 byte_code_start_p += (unsigned int) (literal_end - register_end) * sizeof (ecma_value_t); in parse_print_final_cbc()715 byte_code_end_p = byte_code_start_p + length; in parse_print_final_cbc()716 byte_code_p = byte_code_start_p; in parse_print_final_cbc()722 size_t cbc_offset = (size_t) (byte_code_p - byte_code_start_p); in parse_print_final_cbc()