Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h249 cmp1_ = 0u; in LinkerPatch()
261 uint32_t cmp1_; // Used for relational operators. member
269 static_assert(sizeof(method_idx_) == sizeof(cmp1_), "needed by relational operators");
270 static_assert(sizeof(type_idx_) == sizeof(cmp1_), "needed by relational operators");
271 static_assert(sizeof(string_idx_) == sizeof(cmp1_), "needed by relational operators");
272 static_assert(sizeof(intrinsic_data_) == sizeof(cmp1_), "needed by relational operators");
273 static_assert(sizeof(baker_custom_value1_) == sizeof(cmp1_), "needed by relational operators");
296 lhs.cmp1_ == rhs.cmp1_ &&
304 : (lhs.cmp1_ != rhs.cmp1_) ? lhs.cmp1_ < rhs.cmp1_