Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_builder.h80 ScopedArenaVector<HInstruction*>* GetLocalsForWithAllocation(
H A Dinstruction_builder.cc131 return GetLocalsForWithAllocation(block, locals, vregs); in GetLocalsFor()
134 ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsForWithAllocation( in GetLocalsForWithAllocation() function in art::HInstructionBuilder