Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h234 cmp1_ = 0u; in LinkerPatch()
246 uint32_t cmp1_; // Used for relational operators. member
253 static_assert(sizeof(method_idx_) == sizeof(cmp1_), "needed by relational operators");
254 static_assert(sizeof(type_idx_) == sizeof(cmp1_), "needed by relational operators");
255 static_assert(sizeof(string_idx_) == sizeof(cmp1_), "needed by relational operators");
256 static_assert(sizeof(intrinsic_data_) == sizeof(cmp1_), "needed by relational operators");
257 static_assert(sizeof(baker_custom_value1_) == sizeof(cmp1_), "needed by relational operators");
280 lhs.cmp1_ == rhs.cmp1_ &&
288 : (lhs.cmp1_ != rhs.cmp1_) ? lhs.cmp1_ < rhs.cmp1_