Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h731 static QuickEntrypointEnum GetArrayAllocationEntrypoint(HNewArray* new_array);
Dcode_generator.cc1894 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint() function in art::CodeGenerator
Dcode_generator_arm64.cc5845 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()
Dcode_generator_x86_64.cc4956 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()
Dcode_generator_x86.cc5070 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()
Dcode_generator_arm_vixl.cc5600 QuickEntrypointEnum entrypoint = CodeGenerator::GetArrayAllocationEntrypoint(instruction); in VisitNewArray()