/third_party/node/deps/v8/src/codegen/ |
H A D | source-position-table.h | 33 int code_offset; member 123 int code_offset() const { in code_offset() function in v8::internal::SourcePositionTableIterator
|
H A D | source-position-table.cc | 154 AddPosition(size_t code_offset, SourcePosition source_position, bool is_statement) AddPosition() argument [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp_elf_object_pack.c | 240 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 D | profiler-listener.cc | 150 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 D | pvr_job_context.c | 325 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 D | pvr_device.c | 2258 const uint32_t code_offset = ALIGN_POT(data_aligned_size, code_alignment); in pvr_gpu_upload_pds() local
|
H A D | pvr_private.h | 242 uint32_t code_offset; member 892 uint32_t code_offset; member
|
/third_party/node/deps/v8/src/objects/ |
H A D | call-site-info.cc | 549 int code_offset = info->code_offset_or_source_position(); in ComputeLocation() local
|
H A D | objects.cc | 6750 int code_offset = Smi::ToInt(input_or_debug_pos()); in source_position() local
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug.h | 143 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 D | debug.cc | 1145 int code_offset = summary.code_offset(); PrepareStepOnThrow() local [all...] |
/third_party/node/deps/v8/src/diagnostics/ |
H A D | perf-jit.cc | 415 uint32_t code_offset = code_ref.offset(); in LogWriteDebugInfo() local
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_code.h | 208 uint32_t code_offset; /* US_CODE_OFFSET */ member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.cc | 78 int code_offset; in FindNewPC() local
|
H A D | wasm-code-manager.cc | 290 int code_offset = module->functions[index_].code.offset(); in LogCode() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline.c | 1161 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 D | frames.h | 389 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 D | frames.cc | 879 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 D | isolate.cc | 2183 int code_offset = summary.code_offset(); in ThrowInternal() local
|
/third_party/python/Python/ |
H A D | traceback.c | 797 int code_offset = tb->tb_lasti; in tb_displayline() local
|
/third_party/python/Objects/ |
H A D | codeobject.c | 1103 int code_offset = 0; in decode_linetable() local
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic.cc | 158 int code_offset = 0; in TraceIC() local
|
/third_party/node/deps/v8/src/logging/ |
H A D | log.cc | 762 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...] |