Searched refs:custom_value2_ (Results 1 – 3 of 3) sorted by relevance
110 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) {} in ThunkMapKey()116 if (custom_value2_ != other.custom_value2_) { in operator <()117 return custom_value2_ < other.custom_value2_; in operator <()125 uint32_t custom_value2_; member in art::CompiledMethodStorage::ThunkMapKey
53 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) { } in type_()64 return custom_value2_; in GetCustomValue2()70 uint32_t custom_value2_; variable
305 custom_value2_(patch.GetType() == LinkerPatch::Type::kBakerReadBarrierBranch in ThunkKey()315 if (custom_value2_ != other.custom_value2_) {316 return custom_value2_ < other.custom_value2_;324 const uint32_t custom_value2_; variable