Home
last modified time | relevance | path

Searched defs:pc_offset (Results 1 – 25 of 42) sorted by relevance

12

/external/v8/src/heap/
Dheap-inl.h729 void Heap::SetArgumentsAdaptorDeoptPCOffset(int pc_offset) { in SetArgumentsAdaptorDeoptPCOffset()
734 void Heap::SetConstructStubDeoptPCOffset(int pc_offset) { in SetConstructStubDeoptPCOffset()
739 void Heap::SetGetterStubDeoptPCOffset(int pc_offset) { in SetGetterStubDeoptPCOffset()
744 void Heap::SetSetterStubDeoptPCOffset(int pc_offset) { in SetSetterStubDeoptPCOffset()
749 void Heap::SetInterpreterEntryReturnPCOffset(int pc_offset) { in SetInterpreterEntryReturnPCOffset()
/external/v8/src/compiler/
Dcode-generator.h202 int pc_offset() const { return pc_offset_; } in pc_offset() function
218 int pc_offset; member
Dcode-generator.cc517 int pc_offset = masm()->pc_offset(); in RecordCallPosition() local
677 int CodeGenerator::BuildTranslation(Instruction* instr, int pc_offset, in BuildTranslation()
/external/v8/src/profiler/
Dprofile-generator.cc27 void JITLineInfoTable::SetPosition(int pc_offset, int line) { in SetPosition()
144 void CodeEntry::AddInlineStack(int pc_offset, in AddInlineStack()
595 int pc_offset = in RecordTickSample() local
626 int pc_offset = in RecordTickSample() local
Dprofiler-listener.cc106 int pc_offset = static_cast<int>(reloc_info->pc() - code->address()); in CodeCreateEvent() local
117 int pc_offset = it.bytecode_offset() + BytecodeArray::kHeaderSize; in CodeCreateEvent() local
227 int pc_offset = deopt_input_data->Pc(i)->value(); in RecordInliningInfo() local
/external/v8/src/
Dsafepoint-table.cc53 unsigned pc_offset = static_cast<unsigned>(pc - code_->instruction_start()); in FindEntry() local
Dframes.cc377 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start()); in IteratePc() local
880 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
1127 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
1227 int pc_offset = GetBytecodeOffset() + 1; // Point after current bytecode. in LookupExceptionHandlerInTable() local
Dlog.cc486 int pc_offset, in AddCodeLinePosInfoEvent()
1226 int pc_offset, int position) { in CodeLinePosInfoAddPositionEvent()
1235 int pc_offset, in CodeLinePosInfoAddStatementPositionEvent()
Ddeoptimizer.cc692 unsigned pc_offset = FullCodeGenerator::PcField::decode(pc_and_state); in LookupCatchHandler() local
1058 unsigned pc_offset = goto_catch_handler in DoComputeJSFrame() local
2796 unsigned pc_offset = FullCodeGenerator::PcField::decode(pc_and_state); in ComputeSourcePosition() local
/external/v8/src/runtime/
Druntime-compiler.cc217 uint32_t pc_offset = in RUNTIME_FUNCTION() local
/external/v8/src/wasm/
Ddecoder.h342 uint32_t pc_offset() { return static_cast<uint32_t>(pc_ - start_); } in pc_offset() function
/external/v8/src/crankshaft/
Dlithium.h437 int pc_offset() const { return pc_offset_; } in pc_offset() function
502 int pc_offset) { in Register()
/external/v8/src/snapshot/
Ddeserializer.cc655 int pc_offset = source_.GetInt(); in ReadData() local
Dserializer.cc619 intptr_t pc_offset = rinfo->target_internal_reference_address() - entry; in VisitInternalReference() local
/external/v8/src/ppc/
Dassembler-ppc-inl.h559 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
Dassembler-ppc.h1333 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp324 uint16_t pc_offset = debug_line_data.GetU16(&offset); in DumpStatementOpcodes() local
/external/v8/src/mips64/
Dassembler-mips64.h1216 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
1258 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
/external/v8/src/mips/
Dassembler-mips.h1159 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
1197 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
/external/v8/src/debug/
Ddebug.cc1216 static int ComputeContinuationIndexFromPcOffset(Code* code, int pc_offset) { in ComputeContinuationIndexFromPcOffset()
1349 int pc_offset = generator_obj->continuation(); in PrepareFunctionForBreakPoints() local
1375 int pc_offset = ComputePcOffsetFromContinuationIndex(shared->code(), index); in PrepareFunctionForBreakPoints() local
/external/v8/src/x87/
Ddeoptimizer-x87.cc36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
Dassembler-x87.h1007 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
/external/v8/src/full-codegen/
Dfull-codegen.h1011 uint32_t pc_offset(uint32_t index) { in pc_offset() function
/external/v8/src/s390/
Dassembler-s390.h1256 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()

12