Home | History | Annotate | Download | only in compiler

Lines Matching full:compiled_methods_

161     return compiled_methods_[class_def_method_index];
169 dchecked_vector<CompiledMethod*> compiled_methods_;
173 // CompiledMethod entry in OatClass::compiled_methods_ should be
196 // OatClass::compiled_methods_ contains null values (and
603 compiled_methods_(),
610 compiled_methods_.reserve(256u);
615 compiled_methods_.clear();
622 // Fill in the compiled_methods_ array for methods that have a
629 compiled_methods_.push_back(compiled_method);
649 compiled_methods_,
657 dchecked_vector<CompiledMethod*> compiled_methods_;
2358 : compiled_methods_(compiled_methods) {
2395 CompiledMethod* compiled_method = compiled_methods_[i];