Searched refs:class_def_method_index (Results 1 – 3 of 3) sorted by relevance
160 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() argument681 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() argument842 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() argument892 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()[all …]
2685 size_t class_def_method_index = 0; in GetOatMethodIndexFromMethodIndex() local2688 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() argument2891 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode()3100 size_t class_def_method_index = 0; in LoadClassMembers() local3107 LinkCode(method, oat_class, class_def_method_index); in LoadClassMembers()3113 method->SetMethodIndex(class_def_method_index); in LoadClassMembers()[all …]
998 uint32_t class_def_method_index)