Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h668 static QuickEntrypointEnum GetArrayAllocationEntrypoint(HNewArray* new_array);
Dcode_generator.cc1747 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint() function in art::CodeGenerator