Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc160 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod()
161 return compiled_methods_[class_def_method_index]; in GetCompiledMethod()
547 virtual bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) = 0;
620 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED, in VisitMethod()
678 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) in VisitMethod() argument
681 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
839 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it ATTRIBUTE_UNUSED) in VisitMethod() argument
842 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
881 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) in VisitMethod() argument
892 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
[all …]
/art/runtime/
Dclass_linker.cc2685 size_t class_def_method_index = 0; in GetOatMethodIndexFromMethodIndex() local
2688 return class_def_method_index; in GetOatMethodIndexFromMethodIndex()
2690 class_def_method_index++; in GetOatMethodIndexFromMethodIndex()
2695 return class_def_method_index; in GetOatMethodIndexFromMethodIndex()
2697 class_def_method_index++; in GetOatMethodIndexFromMethodIndex()
2880 uint32_t class_def_method_index) { in LinkCode() argument
2891 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode()
3100 size_t class_def_method_index = 0; in LoadClassMembers() local
3107 LinkCode(method, oat_class, class_def_method_index); in LoadClassMembers()
3113 method->SetMethodIndex(class_def_method_index); in LoadClassMembers()
[all …]
Dclass_linker.h998 uint32_t class_def_method_index)