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

  /art/compiler/
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...]

Completed in 131 milliseconds