Home
last modified time | relevance | path

Searched refs:SetImtConflictTable (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Dart_method.h525 ALWAYS_INLINE void SetImtConflictTable(ImtConflictTable* table, PointerSize pointer_size) in SetImtConflictTable() function
H A Druntime.cc2503 method->SetImtConflictTable(class_linker->CreateImtConflictTable(/*count=*/0u, linear_alloc), in CreateImtConflictMethod()
2944 imt_unimplemented_method_->SetImtConflictTable( in FixupConflictTables()
2949 imt_conflict_method_->SetImtConflictTable( in FixupConflictTables()
H A Dclass_linker.cc6914 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in AddMethodToConflictTable()
7124 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in FillIMTFromIfTable()
/aosp12/art/runtime/arch/
H A Dstub_test.cc1783 conflict_method->SetImtConflictTable(new_table, kRuntimePointerSize); in TEST_F()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc1306 method.SetImtConflictTable(new_table, kPointerSize); in RelocateInPlace()