Searched refs:unimplemented_method (Results 1 – 2 of 2) sorted by relevance
1382 void SetIMTRef(ArtMethod* unimplemented_method,1389 ArtMethod* unimplemented_method,
6699 void ClassLinker::SetIMTRef(ArtMethod* unimplemented_method, in SetIMTRef() argument6705 if (*imt_ref == unimplemented_method) { in SetIMTRef()6735 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in FillIMTAndConflictTables() local6737 std::fill_n(imt_data, arraysize(imt_data), unimplemented_method); in FillIMTAndConflictTables()6741 unimplemented_method, in FillIMTAndConflictTables()6760 method != unimplemented_method && in FillIMTAndConflictTables()6764 super_method != unimplemented_method && in FillIMTAndConflictTables()6803 ArtMethod* unimplemented_method, in FillIMTFromIfTable() argument6849 SetIMTRef(unimplemented_method, in FillIMTFromIfTable()6896 imt[imt_index] == unimplemented_method || in FillIMTFromIfTable()[all …]