Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h512 ALWAYS_INLINE void SetImtConflictTable(ImtConflictTable* table, PointerSize pointer_size) in SetImtConflictTable() function
Druntime.cc2287 method->SetImtConflictTable(class_linker->CreateImtConflictTable(/*count=*/0u, linear_alloc), in CreateImtConflictMethod()
2713 imt_unimplemented_method_->SetImtConflictTable( in FixupConflictTables()
2718 imt_conflict_method_->SetImtConflictTable( in FixupConflictTables()
Dclass_linker.cc6957 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in AddMethodToConflictTable()
7170 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in FillIMTFromIfTable()
/art/runtime/arch/
Dstub_test.cc1783 conflict_method->SetImtConflictTable(new_table, kRuntimePointerSize); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc1539 method.SetImtConflictTable(new_table, kPointerSize); in RelocateInPlace()