Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dlabel-aarch32.h141 pc_offset_(0), in Label()
151 pc_offset_(pc_offset), in imm_offset_()
185 uint32_t GetPcOffset() const { return pc_offset_; } in GetPcOffset()
188 return imm_offset_ + static_cast<Offset>(pc_offset_); in GetLocation()
285 uint32_t pc_offset_; variable
/external/v8/src/compiler/
Dcode-generator.h244 pc_offset_(pc_offset), in DeoptimizationState()
250 int pc_offset() const { return pc_offset_; } in pc_offset()
257 int pc_offset_; variable
/external/v8/src/crankshaft/
Dlithium.h419 pc_offset_(-1), in LEnvironment()
437 int pc_offset() const { return pc_offset_; } in pc_offset()
506 pc_offset_ = pc_offset; in Register()
531 int pc_offset_; variable
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h191 pc_offset_(0), in BranchInfo()
195 : pc_offset_(offset), label_(label), branch_type_(branch_type) { in BranchInfo()
197 pc_offset_ + Instruction::GetImmBranchForwardRange(branch_type_); in BranchInfo()
211 bool same_offsets = (branch_1.pc_offset_ == branch_2.pc_offset_); in IsValidComparison()
220 return pc_offset_ == other.pc_offset_;
224 return pc_offset_ < other.pc_offset_;
228 return pc_offset_ <= other.pc_offset_;
232 return pc_offset_ > other.pc_offset_;
238 ptrdiff_t pc_offset_; variable
Dmacro-assembler-aarch64.cc281 ptrdiff_t branch_pos = branch_info->pc_offset_; in Emit()
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h1237 : pc_offset_(pc_offset), comment_(comment) { } in CodeComment()
1239 intptr_t pc_offset() const { return pc_offset_; } in pc_offset()
1243 intptr_t pc_offset_;
/external/v8/src/arm64/
Dassembler-arm64.h2130 : pc_offset_(offset), label_(label) {} in FarBranchInfo()
2132 int pc_offset_; variable
Dassembler-arm64.cc852 if (it->second.pc_offset_ == link_offset) { in DeleteUnresolvedBranchInfoForLabelTraverse()
3104 Instruction* branch = InstructionAt(it->second.pc_offset_); in EmitVeneers()