Searched refs:class_def_method_index (Results 1 – 2 of 2) sorted by relevance
250 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() argument1188 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()1473 bool VisitMethod(size_t class_def_method_index, in VisitMethod() argument1477 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 …]
434 uint32_t class_def_method_index = 0u; in GetOatMethodIndexFromMethodIndex() local437 return class_def_method_index; in GetOatMethodIndexFromMethodIndex()439 class_def_method_index++; in GetOatMethodIndexFromMethodIndex()