Searched defs:compiled_methods_ (Results 1 - 2 of 2) sorted by path

/art/compiler/
H A Doat_writer.cc279 compiled_methods_(),
281 compiled_methods_.reserve(256u);
286 compiled_methods_.clear();
292 // Fill in the compiled_methods_ array for methods that have a
299 compiled_methods_.push_back(compiled_method);
318 OatClass* oat_class = new OatClass(offset_, compiled_methods_,
326 std::vector<CompiledMethod*> compiled_methods_; member in class:art::OatWriter::InitOatClassesMethodVisitor
1161 : compiled_methods_(compiled_methods) {
1198 CompiledMethod* compiled_method = compiled_methods_[i];
H A Doat_writer.h195 DCHECK_LT(class_def_method_index, compiled_methods_.size());
196 return compiled_methods_[class_def_method_index];
207 std::vector<CompiledMethod*> compiled_methods_; member in class:art::OatWriter::OatClass
211 // CompiledMethod entry in OatClass::compiled_methods_ should be
234 // OatClass::compiled_methods_ contains NULL values (and

Completed in 63 milliseconds