HomeSort by relevance Sort by last modified time
    Searched full:compiled_methods_ (Results 1 - 4 of 4) sorted by null

  /art/compiler/
oat_writer.h 195 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
oat_writer.cc 276 compiled_methods_(),
278 compiled_methods_.reserve(256u);
283 compiled_methods_.clear();
289 // Fill in the compiled_methods_ array for methods that have a
296 compiled_methods_.push_back(compiled_method);
315 OatClass* oat_class = new OatClass(offset_, compiled_methods_,
323 std::vector<CompiledMethod*> compiled_methods_; member in class:art::OatWriter::InitOatClassesMethodVisitor
    [all...]
  /art/compiler/driver/
compiler_driver.cc 428 STLDeleteValues(&compiled_methods_);
    [all...]
compiler_driver.h 729 MethodTable compiled_methods_ GUARDED_BY(compiled_methods_lock_);
    [all...]

Completed in 206 milliseconds