Searched refs:unimplemented_method (Results 1 – 2 of 2) sorted by relevance
1360 void SetIMTRef(ArtMethod* unimplemented_method,1367 ArtMethod* unimplemented_method,1376 ArtMethod* unimplemented_method,
6999 void ClassLinker::SetIMTRef(ArtMethod* unimplemented_method, in SetIMTRef() argument7005 if (*imt_ref == unimplemented_method) { in SetIMTRef()7035 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in FillIMTAndConflictTables() local7037 std::fill_n(imt_data, arraysize(imt_data), unimplemented_method); in FillIMTAndConflictTables()7041 unimplemented_method, in FillIMTAndConflictTables()7064 method != unimplemented_method && in FillIMTAndConflictTables()7068 super_method != unimplemented_method && in FillIMTAndConflictTables()7106 ArtMethod* unimplemented_method, in FillIMTFromIfTable() argument7152 SetIMTRef(unimplemented_method, in FillIMTFromIfTable()7199 imt[imt_index] == unimplemented_method || in FillIMTFromIfTable()[all …]