Home
last modified time | relevance | path

Searched refs:GetImtUnimplementedMethod (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Druntime-inl.h64 inline ArtMethod* Runtime::GetImtUnimplementedMethod() { in GetImtUnimplementedMethod() function
Dart_method-inl.h268 bool result = this == Runtime::Current()->GetImtUnimplementedMethod(); in IsImtUnimplementedMethod()
Druntime.h380 ArtMethod* GetImtUnimplementedMethod();
Dclass_linker.cc3461 std::fill_n(imt, arraysize(imt), Runtime::Current()->GetImtUnimplementedMethod()); in CreateArrayClass()
5067 std::fill_n(imt, arraysize(imt), Runtime::Current()->GetImtUnimplementedMethod()); in LinkClass()
6080 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in FillIMTAndConflictTables()
6513 ArtMethod* const unimplemented_method = runtime->GetImtUnimplementedMethod(); in LinkInterfaceMethods()
/art/runtime/gc/space/
Dimage_space.cc1413 CHECK_EQ(runtime->GetImtUnimplementedMethod(), in Init()
/art/compiler/
Dimage_writer.cc1351 image_methods_[ImageHeader::kImtUnimplementedMethod] = runtime->GetImtUnimplementedMethod(); in CalculateNewObjectOffsets()