Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/arm/
Dunwinding-info-writer-arm.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
91 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack()
99 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
/external/v8/src/compiler/arm64/
Dunwinding-info-writer-arm64.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
91 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset, in MarkLinkRegisterOnTopOfStack()
100 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
/external/v8/src/compiler/
Dcode-generator.h234 DeoptimizationState(BailoutId bailout_id, int translation_id, int pc_offset, in DeoptimizationState()
243 int pc_offset() const { return pc_offset_; } in pc_offset() function
255 int pc_offset; member
Dunwinding-info-writer.h37 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block) { in BeginInstructionBlock()
Dcode-generator.cc618 int pc_offset = masm()->pc_offset(); in RecordCallPosition() local
788 int CodeGenerator::BuildTranslation(Instruction* instr, int pc_offset, in BuildTranslation()
/external/v8/src/compiler/x64/
Dunwinding-info-writer-x64.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
Dunwinding-info-writer-x64.h27 void MaybeIncreaseBaseOffsetAt(int pc_offset, int base_delta) { in MaybeIncreaseBaseOffsetAt()
/external/v8/src/heap/
Dheap-inl.h779 void Heap::SetArgumentsAdaptorDeoptPCOffset(int pc_offset) { in SetArgumentsAdaptorDeoptPCOffset()
784 void Heap::SetConstructStubDeoptPCOffset(int pc_offset) { in SetConstructStubDeoptPCOffset()
789 void Heap::SetGetterStubDeoptPCOffset(int pc_offset) { in SetGetterStubDeoptPCOffset()
794 void Heap::SetSetterStubDeoptPCOffset(int pc_offset) { in SetSetterStubDeoptPCOffset()
799 void Heap::SetInterpreterEntryReturnPCOffset(int pc_offset) { in SetInterpreterEntryReturnPCOffset()
/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()
675 int pc_offset = static_cast<int>(reinterpret_cast<Address>(sample.pc) - in RecordTickSample() local
704 int pc_offset = in RecordTickSample() local
Dprofiler-listener.cc101 int pc_offset = it.code_offset() + offset; in CodeCreateEvent() local
209 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.cc384 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start()); in IteratePc() local
990 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
1255 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
1537 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
Deh-frame.cc250 void EhFrameWriter::AdvanceLocation(int pc_offset) { in AdvanceLocation()
/external/v8/src/wasm/
Ddecoder.h288 uint32_t pc_offset() { return static_cast<uint32_t>(pc_ - start_); } in pc_offset() function
/external/v8/src/runtime/
Druntime-compiler.cc273 uint32_t pc_offset = in DetermineEntryAndDisarmOSRForBaseline() local
/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/ppc/
Dassembler-ppc-inl.h546 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
/external/v8/src/snapshot/
Ddeserializer.cc700 int pc_offset = source_.GetInt(); in ReadData() local
Dserializer.cc641 intptr_t pc_offset = rinfo->target_internal_reference_address() - entry; in VisitInternalReference() local
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
/external/v8/src/mips64/
Dassembler-mips64.h1221 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
1263 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
/external/v8/src/mips/
Dassembler-mips.h1164 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
1204 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
/external/v8/src/x87/
Ddeoptimizer-x87.cc36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
/external/v8/src/debug/
Ddebug.cc1180 static int ComputeContinuationIndexFromPcOffset(Code* code, int pc_offset) { in ComputeContinuationIndexFromPcOffset()
1317 int pc_offset = generator_obj->continuation(); in PrepareFunctionForBreakPoints() local
1342 int pc_offset = ComputePcOffsetFromContinuationIndex(shared->code(), index); in PrepareFunctionForBreakPoints() local
/external/v8/src/full-codegen/
Dfull-codegen.h973 uint32_t pc_offset(uint32_t index) { in pc_offset() function

12