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

  /art/compiler/
oat_writer.h 214 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const {
215 DCHECK_LT(class_def_method_index, compiled_methods_.size());
216 return compiled_methods_[class_def_method_index];
223 // CompiledMethods for each class_def_method_index, or null if no method is available.
227 // class_def_method_index. If 0, it means the corresponding
oat_writer.cc 242 virtual bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) = 0;
310 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED, const ClassDataItemIterator& it) {
367 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
370 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
559 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it ATTRIBUTE_UNUSED)
562 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
600 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
603 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
682 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
685 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
963 size_t class_def_method_index = 0u; local
    [all...]
  /art/runtime/
class_linker.cc 2003 size_t class_def_method_index = 0; local
2346 size_t class_def_method_index = 0; local
    [all...]
class_linker.h 611 uint32_t class_def_method_index)
    [all...]

Completed in 159 milliseconds