Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h698 static QuickEntrypointEnum GetArrayAllocationEntrypoint(HNewArray* new_array);
Dcode_generator.cc1798 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint() function in art::CodeGenerator
Dcode_generator_arm64.cc5456 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()
Dcode_generator_x86_64.cc4637 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()
Dcode_generator_x86.cc4725 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()
Dcode_generator_arm_vixl.cc5401 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()