Home
last modified time | relevance | path

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

/art/dex2oat/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()
236 uint32_t custom_value1 = 0u; in GetThunkMapKey() local
240 custom_value1 = linker_patch.EntrypointOffset(); in GetThunkMapKey()
243 custom_value1 = linker_patch.GetBakerCustomValue1(); in GetThunkMapKey()
253 return ThunkMapKey(linker_patch.GetType(), custom_value1, custom_value2); in GetThunkMapKey()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h53 explicit ThunkKey(ThunkType type, uint32_t custom_value1 = 0u, uint32_t custom_value2 = 0u)
54 : type_(type), custom_value1_(custom_value1), custom_value2_(custom_value2) { } in type_()
/art/compiler/linker/
Dlinker_patch.h189 uint32_t custom_value1 = 0u,
194 patch.baker_custom_value1_ = custom_value1;