Lines Matching refs:code_offset

780   int code_offset = static_cast<int>(pc() - code->InstructionStart());  in position()  local
781 return code->SourcePosition(code_offset); in position()
1106 int code_offset, FILE* file, in PrintFunctionAndOffset() argument
1110 PrintF(file, "+%d", code_offset); in PrintFunctionAndOffset()
1113 int source_pos = code->SourcePosition(code_offset); in PrintFunctionAndOffset()
1143 int code_offset = 0; in PrintTop() local
1146 code_offset = iframe->GetBytecodeOffset(); in PrintTop()
1149 code_offset = static_cast<int>(frame->pc() - code->InstructionStart()); in PrintTop()
1151 PrintFunctionAndOffset(function, function->abstract_code(), code_offset, in PrintTop()
1174 int code_offset) { in CollectFunctionAndOffsetForICStats() argument
1180 ic_info.script_offset = code_offset; in CollectFunctionAndOffsetForICStats()
1182 int source_pos = code->SourcePosition(code_offset); in CollectFunctionAndOffsetForICStats()
1201 int code_offset = 0; in CollectTopFrameForICStats() local
1204 code_offset = iframe->GetBytecodeOffset(); in CollectTopFrameForICStats()
1207 code_offset = static_cast<int>(frame->pc() - code->InstructionStart()); in CollectTopFrameForICStats()
1210 code_offset); in CollectTopFrameForICStats()
1261 AbstractCode* abstract_code, int code_offset, bool is_constructor) in JavaScriptFrameSummary() argument
1266 code_offset_(code_offset), in JavaScriptFrameSummary()
1277 return abstract_code()->SourcePosition(code_offset()); in SourcePosition()
1281 return abstract_code()->SourceStatementPosition(code_offset()); in SourceStatementPosition()
1347 int code_offset, bool at_to_number_conversion) in WasmCompiledFrameSummary() argument
1351 code_offset_(code_offset) {} in WasmCompiledFrameSummary()
1363 !iterator.done() && iterator.code_offset() <= offset; in GetWasmSourcePosition()
1371 return GetWasmSourcePosition(code_, code_offset()); in byte_offset()
1436 FRAME_SUMMARY_DISPATCH(int, code_offset) in FRAME_SUMMARY_DISPATCH()
1497 unsigned code_offset; in FRAME_SUMMARY_DISPATCH() local
1501 code_offset = 0; in FRAME_SUMMARY_DISPATCH()
1508 code_offset = it->node_id().ToInt(); // Points to current bytecode. in FRAME_SUMMARY_DISPATCH()
1515 code_offset, is_constructor); in FRAME_SUMMARY_DISPATCH()
1651 int code_offset = GetBytecodeOffset(); in position() local
1652 return code->SourcePosition(code_offset); in position()