Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc109 ThunkMapKey(linker::LinkerPatch::Type type, uint32_t custom_value1, uint32_t custom_value2) in ThunkMapKey() argument
110 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) {} in ThunkMapKey()
217 uint32_t custom_value2 = 0u; in GetThunkMapKey() local
221 custom_value2 = linker_patch.GetBakerCustomValue2(); in GetThunkMapKey()
230 return ThunkMapKey(linker_patch.GetType(), custom_value1, custom_value2); in GetThunkMapKey()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h52 explicit ThunkKey(ThunkType type, uint32_t custom_value1 = 0u, uint32_t custom_value2 = 0u)
53 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) { } in type_()
/art/compiler/linker/
Dlinker_patch.h146 uint32_t custom_value2 = 0u) {
151 patch.baker_custom_value2_ = custom_value2;