Home
last modified time | relevance | path

Searched refs:class_def_method_index (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Doat_writer.cc250 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod()
251 return compiled_methods_[class_def_method_index]; in GetCompiledMethod()
818 virtual bool VisitMethod(size_t class_def_method_index, const ClassAccessor::Method& method) = 0;
887 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED, in VisitMethod()
969 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED, in VisitMethod()
1181 bool VisitMethod(size_t class_def_method_index, in VisitMethod() argument
1188 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1473 bool VisitMethod(size_t class_def_method_index, in VisitMethod() argument
1477 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1564 bool VisitMethod(size_t class_def_method_index, const ClassAccessor::Method& method) override in VisitMethod() argument
[all …]
/art/runtime/
Dart_method.cc434 uint32_t class_def_method_index = 0u; in GetOatMethodIndexFromMethodIndex() local
437 return class_def_method_index; in GetOatMethodIndexFromMethodIndex()
439 class_def_method_index++; in GetOatMethodIndexFromMethodIndex()