Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dcode-generator.h180 int pc_offset() const { return pc_offset_; } in pc_offset() function
196 int pc_offset; member
Dcode-generator.cc448 int pc_offset = masm()->pc_offset(); in RecordCallPosition() local
605 int CodeGenerator::BuildTranslation(Instruction* instr, int pc_offset, in BuildTranslation()
/external/v8/src/heap/
Dheap-inl.h674 void Heap::SetArgumentsAdaptorDeoptPCOffset(int pc_offset) { in SetArgumentsAdaptorDeoptPCOffset()
680 void Heap::SetConstructStubDeoptPCOffset(int pc_offset) { in SetConstructStubDeoptPCOffset()
686 void Heap::SetGetterStubDeoptPCOffset(int pc_offset) { in SetGetterStubDeoptPCOffset()
692 void Heap::SetSetterStubDeoptPCOffset(int pc_offset) { in SetSetterStubDeoptPCOffset()
/external/v8/src/profiler/
Dprofile-generator.cc26 void JITLineInfoTable::SetPosition(int pc_offset, int line) { in SetPosition()
613 int pc_offset = in RecordTickSample() local
646 int pc_offset = in RecordTickSample() local
Dcpu-profiler.h84 size_t pc_offset; variable
Dprofile-generator.h67 size_t pc_offset) { in set_deopt_info()
Dcpu-profiler.cc281 int pc_offset = static_cast<int>(it.rinfo()->pc() - code->address()); in CodeCreateEvent() local
/external/v8/src/
Dsafepoint-table.cc53 unsigned pc_offset = static_cast<unsigned>(pc - code_->instruction_start()); in FindEntry() local
Dframes.cc383 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start()); in IteratePc() local
815 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
999 unsigned pc_offset; in Summarize() local
1036 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local
Dlog.cc569 int pc_offset, in AddCodeLinePosInfoEvent()
1336 int pc_offset, in CodeLinePosInfoAddPositionEvent()
1346 int pc_offset, in CodeLinePosInfoAddStatementPositionEvent()
Ddeoptimizer.h853 static int pc_offset() { return offsetof(FrameDescription, pc_); } in pc_offset() function
/external/v8/src/runtime/
Druntime-compiler.cc231 uint32_t pc_offset = in RUNTIME_FUNCTION() local
/external/v8/src/crankshaft/
Dlithium.h436 int pc_offset() const { return pc_offset_; } in pc_offset() function
501 int pc_offset) { in Register()
/external/v8/src/mips/
Dassembler-mips.h1137 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
1167 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
/external/v8/src/mips64/
Dassembler-mips64.h1197 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
1230 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
/external/v8/src/ppc/
Dassembler-ppc-inl.h595 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
Dassembler-ppc.h1322 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
/external/v8/src/debug/
Ddebug.cc1032 static int ComputeContinuationIndexFromPcOffset(Code* code, int pc_offset) { in ComputeContinuationIndexFromPcOffset()
1149 int pc_offset = generator_obj->continuation(); in PrepareFunctionForBreakPoints() local
1169 int pc_offset = ComputePcOffsetFromContinuationIndex(shared->code(), index); in PrepareFunctionForBreakPoints() local
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
/external/v8/src/x87/
Ddeoptimizer-x87.cc36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
Dassembler-x87.h972 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
/external/v8/src/full-codegen/
Dfull-codegen.cc1587 void BackEdgeTable::AddStackCheck(Handle<Code> code, uint32_t pc_offset) { in AddStackCheck()
1596 void BackEdgeTable::RemoveStackCheck(Handle<Code> code, uint32_t pc_offset) { in RemoveStackCheck()
Dfull-codegen.h987 uint32_t pc_offset(uint32_t index) { in pc_offset() function
/external/v8/src/snapshot/
Dserialize.cc1106 int pc_offset = source_.GetInt(); in ReadData() local
2107 intptr_t pc_offset = rinfo->target_internal_reference_address() - entry; in VisitInternalReference() local
/external/v8/src/arm64/
Dassembler-arm64.h1784 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()

12