Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator.h703 static QuickEntrypointEnum GetArrayAllocationEntrypoint(HNewArray* new_array);
H A Dcode_generator.cc1822 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint() function in art::CodeGenerator
H A Dcode_generator_arm64.cc5670 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()
H A Dcode_generator_x86_64.cc4724 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()
H A Dcode_generator_arm_vixl.cc5447 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()
H A Dcode_generator_x86.cc4911 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()