| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| H A D | unwinding-info-writer-arm64.cc | 15 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock() argument 89 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset, in MarkLinkRegisterOnTopOfStack() argument 98 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack() argument
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| H A D | unwinding-info-writer-x64.cc | 12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock() argument
|
| H A D | unwinding-info-writer-x64.h | 28 void MaybeIncreaseBaseOffsetAt(int pc_offset, int base_delta) { in MaybeIncreaseBaseOffsetAt() argument
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | unwinding-info-writer.h | 46 void BeginInstructionBlock(int pc_offset, const InstructionBlock*) {} in BeginInstructionBlock() argument
|
| H A D | code-generator-impl.h | 222 int pc_offset() const { return pc_offset_; } in pc_offset() function in v8::internal::compiler::DeoptimizationExit 190 DeoptimizationExit(SourcePosition pos, BytecodeOffset bailout_id, int translation_id, int pc_offset, DeoptimizeKind kind, DeoptimizeReason reason, NodeId node_id) DeoptimizationExit() argument
|
| H A D | code-generator.h | 400 int pc_offset; member
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | unwinding-info-writer-arm.cc | 12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock() argument 84 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack() argument 92 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack() argument
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | unwinding-info-writer-ppc.cc | 11 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock() argument 87 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack() argument 95 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack() argument
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| H A D | unwinding-info-writer-s390.cc | 11 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock() argument 85 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack() argument 93 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack() argument
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-comments.h | 30 uint32_t pc_offset; member
|
| H A D | code-comments.cc | 79 void CodeCommentsWriter::Add(uint32_t pc_offset, std::string comment) { in Add() argument
|
| H A D | safepoint-table.cc | 42 int SafepointTable::find_return_pc(int pc_offset) { in find_return_pc() argument 53 int pc_offset = static_cast<int>(pc - instruction_start_); in FindEntry() local
|
| H A D | constant-pool.cc | 424 IsInImmRangeIfEmittedAt(int pc_offset) IsInImmRangeIfEmittedAt() argument 673 IsInImmRangeIfEmittedAt(int pc_offset) IsInImmRangeIfEmittedAt() argument [all...] |
| H A D | handler-table.cc | 172 int HandlerTable::LookupRange(int pc_offset, int* data_out, in LookupRange() argument 202 int HandlerTable::LookupReturn(int pc_offset) { in LookupReturn() argument 258 int pc_offset = GetReturnOffset(i); in HandlerTableReturnPrint() local
|
| H A D | assembler.h | 268 int pc_offset() const { return static_cast<int>(pc_ - buffer_start_); } in pc_offset() function in v8::internal::AssemblerBase
|
| /third_party/node/deps/v8/src/profiler/ |
| H A 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/wasm/ |
| H A D | wasm-debug.h | 77 Entry(int pc_offset, int stack_height, std::vector<Value> changed_values) in Entry() argument 83 explicit Entry(int pc_offset) : pc_offset_(pc_offset) {} in Entry() argument 85 int pc_offset() const { return pc_offset_; } in pc_offset() function in v8::internal::wasm::DebugSideTable::Entry [all...] |
| H A 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 [all...] |
| /third_party/node/deps/v8/src/baseline/ |
| H A D | bytecode-offset-iterator.h | 45 inline void AdvanceToPCOffset(Address pc_offset) { in AdvanceToPCOffset() argument
|
| H A D | baseline-compiler.h | 35 void AddPosition(size_t pc_offset) { in AddPosition() argument
|
| H A D | baseline-assembler-inl.h | 56 int BaselineAssembler::pc_offset() const { return __ pc_offset(); } in pc_offset() function in v8::internal::baseline::BaselineAssembler
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | assembler-ppc-inl.h | 375 PatchConstantPoolAccessInstruction( int pc_offset, int offset, ConstantPoolEntry::Access access, ConstantPoolEntry::Type type) PatchConstantPoolAccessInstruction() argument
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | eh-frame.cc | 251 void EhFrameWriter::AdvanceLocation(int pc_offset) { in AdvanceLocation() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
| H A D | assembler_arm.h | 1157 CodeComment(intptr_t pc_offset, const String &comment) in CodeComment() argument 1160 intptr_t pc_offset() const { return pc_offset_; } in pc_offset() function in dart::Assembler::CodeComment
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | assembler-loong64.h | 852 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore() argument
|