Searched defs:unimplemented_method (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc6301 void ClassLinker::SetIMTRef(ArtMethod* unimplemented_method, argument
6307 if (*imt_ref == unimplemented_method) {
6337 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); local
6339 std::fill_n(imt_data, arraysize(imt_data), unimplemented_method);
6343 unimplemented_method,
6366 method != unimplemented_method &&
6370 super_method != unimplemented_method &&
6408 ArtMethod* unimplemented_method,
6454 SetIMTRef(unimplemented_method,
6501 imt[imt_index] == unimplemented_method ||
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
7346 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); local
[all...]

Completed in 43 milliseconds