Searched defs:imt_conflict_method (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Dclass_linker.cc6216 ArtMethod* imt_conflict_method,
6234 *imt_ref = imt_conflict_method;
6241 *imt_ref = imt_conflict_method;
6323 ArtMethod* imt_conflict_method,
6369 imt_conflict_method,
6381 if (imt[i] == imt_conflict_method) {
6390 imt[i] = imt_conflict_method;
6393 DCHECK_NE(imt[i], imt_conflict_method);
6416 imt[imt_index] == imt_conflict_method) {
6730 ArtMethod* imt_conflict_method,
6215 SetIMTRef(ArtMethod* unimplemented_method, ArtMethod* imt_conflict_method, ArtMethod* current_method, bool* new_conflict, ArtMethod** imt_ref) argument
6321 FillIMTFromIfTable(ObjPtr<mirror::IfTable> if_table, ArtMethod* unimplemented_method, ArtMethod* imt_conflict_method, ObjPtr<mirror::Class> klass, bool create_conflict_tables, bool ignore_copied_methods, bool* new_conflict, ArtMethod** imt) argument
6728 FillImtFromSuperClass(Handle<mirror::Class> klass, ArtMethod* unimplemented_method, ArtMethod* imt_conflict_method, bool* new_conflict, ArtMethod** imt) argument
7264 ArtMethod* const imt_conflict_method = runtime->GetImtConflictMethod(); local
[all...]

Completed in 63 milliseconds