Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiled_method_storage.cc110 : 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
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h54 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) { } in type_()
61 return custom_value1_; in GetCustomValue1()
70 uint32_t custom_value1_; variable
/art/dex2oat/linker/
Drelative_patcher_test.h319 custom_value1_(CustomValue1(patch)), in ThunkKey()
327 if (custom_value1_ != other.custom_value1_) {
328 return custom_value1_ < other.custom_value1_;
358 const uint32_t custom_value1_; variable