Home
last modified time | relevance | path

Searched refs:GetSupportedLoadClassKind (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dsharpening.cc276 HLoadClass::LoadKind load_kind = codegen->GetSupportedLoadClassKind(desired_load_kind); in ComputeLoadClassKind()
H A Dcode_generator_x86_64.h446 HLoadClass::LoadKind GetSupportedLoadClassKind(
H A Dcode_generator_x86.h466 HLoadClass::LoadKind GetSupportedLoadClassKind(
H A Dcode_generator.h659 virtual HLoadClass::LoadKind GetSupportedLoadClassKind(
H A Dcode_generator_arm_vixl.h576 HLoadClass::LoadKind GetSupportedLoadClassKind(
H A Dcode_generator_arm64.h709 HLoadClass::LoadKind GetSupportedLoadClassKind(
H A Dcode_generator_arm64.cc5197 HLoadClass::LoadKind CodeGeneratorARM64::GetSupportedLoadClassKind( in GetSupportedLoadClassKind() function in art::arm64::CodeGeneratorARM64
H A Dcode_generator_x86_64.cc6208 HLoadClass::LoadKind CodeGeneratorX86_64::GetSupportedLoadClassKind( in GetSupportedLoadClassKind() function in art::x86_64::CodeGeneratorX86_64
H A Dcode_generator_arm_vixl.cc7376 HLoadClass::LoadKind CodeGeneratorARMVIXL::GetSupportedLoadClassKind( in GetSupportedLoadClassKind() function in art::arm::CodeGeneratorARMVIXL
H A Dcode_generator_x86.cc7072 HLoadClass::LoadKind CodeGeneratorX86::GetSupportedLoadClassKind( in GetSupportedLoadClassKind() function in art::x86::CodeGeneratorX86