| /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 | code-generator.h | 234 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
|
| D | unwinding-info-writer.h | 37 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block) { in BeginInstructionBlock()
|
| D | code-generator.cc | 618 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/ |
| 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 | 779 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/ |
| D | profile-generator.cc | 27 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
|
| D | profiler-listener.cc | 101 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/ |
| D | safepoint-table.cc | 53 unsigned pc_offset = static_cast<unsigned>(pc - code_->instruction_start()); in FindEntry() local
|
| D | frames.cc | 384 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
|
| D | eh-frame.cc | 250 void EhFrameWriter::AdvanceLocation(int pc_offset) { in AdvanceLocation()
|
| /external/v8/src/wasm/ |
| D | decoder.h | 288 uint32_t pc_offset() { return static_cast<uint32_t>(pc_ - start_); } in pc_offset() function
|
| /external/v8/src/runtime/ |
| D | runtime-compiler.cc | 273 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/ppc/ |
| D | assembler-ppc-inl.h | 546 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
|
| /external/v8/src/snapshot/ |
| D | deserializer.cc | 700 int pc_offset = source_.GetInt(); in ReadData() local
|
| D | serializer.cc | 641 intptr_t pc_offset = rinfo->target_internal_reference_address() - entry; in VisitInternalReference() local
|
| /external/v8/src/ia32/ |
| D | deoptimizer-ia32.cc | 36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
|
| /external/v8/src/mips64/ |
| D | assembler-mips64.h | 1221 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 | 1164 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction() 1204 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
|
| /external/v8/src/x87/ |
| D | deoptimizer-x87.cc | 36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
|
| /external/v8/src/debug/ |
| D | debug.cc | 1180 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/ |
| D | full-codegen.h | 973 uint32_t pc_offset(uint32_t index) { in pc_offset() function
|