Searched refs:imt_conflict_method (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_linker.h1141 ArtMethod* imt_conflict_method,
1148 ArtMethod* imt_conflict_method,
1157 ArtMethod* imt_conflict_method,
H A Dclass_linker.cc6302 ArtMethod* imt_conflict_method,
6320 *imt_ref = imt_conflict_method;
6327 *imt_ref = imt_conflict_method;
6409 ArtMethod* imt_conflict_method,
6455 imt_conflict_method,
6467 if (imt[i] == imt_conflict_method) {
6476 imt[i] = imt_conflict_method;
6479 DCHECK_NE(imt[i], imt_conflict_method);
6502 imt[imt_index] == imt_conflict_method) {
6816 ArtMethod* imt_conflict_method,
6301 SetIMTRef(ArtMethod* unimplemented_method, ArtMethod* imt_conflict_method, ArtMethod* current_method, bool* new_conflict, ArtMethod** imt_ref) argument
6407 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
6814 FillImtFromSuperClass(Handle<mirror::Class> klass, ArtMethod* unimplemented_method, ArtMethod* imt_conflict_method, bool* new_conflict, ArtMethod** imt) argument
7347 ArtMethod* const imt_conflict_method = runtime->GetImtConflictMethod(); local
[all...]

Completed in 148 milliseconds