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/
Dwasm-debug.h78 : pc_offset_(pc_offset), 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()
108 int pc_offset_;
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/
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_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
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_;
/third_party/vixl/src/aarch64/
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_;
247 return pc_offset_ < other.pc_offset_;
251 return pc_offset_ <= other.pc_offset_;
255 return pc_offset_ > other.pc_offset_;
262 ptrdiff_t pc_offset_; variable
Dmacro-assembler-aarch64.cc327 ptrdiff_t branch_pos = branch_info->pc_offset_; in Emit()
/third_party/vixl/src/aarch32/
Ddisasm-aarch32.h187 : immediate_(immediate), pc_offset_(pc_offset) {} in Location()
189 Offset GetPCOffset() const { return pc_offset_; } in GetPCOffset()
193 Offset pc_offset_; variable
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64.h2686 : pc_offset_(offset), label_(label) {} in FarBranchInfo()
2688 int pc_offset_; variable
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/node/deps/v8/src/wasm/baseline/
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::__anon3bd82aa60111::DebugSideTableBuilder::EntryBuilder