Lines Matching refs:unimplemented_method
6097 void ClassLinker::SetIMTRef(ArtMethod* unimplemented_method, in SetIMTRef() argument
6103 if (*imt_ref == unimplemented_method) { in SetIMTRef()
6133 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in FillIMTAndConflictTables() local
6135 std::fill_n(imt_data, arraysize(imt_data), unimplemented_method); in FillIMTAndConflictTables()
6139 unimplemented_method, in FillIMTAndConflictTables()
6162 method != unimplemented_method && in FillIMTAndConflictTables()
6166 super_method != unimplemented_method && in FillIMTAndConflictTables()
6209 ArtMethod* unimplemented_method, in FillIMTFromIfTable() argument
6255 SetIMTRef(unimplemented_method, in FillIMTFromIfTable()
6302 imt[imt_index] == unimplemented_method || in FillIMTFromIfTable()
6551 ArtMethod* unimplemented_method, in FillImtFromSuperClass() argument
6568 unimplemented_method, in FillImtFromSuperClass()
6612 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in LinkInterfaceMethods() local
6618 unimplemented_method, in LinkInterfaceMethods()
6749 SetIMTRef(unimplemented_method, in LinkInterfaceMethods()
6890 SetIMTRef(unimplemented_method, in LinkInterfaceMethods()