Home
last modified time | relevance | path

Searched defs:typeSign (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/
DBuildModuleChains.ts411 const typeSign = importInfo.getLazyExportInfo()?.getArkExport()?.getSignature(); constant
435 const typeSign = importInfo.getLazyExportInfo()?.getArkExport()?.getSignature(); constant
504 const typeSign = importInfo.getLazyExportInfo()?.getArkExport()?.getSignature(); constant
524 const typeSign = importInfo.getLazyExportInfo()?.getArkExport()?.getSignature(); constant
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h106 … std::string typeSign = debug_helpers::GetStringFromConstantPool(GetPandaFile(), typeSignatureId); in HandleStartLocalExtended() local
238 … std::string typeSign = debug_helpers::GetStringFromConstantPool(GetPandaFile(), typeSignatureId); in HandleStartLocalExtended() local
Ddebug_info_extractor.cpp98 …const char *typeSign = debug_helpers::GetStringFromConstantPool(state_->GetPandaFile(), typeSignat… in HandleStartLocalExtended() local