Home
last modified time | relevance | path

Searched refs:AddIndexDependency (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp519 AddIndexDependency(type); in AddType()
552 AddIndexDependency(cls); in BaseMethodItem()
553 AddIndexDependency(proto); in BaseMethodItem()
1240 AddIndexDependency(cls); in BaseFieldItem()
1241 AddIndexDependency(type); in BaseFieldItem()
Dfile_items.h221 void AddIndexDependency(IndexedItem *item) in AddIndexDependency() function
1042 AddIndexDependency(iface); in AddInterface()
1725 AddIndexDependency(cls); in AnnotationItem()
Dfile_reader.cpp683 method_item->AddIndexDependency(catch_type_item); in CreateMethodItem()
1295 method_item->AddIndexDependency(idx_item); in UpdateCodeAndDebugInfoDependencies()
1303 method_item->AddIndexDependency(idx_item); in UpdateCodeAndDebugInfoDependencies()
1311 method_item->AddIndexDependency(idx_item); in UpdateCodeAndDebugInfoDependencies()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp527 method->AddIndexDependency(item); in AddDependencyByIndex()