Searched refs:unimplemented_method (Results 1 – 2 of 2) sorted by relevance
1381 void SetIMTRef(ArtMethod* unimplemented_method,1388 ArtMethod* unimplemented_method,
6929 void ClassLinker::SetIMTRef(ArtMethod* unimplemented_method, in SetIMTRef() argument6935 if (*imt_ref == unimplemented_method) { in SetIMTRef()6965 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in FillIMTAndConflictTables() local6967 std::fill_n(imt_data, arraysize(imt_data), unimplemented_method); in FillIMTAndConflictTables()6971 unimplemented_method, in FillIMTAndConflictTables()6990 method != unimplemented_method && in FillIMTAndConflictTables()6994 super_method != unimplemented_method && in FillIMTAndConflictTables()7033 ArtMethod* unimplemented_method, in FillIMTFromIfTable() argument7079 SetIMTRef(unimplemented_method, in FillIMTFromIfTable()7126 imt[imt_index] == unimplemented_method || in FillIMTFromIfTable()[all …]