/external/v8/src/compiler/arm/ |
D | unwinding-info-writer-arm.cc | 12 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/ |
D | unwinding-info-writer-arm64.cc | 12 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/ |
D | unwinding-info-writer.h | 37 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block) { in BeginInstructionBlock()
|
D | code-generator.h | 240 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
|
D | code-generator.cc | 640 int pc_offset = masm()->pc_offset(); in RecordCallPosition() local 828 int CodeGenerator::BuildTranslation(Instruction* instr, int pc_offset, in BuildTranslation()
|
/external/v8/src/compiler/x64/ |
D | unwinding-info-writer-x64.cc | 12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
|
D | unwinding-info-writer-x64.h | 27 void MaybeIncreaseBaseOffsetAt(int pc_offset, int base_delta) { in MaybeIncreaseBaseOffsetAt()
|
/external/v8/src/heap/ |
D | heap-inl.h | 790 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/profiler/ |
D | profile-generator.cc | 28 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
|
D | profiler-listener.cc | 102 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/ |
D | assembler_arm.h | 1236 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/ |
D | safepoint-table.cc | 53 unsigned pc_offset = static_cast<unsigned>(pc - code_->instruction_start()); in FindEntry() local
|
D | eh-frame.cc | 250 void EhFrameWriter::AdvanceLocation(int pc_offset) { in AdvanceLocation()
|
/external/v8/src/wasm/ |
D | decoder.h | 297 uint32_t pc_offset() const { return static_cast<uint32_t>(pc_ - start_); } in pc_offset() function
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 277 uint32_t pc_offset = in DetermineEntryAndDisarmOSRForBaseline() local
|
/external/v8/src/crankshaft/ |
D | lithium.h | 437 int pc_offset() const { return pc_offset_; } in pc_offset() function 502 int pc_offset) { in Register()
|
/external/v8/src/ia32/ |
D | deoptimizer-ia32.cc | 36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
|
/external/v8/src/ppc/ |
D | assembler-ppc-inl.h | 557 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
|
/external/v8/src/snapshot/ |
D | deserializer.cc | 710 int pc_offset = source_.GetInt(); in ReadData() local
|
D | serializer.cc | 643 intptr_t pc_offset = rinfo->target_internal_reference_address() - entry; in VisitInternalReference() local
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1219 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction() 1263 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
|
/external/v8/src/mips/ |
D | assembler-mips.h | 1165 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction() 1208 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
|
/external/vixl/src/aarch32/ |
D | disasm-aarch32.h | 186 Location(Offset immediate, Offset pc_offset) in Location()
|
/external/v8/src/x87/ |
D | deoptimizer-x87.cc | 36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 850 uint32_t pc_offset(uint32_t index) { in pc_offset() function
|