Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc220 custom_value1 = linker_patch.GetBakerCustomValue1(); in GetThunkMapKey()
/art/compiler/linker/
Dlinker_patch.h219 uint32_t GetBakerCustomValue1() const { in GetBakerCustomValue1() function
/art/dex2oat/linker/
Drelative_patcher_test.h304 ? patch.GetBakerCustomValue1() : 0u), in ThunkKey()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc393 patch.GetBakerCustomValue1(), in GetBakerThunkKey()
/art/compiler/optimizing/
Dcode_generator_arm64.cc4483 CompileBakerReadBarrierThunk(assembler, patch.GetBakerCustomValue1(), debug_name); in EmitThunkCode()
Dcode_generator_arm_vixl.cc9048 CompileBakerReadBarrierThunk(assembler, patch.GetBakerCustomValue1(), debug_name); in EmitThunkCode()