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

  /art/compiler/
oat_writer.cc 173 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const {
174 return compiled_methods_[class_def_method_index];
181 // CompiledMethods for each class_def_method_index, or null if no method is available.
185 // class_def_method_index. If 0, it means the corresponding
624 virtual bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) = 0;
697 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED,
759 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
762 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
    [all...]
  /art/runtime/
art_method.cc 446 size_t class_def_method_index = 0; local
449 return class_def_method_index;
451 class_def_method_index++;
456 return class_def_method_index;
458 class_def_method_index++;
    [all...]
class_linker.cc 3263 size_t class_def_method_index = 0; local
    [all...]

Completed in 125 milliseconds