Searched defs:class_def_method_index (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Doat_writer.cc242 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);
904 VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) argument
963 size_t class_def_method_index = 0u; local
[all...]
/art/runtime/
H A Dclass_linker.cc2003 size_t class_def_method_index = 0; local
2006 return class_def_method_index;
2008 class_def_method_index++;
2013 return class_def_method_index;
2015 class_def_method_index++;
2192 uint32_t class_def_method_index) {
2203 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index);
2346 size_t class_def_method_index = 0; local
2352 LinkCode(method, oat_class, class_def_method_index);
2358 method->SetMethodIndex(class_def_method_index);
2191 LinkCode(ArtMethod* method, const OatFile::OatClass* oat_class, uint32_t class_def_method_index) argument
[all...]

Completed in 73 milliseconds