Home
last modified time | relevance | path

Searched refs:GetBakerCustomValue1 (Results 1 – 6 of 6) sorted by relevance

/art/compiler/driver/
Dcompiled_method_storage.cc223 custom_value1 = linker_patch.GetBakerCustomValue1(); in GetThunkMapKey()
/art/compiler/linker/
Dlinker_patch.h234 uint32_t GetBakerCustomValue1() const { in GetBakerCustomValue1() function
/art/dex2oat/linker/
Drelative_patcher_test.h331 return patch.GetBakerCustomValue1(); in CustomValue1()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc399 patch.GetBakerCustomValue1(), in GetBakerThunkKey()
/art/compiler/optimizing/
Dcode_generator_arm64.cc4661 CompileBakerReadBarrierThunk(assembler, patch.GetBakerCustomValue1(), debug_name); in EmitThunkCode()
Dcode_generator_arm_vixl.cc9276 CompileBakerReadBarrierThunk(assembler, patch.GetBakerCustomValue1(), debug_name); in EmitThunkCode()