Home
last modified time | relevance | path

Searched defs:code_offset (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dsource-position-table.h33 int code_offset; member
123 int code_offset() const { in code_offset() function in v8::internal::SourcePositionTableIterator
H A Dsource-position-table.cc154 AddPosition(size_t code_offset, SourcePosition source_position, bool is_statement) AddPosition() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c240 uint32_t code_offset = rgp_shader_data->base_address - in ac_rgp_file_write_elf_text() local
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc150 int code_offset = it.code_offset(); in CodeCreateEvent() local
233 CodeCreateEvent(LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, const char* source_url, int code_offset, int script_id) CodeCreateEvent() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_job_context.c325 uint32_t code_offset; in pvr_pds_render_ctx_sr_program_create_and_upload() local
384 uint32_t code_offset; in pvr_pds_compute_ctx_sr_program_create_and_upload() local
934 uint32_t code_offset; pvr_pds_sr_fence_terminate_program_create_and_upload() local
[all...]
H A Dpvr_device.c2258 const uint32_t code_offset = ALIGN_POT(data_aligned_size, code_alignment); in pvr_gpu_upload_pds() local
H A Dpvr_private.h242 uint32_t code_offset; member
892 uint32_t code_offset; member
/third_party/node/deps/v8/src/objects/
H A Dcall-site-info.cc549 int code_offset = info->code_offset_or_source_position(); in ComputeLocation() local
H A Dobjects.cc6750 int code_offset = Smi::ToInt(input_or_debug_pos()); in source_position() local
/third_party/node/deps/v8/src/debug/
H A Ddebug.h143 int code_offset() { return source_position_iterator_.code_offset(); } in code_offset() function in v8::internal::BreakIterator
92 BreakLocation(Handle<AbstractCode> abstract_code, DebugBreakType type, int code_offset, int position, int generator_obj_reg_index, int generator_suspend_id) BreakLocation() argument
H A Ddebug.cc1145 int code_offset = summary.code_offset(); PrepareStepOnThrow() local
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc415 uint32_t code_offset = code_ref.offset(); in LogWriteDebugInfo() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h208 uint32_t code_offset; /* US_CODE_OFFSET */ member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc78 int code_offset; in FindNewPC() local
H A Dwasm-code-manager.cc290 int code_offset = module->functions[index_].code.offset(); in LogCode() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c1161 anv_pipeline_add_executable(struct anv_pipeline *pipeline, struct anv_pipeline_stage *stage, struct brw_compile_stats *stats, uint32_t code_offset) anv_pipeline_add_executable() argument
/third_party/node/deps/v8/src/execution/
H A Dframes.h389 int code_offset() const { return code_offset_; } in code_offset() function in v8::internal::FrameSummary::JavaScriptFrameSummary
417 int code_offset() const { return code_offset_; } in code_offset() function in v8::internal::FrameSummary::WasmFrameSummary
H A Dframes.cc879 int code_offset = code.GetOffsetFromInstructionStart(isolate(), pc()); in Summarize() local
881 isolate(), receiver(), function(), AbstractCode::cast(code), code_offset, in Summarize() local
992 int code_offset = code.GetOffsetFromInstructionStart(isolate(), pc()); in position() local
1429 int code_offset = 0; in PrintTop() local
1390 PrintFunctionAndOffset(JSFunction function, AbstractCode code, int code_offset, FILE* file, bool print_line_number) PrintFunctionAndOffset() argument
1464 CollectFunctionAndOffsetForICStats(JSFunction function, AbstractCode code, int code_offset) CollectFunctionAndOffsetForICStats() argument
1554 JavaScriptFrameSummary( Isolate* isolate, Object receiver, JSFunction function, AbstractCode abstract_code, int code_offset, bool is_constructor, FixedArray parameters) JavaScriptFrameSummary() argument
1640 WasmFrameSummary( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::WasmCode* code, int code_offset, bool at_to_number_conversion) WasmFrameSummary() argument
1806 unsigned code_offset; Summarize() local
1825 isolate(), *receiver, *function, *abstract_code, code_offset, Summarize() local
1945 int code_offset = GetBytecodeOffset(); position() local
[all...]
H A Disolate.cc2183 int code_offset = summary.code_offset(); in ThrowInternal() local
/third_party/python/Python/
H A Dtraceback.c797 int code_offset = tb->tb_lasti; in tb_displayline() local
/third_party/python/Objects/
H A Dcodeobject.c1103 int code_offset = 0; in decode_linetable() local
/third_party/node/deps/v8/src/ic/
H A Dic.cc158 int code_offset = 0; in TraceIC() local
/third_party/node/deps/v8/src/logging/
H A Dlog.cc762 uint32_t code_offset = code_ref.offset(); in LogRecordedBuffer() local
504 CodeCreateEvent( LogEventsAndTags tag, const wasm::WasmCode* code, wasm::WasmName name, const char* source_url, int code_offset, int script_id) CodeCreateEvent() argument
[all...]

Completed in 70 milliseconds