Lines Matching refs:unimplemented_method
6718 void ClassLinker::SetIMTRef(ArtMethod* unimplemented_method, in SetIMTRef() argument
6724 if (*imt_ref == unimplemented_method) { in SetIMTRef()
6754 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in FillIMTAndConflictTables() local
6756 std::fill_n(imt_data, arraysize(imt_data), unimplemented_method); in FillIMTAndConflictTables()
6760 unimplemented_method, in FillIMTAndConflictTables()
6783 method != unimplemented_method && in FillIMTAndConflictTables()
6787 super_method != unimplemented_method && in FillIMTAndConflictTables()
6825 ArtMethod* unimplemented_method, in FillIMTFromIfTable() argument
6871 SetIMTRef(unimplemented_method, in FillIMTFromIfTable()
6918 imt[imt_index] == unimplemented_method || in FillIMTFromIfTable()
7372 ArtMethod* unimplemented_method, in FillImtFromSuperClass() argument
7389 unimplemented_method, in FillImtFromSuperClass()
7909 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in LinkInterfaceMethods() local
7915 unimplemented_method, in LinkInterfaceMethods()
8026 SetIMTRef(unimplemented_method, in LinkInterfaceMethods()
8093 SetIMTRef(unimplemented_method, in LinkInterfaceMethods()