Home | History | Annotate | Download | only in compiler

Lines Matching refs:class_def_method_index

173   CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const {
174 return compiled_methods_[class_def_method_index];
181 // CompiledMethods for each class_def_method_index, or null if no method is available.
185 // class_def_method_index. If 0, it means the corresponding
624 virtual bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) = 0;
697 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED,
759 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
762 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
957 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it ATTRIBUTE_UNUSED)
960 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
1000 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it ATTRIBUTE_UNUSED)
1003 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
1089 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
1097 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
1227 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it)
1230 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
1560 bool VisitMethod(size_t class_def_method_index, const ClassDataItemIterator& it) {
1562 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
1623 class_def_method_index, const ClassDataItemIterator& it) {
1625 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
1689 size_t class_def_method_index = 0u;
1691 if (!visitor->VisitMethod(class_def_method_index, it)) {
1694 ++class_def_method_index;
1698 if (UNLIKELY(!visitor->VisitMethod(class_def_method_index, it))) {
1701 ++class_def_method_index;
1925 bool VisitMethod(size_t class_def_method_index ATTRIBUTE_UNUSED,