Home
last modified time | relevance | path

Searched refs:pc_offset_ (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.h78 : pc_offset_(pc_offset), in Entry()
82 // Constructor for map lookups (only initializes the {pc_offset_}).
83 explicit Entry(int pc_offset) : pc_offset_(pc_offset) {} in Entry()
85 int pc_offset() const { return pc_offset_; } in pc_offset()
108 int pc_offset_; member in v8::internal::wasm::DebugSideTable::Entry
H A Dwasm-debug.cc96 os << std::setw(6) << std::hex << pc_offset_ << std::dec << " stack height " in Print()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator-impl.h198 pc_offset_(pc_offset), in DeoptimizationExit()
222 int pc_offset() const { return pc_offset_; } in pc_offset()
246 const int pc_offset_; member in v8::internal::compiler::DeoptimizationExit
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h1158 : pc_offset_(pc_offset), comment_(comment) {} in CodeComment()
1160 intptr_t pc_offset() const { return pc_offset_; } in pc_offset()
1164 intptr_t pc_offset_; member in dart::Assembler::CodeComment
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h214 pc_offset_(0), in BranchInfo()
218 : pc_offset_(offset), label_(label), branch_type_(branch_type) { in BranchInfo()
220 pc_offset_ + Instruction::GetImmBranchForwardRange(branch_type_); in BranchInfo()
234 bool same_offsets = (branch_1.pc_offset_ == branch_2.pc_offset_); in IsValidComparison()
243 return pc_offset_ == other.pc_offset_; in operator ==()
247 return pc_offset_ < other.pc_offset_; in operator <()
251 return pc_offset_ < in operator <=()
262 ptrdiff_t pc_offset_; global() member in vixl::aarch64::VeneerPool::BranchInfo
[all...]
H A Dmacro-assembler-aarch64.cc326 ptrdiff_t branch_pos = branch_info->pc_offset_; in Emit()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h2686 : pc_offset_(offset), label_(label) {}
2688 int pc_offset_;
H A Dassembler-arm64.cc670 if (it->second.pc_offset_ == link_offset) { in DeleteUnresolvedBranchInfoForLabelTraverse()
4574 Instruction* branch = InstructionAt(tasks[i].pc_offset_); in EmitVeneers()
4587 Instruction* branch = InstructionAt(info.pc_offset_); in EmitVeneers()
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h193 : immediate_(immediate), pc_offset_(pc_offset) {} in Location()
195 Offset GetPCOffset() const { return pc_offset_; } in GetPCOffset()
199 Offset pc_offset_; member in vixl::aarch32::Disassembler::Location
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc186 : pc_offset_(pc_offset), in EntryBuilder()
191 return Entry{pc_offset_, stack_height_, std::move(changed_values_)}; in ToTableEntry()
208 int pc_offset() const { return pc_offset_; } in pc_offset()
209 void set_pc_offset(int new_pc_offset) { pc_offset_ = new_pc_offset; } in set_pc_offset()
212 int pc_offset_; member in v8::internal::wasm::__anon15158::DebugSideTableBuilder::EntryBuilder

Completed in 45 milliseconds