Home
last modified time | relevance | path

Searched refs:custom_value2_ (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()
116 if (custom_value2_ != other.custom_value2_) { in operator <()
117 return custom_value2_ < other.custom_value2_; in operator <()
125 uint32_t custom_value2_; 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_()
65 return custom_value2_; in GetCustomValue2()
71 uint32_t custom_value2_; variable
/art/dex2oat/linker/
Drelative_patcher_test.h320 custom_value2_(CustomValue2(patch)) { in ThunkKey()
330 if (custom_value2_ != other.custom_value2_) {
331 return custom_value2_ < other.custom_value2_;
359 const uint32_t custom_value2_; variable