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

/art/compiler/
H A Doat_writer.cc223 virtual bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) = 0;
291 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) { argument
336 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
339 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
350 oat_class->GetOatMethodOffsetsOffsetFromOatHeader(class_def_method_index);
499 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
502 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
539 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
542 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
578 bool VisitMethod(size_t class_def_method_index, cons argument
659 VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) argument
718 size_t class_def_method_index = 0u; local
[all...]
/art/runtime/
H A Dclass_linker.cc2372 size_t class_def_method_index = 0; local
2375 return class_def_method_index;
2377 class_def_method_index++;
2382 return class_def_method_index;
2384 class_def_method_index++;
2834 size_t class_def_method_index = 0; local
2845 LinkCode(method, oat_class, dex_file, it.GetMemberIndex(), class_def_method_index);
2851 method->SetMethodIndex(class_def_method_index);
2853 last_class_def_method_index = class_def_method_index;
2855 class_def_method_index
[all...]

Completed in 52 milliseconds