Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.h114 bool IsTypeExtractorEnabled() const in IsTypeExtractorEnabled() function
Dpandagen.cpp255 if (context_->IsTypeExtractorEnabled()) { in CopyFunctionArguments()
492 …if (context_->IsTypeExtractorEnabled() && typeIndex != extractor::TypeRecorder::PRIMITIVETYPE_ANY)… in TryLoadGlobalByName()
1694 if (Context()->IsTypeExtractorEnabled()) { in LoadExternalModuleVariable()
1712 if (Context()->IsTypeExtractorEnabled()) { in StoreModuleVariable()
1858 if (context_->IsTypeExtractorEnabled()) { in StoreLexicalVar()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlexenv.cpp117 if (context->IsTypeExtractorEnabled() && pg->TypedVars().count(local) == 0U) { in ExpandStoreNormalVar()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp200 if (pg_->Context()->IsTypeExtractorEnabled()) { in GenFunctionInstructions()