Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h617 static QuickEntrypointEnum GetArrayAllocationEntrypoint(Handle<mirror::Class> array_klass);
Dcode_generator.cc1621 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(Handle<mirror::Class> array_klass) { in GetArrayAllocationEntrypoint() function in art::CodeGenerator
Dcode_generator_x86_64.cc4071 CodeGenerator::GetArrayAllocationEntrypoint(instruction->GetLoadClass()->GetClass()); in VisitNewArray()
Dcode_generator_arm_vixl.cc5161 CodeGenerator::GetArrayAllocationEntrypoint(instruction->GetLoadClass()->GetClass()); in VisitNewArray()