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

/art/runtime/
H A Dclass_linker.cc6215 void ClassLinker::SetIMTRef(ArtMethod* unimplemented_method, argument
6221 if (*imt_ref == unimplemented_method) {
6251 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); local
6253 std::fill_n(imt_data, arraysize(imt_data), unimplemented_method);
6257 unimplemented_method,
6280 method != unimplemented_method &&
6284 super_method != unimplemented_method &&
6322 ArtMethod* unimplemented_method,
6368 SetIMTRef(unimplemented_method,
6415 imt[imt_index] == unimplemented_method ||
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
7263 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); local
[all...]

Completed in 42 milliseconds