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

/external/v8/src/compiler/
H A Dcode-generator.h244 pc_offset_(pc_offset),
250 int pc_offset() const { return pc_offset_; }
257 int pc_offset_; member in class:v8::internal::compiler::final::final
/external/v8/src/crankshaft/
H A Dlithium.h419 pc_offset_(-1),
437 int pc_offset() const { return pc_offset_; }
506 pc_offset_ = pc_offset;
531 int pc_offset_; member in class:v8::internal::final
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h194 pc_offset_(0),
198 : pc_offset_(offset), label_(label), branch_type_(branch_type) {
200 pc_offset_ + Instruction::GetImmBranchForwardRange(branch_type_);
214 bool same_offsets = (branch_1.pc_offset_ == branch_2.pc_offset_);
223 return pc_offset_ == other.pc_offset_;
227 return pc_offset_ < other.pc_offset_;
231 return pc_offset_ <
242 ptrdiff_t pc_offset_; member in class:vixl::aarch64::VeneerPool::BranchInfo
[all...]
H A Dmacro-assembler-aarch64.cc288 ptrdiff_t branch_pos = branch_info->pc_offset_;
/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h1237 : pc_offset_(pc_offset), comment_(comment) { }
1239 intptr_t pc_offset() const { return pc_offset_; }
1243 intptr_t pc_offset_; member in class:dart::Assembler::CodeComment
/external/v8/src/arm64/
H A Dassembler-arm64.h2130 : pc_offset_(offset), label_(label) {}
2132 int pc_offset_;
H A Dassembler-arm64.cc852 if (it->second.pc_offset_ == link_offset) {
3104 Instruction* branch = InstructionAt(it->second.pc_offset_);
/external/vixl/src/aarch32/
H A Ddisasm-aarch32.h187 : immediate_(immediate), pc_offset_(pc_offset) {}
189 Offset GetPCOffset() const { return pc_offset_; }
193 Offset pc_offset_; member in class:vixl::aarch32::Disassembler::Location

Completed in 576 milliseconds