Searched refs:pc_offset_ (Results 1 – 8 of 8) sorted by relevance
141 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
244 pc_offset_(pc_offset), in DeoptimizationState()250 int pc_offset() const { return pc_offset_; } in pc_offset()257 int pc_offset_; variable
419 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
191 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
281 ptrdiff_t branch_pos = branch_info->pc_offset_; in Emit()
1237 : 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_;
2130 : pc_offset_(offset), label_(label) {} in FarBranchInfo()2132 int pc_offset_; variable
852 if (it->second.pc_offset_ == link_offset) { in DeleteUnresolvedBranchInfoForLabelTraverse()3104 Instruction* branch = InstructionAt(it->second.pc_offset_); in EmitVeneers()