/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() 93 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset, in MarkLinkRegisterOnTopOfStack() 102 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
|
/external/v8/src/ |
D | handler-table.cc | 151 int HandlerTable::LookupRange(int pc_offset, int* data_out, in LookupRange() 182 int HandlerTable::LookupReturn(int pc_offset) { in LookupReturn() 211 int pc_offset = GetReturnOffset(i); in HandlerTableReturnPrint() local
|
D | safepoint-table.cc | 57 unsigned SafepointTable::find_return_pc(unsigned pc_offset) { in find_return_pc() 70 unsigned pc_offset = static_cast<unsigned>(pc - instruction_start_); in FindEntry() local
|
D | eh-frame.cc | 250 void EhFrameWriter::AdvanceLocation(int pc_offset) { in AdvanceLocation()
|
D | frames.cc | 407 unsigned pc_offset = static_cast<unsigned>(pc - holder->InstructionStart()); in IteratePc() local 989 int pc_offset = static_cast<int>(pc() - code->InstructionStart()); in LookupExceptionHandlerInTable() local 1535 int pc_offset = static_cast<int>(pc() - code->InstructionStart()); in LookupExceptionHandlerInTable() local 1854 int pc_offset = static_cast<int>(pc() - code->instruction_start()); in LookupExceptionHandlerInTable() local
|
D | assembler.h | 221 int pc_offset() const { return static_cast<int>(pc_ - buffer_); } in pc_offset() function
|
/external/v8/src/compiler/ |
D | unwinding-info-writer.h | 37 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block) { in BeginInstructionBlock()
|
D | code-generator.h | 359 DeoptimizationState(BailoutId bailout_id, int translation_id, int pc_offset, in DeoptimizationState() 369 int pc_offset() const { return pc_offset_; } in pc_offset() function 383 int pc_offset; member
|
D | code-generator.cc | 885 int pc_offset = tasm()->pc_offset(); in RecordCallPosition() local 1069 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/profiler/ |
D | profile-generator.cc | 21 void SourcePositionTable::SetPosition(int pc_offset, int line) { in SetPosition() 123 int pc_offset, std::vector<std::unique_ptr<CodeEntry>> inline_stack) { in AddInlineStack() 727 int pc_offset = in RecordTickSample() local 759 int pc_offset = in RecordTickSample() local
|
D | profiler-listener.cc | 209 int pc_offset = deopt_input_data->Pc(i)->value(); in RecordInliningInfo() local
|
D | profile-generator.h | 42 int pc_offset; member
|
/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/wasm/ |
D | decoder.h | 254 uint32_t pc_offset() const { in pc_offset() function
|
/external/v8/src/ppc/ |
D | assembler-ppc-inl.h | 381 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
|
/external/v8/src/mips/ |
D | assembler-mips.h | 1837 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction() 1883 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1907 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction() 1955 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
|
/external/v8/src/snapshot/ |
D | deserializer.cc | 527 int pc_offset = source_.GetInt(); in ReadData() local
|
D | serializer.cc | 835 uintptr_t pc_offset = rinfo->target_internal_reference_address() - entry; in VisitInternalReference() local
|
/external/vixl/src/aarch32/ |
D | disasm-aarch32.h | 186 Location(Offset immediate, Offset pc_offset) in Location()
|
/external/v8/src/arm/ |
D | assembler-arm.h | 1523 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
|
/external/v8/src/heap/ |
D | heap.cc | 75 void Heap::SetArgumentsAdaptorDeoptPCOffset(int pc_offset) { in SetArgumentsAdaptorDeoptPCOffset() 80 void Heap::SetConstructStubCreateDeoptPCOffset(int pc_offset) { in SetConstructStubCreateDeoptPCOffset() 85 void Heap::SetConstructStubInvokeDeoptPCOffset(int pc_offset) { in SetConstructStubInvokeDeoptPCOffset() 90 void Heap::SetInterpreterEntryReturnPCOffset(int pc_offset) { in SetInterpreterEntryReturnPCOffset()
|