Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h242 bool IsOutermostCompilingClass(dex::TypeIndex type_index) const;
Dinstruction_builder.cc1483 bool HInstructionBuilder::IsOutermostCompilingClass(dex::TypeIndex type_index) const { in IsOutermostCompilingClass() function in art::HInstructionBuilder