Searched defs:typeItem (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_info_updater-inl.h | 227 auto *typeItem = updater_->GetType(File::EntityId(typeId), type); in HandleStartLocal() local 241 auto *typeItem = updater_->GetType(File::EntityId(typeId), type); in HandleStartLocalExtended() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 1071 auto *typeItem = GetTypeItem(items, primitiveTypes, f.type, program); in HandleRecordAsForeign() local 1149 auto *typeItem = GetTypeItem(items, primitiveTypes, f.type, program); in HandleFields() local 1286 auto *typeItem = GetTypeItem(items, primitiveTypes, p, program); in HandleFunctionParams() local 1325 const Function &func, TypeItem *typeItem, ClassItem *area, in CreateMethodItem() 1401 auto *typeItem = GetTypeItem(items, primitiveTypes, func.returnType, program); in MakeFunctionItems() local
|