Home | History | Annotate | Download | only in linker

Lines Matching refs:class_def_method_index

249   CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const {
250 return compiled_methods_[class_def_method_index];
253 // CompiledMethods for each class_def_method_index, or null if no method is available.
257 // class_def_method_index. If 0, it means the corresponding
802 virtual bool VisitMethod(size_t class_def_method_index, const ClassAccessor::Method& method) = 0;
871 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED,
953 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED,
1160 bool VisitMethod(size_t class_def_method_index,
1167 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
1452 bool VisitMethod(size_t class_def_method_index,
1456 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
1543 bool VisitMethod(size_t class_def_method_index, const ClassAccessor::Method& method) override
1551 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
1995 size_t class_def_method_index = 0u;
1997 if (!visitor->VisitMethod(class_def_method_index, method)) {
2000 ++class_def_method_index;