Home
last modified time | relevance | path

Searched defs:pc_offset (Results 1 - 25 of 45) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dunwinding-info-writer-arm64.cc15 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 Dunwinding-info-writer-x64.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock() argument
H A Dunwinding-info-writer-x64.h28 void MaybeIncreaseBaseOffsetAt(int pc_offset, int base_delta) { in MaybeIncreaseBaseOffsetAt() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dunwinding-info-writer.h46 void BeginInstructionBlock(int pc_offset, const InstructionBlock*) {} in BeginInstructionBlock() argument
H A Dcode-generator-impl.h222 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 Dcode-generator.h400 int pc_offset; member
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dunwinding-info-writer-arm.cc12 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 Dunwinding-info-writer-ppc.cc11 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 Dunwinding-info-writer-s390.cc11 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 Dcode-comments.h30 uint32_t pc_offset; member
H A Dcode-comments.cc79 void CodeCommentsWriter::Add(uint32_t pc_offset, std::string comment) { in Add() argument
H A Dsafepoint-table.cc42 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 Dconstant-pool.cc424 IsInImmRangeIfEmittedAt(int pc_offset) IsInImmRangeIfEmittedAt() argument
673 IsInImmRangeIfEmittedAt(int pc_offset) IsInImmRangeIfEmittedAt() argument
[all...]
H A Dhandler-table.cc172 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 Dassembler.h268 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 Dsymbolizer.cc87 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 Dwasm-debug.h77 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 Ddecoder.h333 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 Dbytecode-offset-iterator.h45 inline void AdvanceToPCOffset(Address pc_offset) { in AdvanceToPCOffset() argument
H A Dbaseline-compiler.h35 void AddPosition(size_t pc_offset) { in AddPosition() argument
H A Dbaseline-assembler-inl.h56 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 Dassembler-ppc-inl.h375 PatchConstantPoolAccessInstruction( int pc_offset, int offset, ConstantPoolEntry::Access access, ConstantPoolEntry::Type type) PatchConstantPoolAccessInstruction() argument
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc251 void EhFrameWriter::AdvanceLocation(int pc_offset) { in AdvanceLocation() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h1157 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 Dassembler-loong64.h852 void BlockTrampolinePoolBefore(int pc_offset) { in BlockTrampolinePoolBefore() argument

Completed in 15 milliseconds

12