Searched refs:custom_value1 (Results 1 – 3 of 3) sorted by relevance
/art/compiler/driver/ |
D | compiled_method_storage.cc | 109 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() 216 uint32_t custom_value1 = 0u; in GetThunkMapKey() local 220 custom_value1 = linker_patch.EntrypointOffset(); in GetThunkMapKey() 223 custom_value1 = linker_patch.GetBakerCustomValue1(); in GetThunkMapKey() 233 return ThunkMapKey(linker_patch.GetType(), custom_value1, custom_value2); in GetThunkMapKey()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.h | 53 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/ |
D | linker_patch.h | 155 uint32_t custom_value1 = 0u, 160 patch.baker_custom_value1_ = custom_value1;
|