Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h525 ALWAYS_INLINE void SetImtConflictTable(ImtConflictTable* table, PointerSize pointer_size) in SetImtConflictTable() function
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()
Dclass_linker.cc6903 new_conflict_method->SetImtConflictTable(new_table, image_pointer_size_); in AddMethodToConflictTable()
7113 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.cc1306 method.SetImtConflictTable(new_table, kPointerSize); in RelocateInPlace()