Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h472 ALWAYS_INLINE void SetImtConflictTable(ImtConflictTable* table, PointerSize pointer_size) { in SetImtConflictTable() function
Druntime.cc2202 method->SetImtConflictTable(class_linker->CreateImtConflictTable(/*count=*/0u, linear_alloc), in CreateImtConflictMethod()
2628 imt_unimplemented_method_->SetImtConflictTable( in FixupConflictTables()
2633 imt_conflict_method_->SetImtConflictTable( in FixupConflictTables()
Dclass_linker.cc6678 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in AddMethodToConflictTable()
6889 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in FillIMTFromIfTable()
/art/runtime/arch/
Dstub_test.cc1922 conflict_method->SetImtConflictTable(new_table, kRuntimePointerSize); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc1303 method.SetImtConflictTable(new_table, kPointerSize); in RelocateInPlace()