Searched refs:pc_offset_ (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-debug.h | 78 : 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_;
|
D | wasm-debug.cc | 96 os << std::setw(6) << std::hex << pc_offset_ << std::dec << " stack height " in Print()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator-impl.h | 198 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/ |
D | assembler_arm.h | 1158 : 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/ |
D | macro-assembler-aarch64.h | 214 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
|
D | macro-assembler-aarch64.cc | 327 ptrdiff_t branch_pos = branch_info->pc_offset_; in Emit()
|
/third_party/vixl/src/aarch32/ |
D | disasm-aarch32.h | 187 : 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/ |
D | assembler-arm64.h | 2686 : pc_offset_(offset), label_(label) {} in FarBranchInfo() 2688 int pc_offset_; variable
|
D | assembler-arm64.cc | 670 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/ |
D | liftoff-compiler.cc | 186 : 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
|