Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.h76 ScopedArenaVector<HInstruction*>* GetLocalsFor(HBasicBlock* block);
H A Dinstruction_builder.cc121 inline ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsFor(HBasicBlock* block) { in GetLocalsFor() function in art::HInstructionBuilder
160 ScopedArenaVector<HInstruction*>* locals = GetLocalsFor(block); in ValueOfLocalAt()
165 current_locals_ = GetLocalsFor(current_block_); in InitializeBlockLocals()
255 ScopedArenaVector<HInstruction*>* handler_locals = GetLocalsFor(catch_block); in PropagateLocalsToCatchBlocks()