Lines Matching refs:unimplemented_method
6956 void ClassLinker::SetIMTRef(ArtMethod* unimplemented_method, in SetIMTRef() argument
6962 if (*imt_ref == unimplemented_method) { in SetIMTRef()
6992 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in FillIMTAndConflictTables() local
6994 std::fill_n(imt_data, arraysize(imt_data), unimplemented_method); in FillIMTAndConflictTables()
6998 unimplemented_method, in FillIMTAndConflictTables()
7018 method != unimplemented_method && in FillIMTAndConflictTables()
7022 super_method != unimplemented_method && in FillIMTAndConflictTables()
7060 ArtMethod* unimplemented_method, in FillIMTFromIfTable() argument
7106 SetIMTRef(unimplemented_method, in FillIMTFromIfTable()
7153 imt[imt_index] == unimplemented_method || in FillIMTFromIfTable()
7619 ArtMethod* unimplemented_method, in FillImtFromSuperClass() argument
7636 unimplemented_method, in FillImtFromSuperClass()
8161 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in LinkInterfaceMethods() local
8167 unimplemented_method, in LinkInterfaceMethods()
8279 SetIMTRef(unimplemented_method, in LinkInterfaceMethods()
8346 SetIMTRef(unimplemented_method, in LinkInterfaceMethods()