Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc224 custom_value2 = linker_patch.GetBakerCustomValue2(); in GetThunkMapKey()
/art/compiler/linker/
Dlinker_patch.h239 uint32_t GetBakerCustomValue2() const { in GetBakerCustomValue2() function
/art/dex2oat/linker/
Drelative_patcher_test.h340 return patch.GetBakerCustomValue2(); in CustomValue2()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc400 patch.GetBakerCustomValue2()); in GetBakerThunkKey()
/art/compiler/optimizing/
Dcode_generator_arm64.cc4926 DCHECK_EQ(patch.GetBakerCustomValue2(), 0u); in EmitThunkCode()
Dcode_generator_arm_vixl.cc9477 DCHECK_EQ(patch.GetBakerCustomValue2(), 0u); in EmitThunkCode()