Searched refs:unimplemented_method (Results 1 – 2 of 2) sorted by relevance
1264 void SetIMTRef(ArtMethod* unimplemented_method,1271 ArtMethod* unimplemented_method,
6500 void ClassLinker::SetIMTRef(ArtMethod* unimplemented_method, in SetIMTRef() argument6506 if (*imt_ref == unimplemented_method) { in SetIMTRef()6536 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in FillIMTAndConflictTables() local6538 std::fill_n(imt_data, arraysize(imt_data), unimplemented_method); in FillIMTAndConflictTables()6542 unimplemented_method, in FillIMTAndConflictTables()6561 method != unimplemented_method && in FillIMTAndConflictTables()6565 super_method != unimplemented_method && in FillIMTAndConflictTables()6604 ArtMethod* unimplemented_method, in FillIMTFromIfTable() argument6650 SetIMTRef(unimplemented_method, in FillIMTFromIfTable()6697 imt[imt_index] == unimplemented_method || in FillIMTFromIfTable()[all …]