Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/tsconfig/
H A Dtest.sh31 ES2PANDA="$1"
40 ensure_exists "$ES2PANDA"
47 CMD="$PANDA_RUN_PREFIX $ES2PANDA --stdlib=$STDLIB --arktsconfig=$TSCONFIG"
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DpathResolver.cpp29 LOG(WARNING, ES2PANDA) << "Failed to find import/export table for " << filePath; in FindImportedFunctions()
53 LOG(WARNING, ES2PANDA) << "Failed to find import/export table for " << filePath; in FindExportedFunctions()
89 LOG(WARNING, ES2PANDA) << "Failed to find import/export table for " << filePath; in FindNamedImportAll()
113 LOG(WARNING, ES2PANDA) << "Failed to find import/export table for " << filePath; in FindImportedEntity()
141 LOG(WARNING, ES2PANDA) << "Failed to find import/export table for " << filePath; in FindExportedEntity()
H A DdebugInfoStorage.cpp63 LOG(FATAL, ES2PANDA) << "Failed to load a provided abc file: " << pfPath; in LoadFileDebugInfo()
89 LOG(FATAL, ES2PANDA) << "ETSGLOBAL not found in provided file: " << pfPath; in LoadFileDebugInfo()
145 LOG(WARNING, ES2PANDA) << "Could not find context file: " << context.sourceFilePath << std::endl; in FillEvaluateContext()
163 LOG(WARNING, ES2PANDA) << "Could not find code at line: " << context.lineNumber << std::endl; in FillEvaluateContext()
203 LOG(FATAL, ES2PANDA) << "Failed to emplace class '" << recordNameView << "' in records." in LazyLoadRecords()
H A DscopedDebugInfoPlugin.cpp104 LOG(FATAL, ES2PANDA) << "Can't create evaluate context" << std::endl; in ScopedDebugInfoPlugin()
123 LOG(DEBUG, ES2PANDA) << "Evaluation method will return: " << std::boolalpha << inserted << std::noboolalpha; in PostCheck()
251 LOG(DEBUG, ES2PANDA) << "ScopedDebugInfoPlugin: FindClass " << ident->Name(); in FindClass()
301 LOG(DEBUG, ES2PANDA) << "ScopedDebugInfoPlugin: FindGlobalFunction " << ident->Name();
355 LOG(DEBUG, ES2PANDA) << "ScopedDebugInfoPlugin: FindGlobalVariable " << ident->Name();
388 LOG(DEBUG, ES2PANDA) << "ScopedDebugInfoPlugin: FindLocalVariable " << ident->Name();
398 LOG(FATAL, ES2PANDA) << "Evaluation mode must be used in conjunction with ets-module option.";
H A DentityDeclarator-inl.h45 LOG(FATAL, ES2PANDA) << "Failed to emplace " << importedName << " in entity map."; in ImportGlobalEntity()
H A DentityDeclarator.cpp66 LOG(FATAL, ES2PANDA) << "Failed to emplace " << importedName << " in entity map."; in CreateAndInsertImportStatement()
H A Dhelpers.h219 LOG(FATAL, ES2PANDA) << "Should be passed only reference on FieldDataAccessor or MethodDataAccessor."; in GetModifierFlags()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlocalClassLowering.cpp94 LOG(DEBUG, ES2PANDA) << " - Creating property (" << property->Id()->Name() in CreateClassPropertiesForCapturedVariables()
130 LOG(DEBUG, ES2PANDA) << " - Modifying Constructor: " << signature->InternalName(); in ModifyConstructorParameters()
153 LOG(DEBUG, ES2PANDA) << " Transformed Constructor: " << signature->InternalName(); in ModifyConstructorParameters()
185 LOG(DEBUG, ES2PANDA) << " checking var:" << (void *)childNode; in RemapReferencesFromCapturedVariablesToClassProperties()
188 LOG(DEBUG, ES2PANDA) << " Remap: " << childNode->AsIdentifier()->Name() in RemapReferencesFromCapturedVariablesToClassProperties()
200 LOG(DEBUG, ES2PANDA) << " - Rebinding variable rerferences in: " in RemapReferencesFromCapturedVariablesToClassProperties()
209 LOG(DEBUG, ES2PANDA) << " - Rebinding variable rerferences in: " << constructor->Id()->Name(); in RemapReferencesFromCapturedVariablesToClassProperties()
221 LOG(DEBUG, ES2PANDA) << "Altering local class with the captured variables: " << classDef->InternalName(); in Perform()
245 LOG(DEBUG, ES2PANDA) << "Instantiating local class: " << classDef->Ident()->Name(); in Perform()
250 LOG(DEBUG, ES2PANDA) << " in Perform()
[all...]
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.h232 constexpr auto ES2PANDA = ark::Logger::Component::ES2PANDA; in Log() local
257 const bool isMessageSuppressed = ark::Logger::IsMessageSuppressed(LOG_LEVEL, ES2PANDA); in Log()
261 if (!ark::Logger::IsLoggingOnOrAbort(LOG_LEVEL, ES2PANDA) || isMessageSuppressed) { in Log()
265 (ark::Logger::Message(LOG_LEVEL, ES2PANDA, false).GetStream() << ... << std::forward<Elements>(elems)); in Log()
H A Doptions.cpp83 enum class OptState { ES2PANDA, JIT_COMPILER, OPTIMIZER }; in SplitArgs() member in ark::es2panda::util::OptState
84 OptState optState = OptState::ES2PANDA; in SplitArgs()
86 std::unordered_map<OptState, std::vector<std::string> *> argsMap = {{OptState::ES2PANDA, &es2pandaArgs}, in SplitArgs()
104 optState = OptState::ES2PANDA; in SplitArgs()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DinheritanceResolution.cpp53 LOG(FATAL, ES2PANDA) << "Failed to find debug info for module '" << moduleName << "'"; in GetSuperClassModuleAndClassName()
168 LOG(FATAL, ES2PANDA) << "Can't find classId for " << abcSuperName; in CollectChainInfo()
H A DdebugInfoDeserializer.cpp74 LOG(DEBUG, ES2PANDA) << "DebugInfoDeserializer::CreateIrClass " << classDeclName << " in " << pathToSource; in CreateIrClass()
92 LOG(DEBUG, ES2PANDA) << "Create class declaration from debug info: " << identName; in CreateClassDeclaration()
/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dast_dumper_test.cpp132 mask.set(ark::Logger::Component::ES2PANDA); in GetProgram()
H A Drest_parameter_flag_test.cpp86 mask.set(Logger::Component::ES2PANDA); in GetProgram()
H A Dunion_normalization_test.cpp109 mask.set(ark::Logger::Component::ES2PANDA); in InitializeChecker()
/arkcompiler/ets_frontend/ets2panda/aot/
H A Dmain.cpp137 mask.set(Logger::Component::ES2PANDA); in Run()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompilerImpl.cpp219 LOG(WARNING, ES2PANDA) << warnings; in RunVerifierAndPhases()
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.cpp203 mask.set(Logger::Component::ES2PANDA); in CreateConfig()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp164 LOG(DEBUG, ES2PANDA) << "Checking variable (line:" << pos.line << "): " << var->Name(); in SaveCapturedVariableInLocalClass()
174 LOG(DEBUG, ES2PANDA) << " Captured in class:" << scopeIter->Node()->AsClassDefinition()->Ident()->Name(); in SaveCapturedVariableInLocalClass()
190 LOG(DEBUG, ES2PANDA) << " - Modified parameter "; in SaveCapturedVariableInLocalClass()

Completed in 15 milliseconds