Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h309 cmp1_ = 0u; in LinkerPatch()
321 uint32_t cmp1_; // Used for relational operators. member
330 static_assert(sizeof(method_idx_) == sizeof(cmp1_), "needed by relational operators");
331 static_assert(sizeof(type_idx_) == sizeof(cmp1_), "needed by relational operators");
332 static_assert(sizeof(string_idx_) == sizeof(cmp1_), "needed by relational operators");
333 static_assert(sizeof(proto_idx_) == sizeof(cmp1_), "needed by relational operators");
334 static_assert(sizeof(intrinsic_data_) == sizeof(cmp1_), "needed by relational operators");
335 static_assert(sizeof(baker_custom_value1_) == sizeof(cmp1_), "needed by relational operators");
358 lhs.cmp1_ == rhs.cmp1_ &&
366 : (lhs.cmp1_ != rhs.cmp1_) ? lhs.cmp1_ < rhs.cmp1_