Searched refs:func_offset (Results 1 – 3 of 3) sorted by relevance
77 backtrace[i].off = frame->func_offset; in debug_backtrace_capture()
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not member
954 uint32_t func_offset = header_p->func_offsets[func_index]; in jerry_snapshot_result() local955 ecma_compiled_code_t *bytecode_p = (ecma_compiled_code_t *) (snapshot_data_p + func_offset); in jerry_snapshot_result()