Home
last modified time | relevance | path

Searched defs:pc_offset (Results 1 – 25 of 50) 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.h240 DeoptimizationState(BailoutId bailout_id, int translation_id, int pc_offset, in DeoptimizationState()
250 int pc_offset() const { return pc_offset_; } in pc_offset() function
264 int pc_offset; member
Dunwinding-info-writer.h37 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block) { in BeginInstructionBlock()
Dcode-generator.cc640 int pc_offset = masm()->pc_offset(); in RecordCallPosition() local
828 int CodeGenerator::BuildTranslation(Instruction* instr, int pc_offset, in BuildTranslation()
/external/v8/src/heap/
Dheap-inl.h790 void Heap::SetArgumentsAdaptorDeoptPCOffset(int pc_offset) { in SetArgumentsAdaptorDeoptPCOffset()
795 void Heap::SetConstructStubCreateDeoptPCOffset(int pc_offset) { in SetConstructStubCreateDeoptPCOffset()
800 void Heap::SetConstructStubInvokeDeoptPCOffset(int pc_offset) { in SetConstructStubInvokeDeoptPCOffset()
805 void Heap::SetGetterStubDeoptPCOffset(int pc_offset) { in SetGetterStubDeoptPCOffset()
810 void Heap::SetSetterStubDeoptPCOffset(int pc_offset) { in SetSetterStubDeoptPCOffset()
815 void Heap::SetInterpreterEntryReturnPCOffset(int pc_offset) { in SetInterpreterEntryReturnPCOffset()
/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/profiler/
Dprofile-generator.cc28 void JITLineInfoTable::SetPosition(int pc_offset, int line) { in SetPosition()
145 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.cc102 int pc_offset = it.code_offset() + offset; in CodeCreateEvent() local
210 int pc_offset = deopt_input_data->Pc(i)->value(); in RecordInliningInfo() local
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h1236 CodeComment(intptr_t pc_offset, const String& comment) in CodeComment()
1239 intptr_t pc_offset() const { return pc_offset_; } in pc_offset() function
/external/v8/src/
Dsafepoint-table.cc53 unsigned pc_offset = static_cast<unsigned>(pc - code_->instruction_start()); in FindEntry() local
Deh-frame.cc250 void EhFrameWriter::AdvanceLocation(int pc_offset) { in AdvanceLocation()
Dframes.cc413 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start()); in IteratePc() local
1466 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
1778 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
/external/v8/src/wasm/
Ddecoder.h297 uint32_t pc_offset() const { return static_cast<uint32_t>(pc_ - start_); } in pc_offset() function
/external/v8/src/runtime/
Druntime-compiler.cc277 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/ia32/
Ddeoptimizer-ia32.cc36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
/external/v8/src/snapshot/
Ddeserializer.cc710 int pc_offset = source_.GetInt(); in ReadData() local
/external/v8/src/ppc/
Dassembler-ppc-inl.h557 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
/external/v8/src/mips64/
Dassembler-mips64.h1219 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
1263 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
/external/v8/src/mips/
Dassembler-mips.h1165 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
1208 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
/external/v8/src/full-codegen/
Dfull-codegen.h850 uint32_t pc_offset(uint32_t index) { in pc_offset() function
/external/v8/src/x87/
Ddeoptimizer-x87.cc36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
/external/vixl/src/aarch32/
Ddisasm-aarch32.h186 Location(Offset immediate, Offset pc_offset) in Location()

12