Searched defs:class_def_method_index (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc2658 size_t class_def_method_index = 0; local
2661 return class_def_method_index;
2663 class_def_method_index++;
2668 return class_def_method_index;
2670 class_def_method_index++;
2853 uint32_t class_def_method_index) {
2864 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index);
3073 size_t class_def_method_index = 0; local
3080 LinkCode(method, oat_class, class_def_method_index);
3086 method->SetMethodIndex(class_def_method_index);
2852 LinkCode(ArtMethod* method, const OatFile::OatClass* oat_class, uint32_t class_def_method_index) argument
[all...]

Completed in 34 milliseconds