/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | unwinding-info-writer-ppc.cc | 11 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock() 87 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack() 95 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | unwinding-info-writer-arm.cc | 12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock() 84 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack() 92 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | unwinding-info-writer-s390.cc | 11 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock() 85 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack() 93 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | unwinding-info-writer-arm64.cc | 15 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock() 89 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset, in MarkLinkRegisterOnTopOfStack() 98 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-debug.h | 77 Entry(int pc_offset, int stack_height, std::vector<Value> changed_values) in Entry() 83 explicit Entry(int pc_offset) : pc_offset_(pc_offset) {} in Entry() 85 int pc_offset() const { return pc_offset_; } in pc_offset() function 124 const Entry* GetEntry(int pc_offset) const { in GetEntry()
|
D | decoder.h | 333 uint32_t V8_INLINE pc_offset(const uint8_t* pc) const { in pc_offset() function 338 uint32_t pc_offset() const { return pc_offset(pc_); } in pc_offset() function
|
/third_party/node/deps/v8/src/profiler/ |
D | symbolizer.cc | 87 int pc_offset = in SymbolizeTickSample() local 122 int pc_offset = static_cast<int>(stack_pos - instruction_start); in SymbolizeTickSample() local
|
/third_party/node/deps/v8/src/codegen/ |
D | code-comments.h | 30 uint32_t pc_offset; member
|
D | handler-table.cc | 172 int HandlerTable::LookupRange(int pc_offset, int* data_out, in LookupRange() 202 int HandlerTable::LookupReturn(int pc_offset) { in LookupReturn() 258 int pc_offset = GetReturnOffset(i); in HandlerTableReturnPrint() local
|
D | safepoint-table.cc | 42 int SafepointTable::find_return_pc(int pc_offset) { in find_return_pc() 53 int pc_offset = static_cast<int>(pc - instruction_start_); in FindEntry() local
|
D | code-comments.cc | 79 void CodeCommentsWriter::Add(uint32_t pc_offset, std::string comment) { in Add()
|
D | constant-pool.cc | 424 bool ConstantPool::IsInImmRangeIfEmittedAt(int pc_offset) { in IsInImmRangeIfEmittedAt() 673 bool ConstantPool::IsInImmRangeIfEmittedAt(int pc_offset) { in IsInImmRangeIfEmittedAt()
|
D | assembler.h | 268 int pc_offset() const { return static_cast<int>(pc_ - buffer_start_); } in pc_offset() function
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | unwinding-info-writer.h | 46 void BeginInstructionBlock(int pc_offset, const InstructionBlock*) {} in BeginInstructionBlock()
|
D | code-generator-impl.h | 191 int translation_id, int pc_offset, in DeoptimizationExit() 222 int pc_offset() const { return pc_offset_; } in pc_offset() function
|
D | code-generator.cc | 976 int pc_offset = tasm()->pc_offset_for_safepoint(); in RecordCallPosition() local 1111 Instruction* instr, int pc_offset, size_t frame_state_offset, in BuildTranslation()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | unwinding-info-writer-x64.cc | 12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
|
D | unwinding-info-writer-x64.h | 28 void MaybeIncreaseBaseOffsetAt(int pc_offset, int base_delta) { in MaybeIncreaseBaseOffsetAt()
|
/third_party/node/deps/v8/src/baseline/ |
D | bytecode-offset-iterator.h | 45 inline void AdvanceToPCOffset(Address pc_offset) { in AdvanceToPCOffset()
|
D | baseline-compiler.h | 35 void AddPosition(size_t pc_offset) { in AddPosition()
|
D | baseline-assembler-inl.h | 56 int BaselineAssembler::pc_offset() const { return __ pc_offset(); } in pc_offset() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 1157 CodeComment(intptr_t pc_offset, const String &comment) in CodeComment() 1160 intptr_t pc_offset() const { return pc_offset_; } in pc_offset() function
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | frame-description.h | 189 static int pc_offset() { return offsetof(FrameDescription, pc_); } in pc_offset() function
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc-inl.h | 376 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | eh-frame.cc | 251 void EhFrameWriter::AdvanceLocation(int pc_offset) { in AdvanceLocation()
|