Searched refs:custom_value1_ (Results 1 – 3 of 3) sorted by relevance
110 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) {} in ThunkMapKey()113 if (custom_value1_ != other.custom_value1_) { in operator <()114 return custom_value1_ < other.custom_value1_; in operator <()124 uint32_t custom_value1_; member in art::CompiledMethodStorage::ThunkMapKey
53 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) { } in type_()60 return custom_value1_; in GetCustomValue1()69 uint32_t custom_value1_; variable
303 custom_value1_(patch.GetType() == LinkerPatch::Type::kBakerReadBarrierBranch in ThunkKey()312 if (custom_value1_ != other.custom_value1_) {313 return custom_value1_ < other.custom_value1_;323 const uint32_t custom_value1_; variable