Searched refs:compiled_methods_ (Results 1 – 4 of 4) sorted by relevance
195 DCHECK_LT(class_def_method_index, compiled_methods_.size()); in GetCompiledMethod()196 return compiled_methods_[class_def_method_index]; in GetCompiledMethod()207 std::vector<CompiledMethod*> compiled_methods_; variable
279 compiled_methods_(), in InitOatClassesMethodVisitor()281 compiled_methods_.reserve(256u); in InitOatClassesMethodVisitor()286 compiled_methods_.clear(); in StartClass()299 compiled_methods_.push_back(compiled_method); in VisitMethod()318 OatClass* oat_class = new OatClass(offset_, compiled_methods_, in EndClass()326 std::vector<CompiledMethod*> compiled_methods_; member in art::OatWriter::InitOatClassesMethodVisitor1161 : compiled_methods_(compiled_methods) { in OatClass()1198 CompiledMethod* compiled_method = compiled_methods_[i]; in OatClass()
353 compiled_methods_(MethodTable::key_compare()), in CompilerDriver()438 for (auto& pair : compiled_methods_) { in ~CompilerDriver()2148 compiled_methods_.Put(method_ref, compiled_method); in CompileMethod()2201 MethodTable::const_iterator it = compiled_methods_.find(ref); in GetCompiledMethod()2202 if (it == compiled_methods_.end()) { in GetCompiledMethod()
796 MethodTable compiled_methods_ GUARDED_BY(compiled_methods_lock_);