Home
last modified time | relevance | path

Searched refs:ScopedHashtable (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/
Dscoped_hashtable_test.cc21 using utils::ScopedHashtable;
34 ScopedHashtable<int, Value*> sht; in TEST_F()
Dscoped_hashtable.h27 class ScopedHashtable {
29 explicit ScopedHashtable():scopes() { in ScopedHashtable() function
/art/compiler/sea_ir/ir/
Dregions_test.cc20 using utils::ScopedHashtable;
Dsea.h213 void SetPhiDefinitionsForUses(const utils::ScopedHashtable<int, InstructionNode*>* scoped_table,
339 void RenameAsSSA(Region* node, utils::ScopedHashtable<int, InstructionNode*>* scoped_table);
Dsea.cc278 utils::ScopedHashtable<int, InstructionNode*> scoped_table; in RenameAsSSA()
349 utils::ScopedHashtable<int, InstructionNode*>* scoped_table) { in RenameAsSSA()
586 const utils::ScopedHashtable<int, InstructionNode*>* scoped_table, Region* predecessor) { in SetPhiDefinitionsForUses()