/external/v8/src/heap/ |
D | heap-inl.h | 729 void Heap::SetArgumentsAdaptorDeoptPCOffset(int pc_offset) { in SetArgumentsAdaptorDeoptPCOffset() 734 void Heap::SetConstructStubDeoptPCOffset(int pc_offset) { in SetConstructStubDeoptPCOffset() 739 void Heap::SetGetterStubDeoptPCOffset(int pc_offset) { in SetGetterStubDeoptPCOffset() 744 void Heap::SetSetterStubDeoptPCOffset(int pc_offset) { in SetSetterStubDeoptPCOffset() 749 void Heap::SetInterpreterEntryReturnPCOffset(int pc_offset) { in SetInterpreterEntryReturnPCOffset()
|
/external/v8/src/compiler/ |
D | code-generator.h | 202 int pc_offset() const { return pc_offset_; } in pc_offset() function 218 int pc_offset; member
|
D | code-generator.cc | 517 int pc_offset = masm()->pc_offset(); in RecordCallPosition() local 677 int CodeGenerator::BuildTranslation(Instruction* instr, int pc_offset, in BuildTranslation()
|
/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() 595 int pc_offset = in RecordTickSample() local 626 int pc_offset = in RecordTickSample() local
|
D | profiler-listener.cc | 106 int pc_offset = static_cast<int>(reloc_info->pc() - code->address()); in CodeCreateEvent() local 117 int pc_offset = it.bytecode_offset() + BytecodeArray::kHeaderSize; in CodeCreateEvent() local 227 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 | 377 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start()); in IteratePc() local 880 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local 1127 int pc_offset = static_cast<int>(pc() - code->entry()); in LookupExceptionHandlerInTable() local 1227 int pc_offset = GetBytecodeOffset() + 1; // Point after current bytecode. in LookupExceptionHandlerInTable() local
|
D | log.cc | 486 int pc_offset, in AddCodeLinePosInfoEvent() 1226 int pc_offset, int position) { in CodeLinePosInfoAddPositionEvent() 1235 int pc_offset, in CodeLinePosInfoAddStatementPositionEvent()
|
D | deoptimizer.cc | 692 unsigned pc_offset = FullCodeGenerator::PcField::decode(pc_and_state); in LookupCatchHandler() local 1058 unsigned pc_offset = goto_catch_handler in DoComputeJSFrame() local 2796 unsigned pc_offset = FullCodeGenerator::PcField::decode(pc_and_state); in ComputeSourcePosition() local
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 217 uint32_t pc_offset = in RUNTIME_FUNCTION() local
|
/external/v8/src/wasm/ |
D | decoder.h | 342 uint32_t pc_offset() { return static_cast<uint32_t>(pc_ - start_); } in pc_offset() function
|
/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/snapshot/ |
D | deserializer.cc | 655 int pc_offset = source_.GetInt(); in ReadData() local
|
D | serializer.cc | 619 intptr_t pc_offset = rinfo->target_internal_reference_address() - entry; in VisitInternalReference() local
|
/external/v8/src/ppc/ |
D | assembler-ppc-inl.h | 559 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
|
D | assembler-ppc.h | 1333 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
|
/external/v8/src/ia32/ |
D | deoptimizer-ia32.cc | 36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugLine.cpp | 324 uint16_t pc_offset = debug_line_data.GetU16(&offset); in DumpStatementOpcodes() local
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1216 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction() 1258 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
|
/external/v8/src/mips/ |
D | assembler-mips.h | 1159 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction() 1197 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore()
|
/external/v8/src/debug/ |
D | debug.cc | 1216 static int ComputeContinuationIndexFromPcOffset(Code* code, int pc_offset) { in ComputeContinuationIndexFromPcOffset() 1349 int pc_offset = generator_obj->continuation(); in PrepareFunctionForBreakPoints() local 1375 int pc_offset = ComputePcOffsetFromContinuationIndex(shared->code(), index); in PrepareFunctionForBreakPoints() local
|
/external/v8/src/x87/ |
D | deoptimizer-x87.cc | 36 int pc_offset = deopt_data->Pc(i)->value(); in EnsureRelocSpaceForLazyDeoptimization() local
|
D | assembler-x87.h | 1007 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 1011 uint32_t pc_offset(uint32_t index) { in pc_offset() function
|
/external/v8/src/s390/ |
D | assembler-s390.h | 1256 void PatchConstantPoolAccessInstruction(int pc_offset, int offset, in PatchConstantPoolAccessInstruction()
|