| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/ |
| H A D | test.sh | 31 ES2PANDA="$1" 40 ensure_exists "$ES2PANDA" 47 CMD="$PANDA_RUN_PREFIX $ES2PANDA --stdlib=$STDLIB --arktsconfig=$TSCONFIG"
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | pathResolver.cpp | 29 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 D | debugInfoStorage.cpp | 63 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 D | scopedDebugInfoPlugin.cpp | 104 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 D | entityDeclarator-inl.h | 45 LOG(FATAL, ES2PANDA) << "Failed to emplace " << importedName << " in entity map."; in ImportGlobalEntity()
|
| H A D | entityDeclarator.cpp | 66 LOG(FATAL, ES2PANDA) << "Failed to emplace " << importedName << " in entity map."; in CreateAndInsertImportStatement()
|
| H A D | helpers.h | 219 LOG(FATAL, ES2PANDA) << "Should be passed only reference on FieldDataAccessor or MethodDataAccessor."; in GetModifierFlags()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | localClassLowering.cpp | 94 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 D | helpers.h | 232 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 D | options.cpp | 83 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 D | inheritanceResolution.cpp | 53 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 D | debugInfoDeserializer.cpp | 74 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 D | ast_dumper_test.cpp | 132 mask.set(ark::Logger::Component::ES2PANDA); in GetProgram()
|
| H A D | rest_parameter_flag_test.cpp | 86 mask.set(Logger::Component::ES2PANDA); in GetProgram()
|
| H A D | union_normalization_test.cpp | 109 mask.set(ark::Logger::Component::ES2PANDA); in InitializeChecker()
|
| /arkcompiler/ets_frontend/ets2panda/aot/ |
| H A D | main.cpp | 137 mask.set(Logger::Component::ES2PANDA); in Run()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | compilerImpl.cpp | 219 LOG(WARNING, ES2PANDA) << warnings; in RunVerifierAndPhases()
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| H A D | es2panda_lib.cpp | 203 mask.set(Logger::Component::ES2PANDA); in CreateConfig()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | helpers.cpp | 164 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()
|