Searched refs:pc_offset_ (Results 1 – 6 of 6) sorted by relevance
202 int pc_offset() const { return pc_offset_; } in pc_offset()207 pc_offset_(pc_offset) {} in DeoptimizationState()212 int pc_offset_; member
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
172 : max_reachable_pc_(0), pc_offset_(0), in BranchInfo()175 : pc_offset_(offset), label_(label), branch_type_(branch_type) { in BranchInfo()177 pc_offset_ + Instruction::ImmBranchForwardRange(branch_type_); in BranchInfo()191 bool same_offsets = (branch_1.pc_offset_ == branch_2.pc_offset_); in IsValidComparison()200 return pc_offset_ == other.pc_offset_;204 return pc_offset_ < other.pc_offset_;208 return pc_offset_ <= other.pc_offset_;212 return pc_offset_ > other.pc_offset_;218 ptrdiff_t pc_offset_; variable
240 ptrdiff_t branch_pos = branch_info->pc_offset_; in Emit()
2130 : pc_offset_(offset), label_(label) {} in FarBranchInfo()2132 int pc_offset_; variable
849 if (it->second.pc_offset_ == link_offset) { in DeleteUnresolvedBranchInfoForLabelTraverse()3101 Instruction* branch = InstructionAt(it->second.pc_offset_); in EmitVeneers()