Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dfile_reader.cpp526 const File::EntityId type_cls_id = proto_acc->GetReferenceType(reference_num); in CreateParamTypeItem() local
527 if (file_->IsExternal(type_cls_id)) { in CreateParamTypeItem()
528 param_type_item = CreateForeignClassItem(type_cls_id); in CreateParamTypeItem()
530 param_type_item = CreateClassItem(type_cls_id); in CreateParamTypeItem()
609 const File::EntityId type_cls_id = proto_acc.GetReferenceType(reference_num); in GetReturnTypeItem() local
610 if (file_->IsExternal(type_cls_id)) { in GetReturnTypeItem()
611 ret_type_item = CreateForeignClassItem(type_cls_id); in GetReturnTypeItem()
613 ret_type_item = CreateClassItem(type_cls_id); in GetReturnTypeItem()
834 const File::EntityId type_cls_id = proto_acc.GetReferenceType(reference_num); in CreateForeignMethodItem() local
835 if (file_->IsExternal(type_cls_id)) { in CreateForeignMethodItem()
[all...]

Completed in 2 milliseconds