Home
last modified time | relevance | path

Searched refs:base_class_item (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile_reader.cpp1330 auto *base_class_item = it.second; in UpdateCodeAndDebugInfoDependencies() local
1331 if (base_class_item->IsForeign()) { in UpdateCodeAndDebugInfoDependencies()
1334 auto *class_item = static_cast<ClassItem *>(base_class_item); in UpdateCodeAndDebugInfoDependencies()
1423 auto *base_class_item = it.second; in ComputeLayoutAndUpdateIndices() local
1424 if (base_class_item->IsForeign()) { in ComputeLayoutAndUpdateIndices()
1427 auto *class_item = static_cast<ClassItem *>(base_class_item); in ComputeLayoutAndUpdateIndices()
1449 auto *base_class_item = it.second; in ComputeLayoutAndUpdateIndices() local
1450 if (base_class_item->IsForeign()) { in ComputeLayoutAndUpdateIndices()
1453 auto *class_item = static_cast<ClassItem *>(base_class_item); in ComputeLayoutAndUpdateIndices()

Completed in 3 milliseconds