| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disasm_backed_debug_info_extractor.h | 37 std::string sourceCode; member
|
| H A D | disasm_backed_debug_info_extractor.cpp | 125 std::ostringstream sourceCode; in GetDisassemblySourceName() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | debug_info_extractor.h | 99 std::string sourceCode; member
|
| H A D | debug_info_updater-inl.h | 76 std::string sourceCode = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceCodeId); in HandleSetSourceCode() local 203 std::string sourceCode = debug_helpers::GetStringFromConstantPool(GetPandaFile(), sourceCodeId); in HandleSetSourceCode() local
|
| H A D | file_items.cpp | 1504 void LineNumberProgramItemBase::EmitSetSourceCode(std::vector<uint8_t> *constantPool, StringItem *sourceCode) in EmitSetSourceCode() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | ambientLowering.cpp | 73 std::string sourceCode; in CreateMethodFunctionDefinition() local
|
| H A D | genericBridgesLowering.cpp | 86 auto const sourceCode = CreateMethodDefinitionString(classDefinition, baseSignature, derivedFunction, typeNodes); in AddGenericBridge() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | debug_info_extractor.cpp | 248 static const std::string sourceCode = ""; in GetSourceCode() local 306 const char *sourceCode = ""; in ExtractorMethodDebugInfo() local
|
| H A D | debug_info_extractor.h | 233 std::string sourceCode; member
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-function.h | 81 std::string sourceCode; member
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSFormattedParser.cpp | 264 ir::Statement *ETSParser::CreateStatement(std::string_view const sourceCode) in CreateStatement() argument 293 ir::Statement *ETSParser::CreateFormattedStatement(std::string_view const sourceCode, in CreateFormattedStatement() argument 302 ArenaVector<ir::Statement *> ETSParser::CreateStatements(std::string_view const sourceCode) in CreateStatements() argument 312 ArenaVector<ir::Statement *> ETSParser::CreateFormattedStatements(std::string_view const sourceCode, in CreateFormattedStatements() argument 323 ir::AstNode *ETSParser::CreateFormattedClassFieldDefinition(std::string_view sourceCode, in CreateFormattedClassFieldDefinition() argument 338 CreateFormattedClassMethodDefinition(std::string_view sourceCode, std::vector<ir::AstNode *> &insertingNodes) CreateFormattedClassMethodDefinition() argument 353 CreateFormattedClassElement(std::string_view sourceCode, std::vector<ir::AstNode *> &insertingNodes, const ArenaVector<ir::AstNode *> &properties, ir::ClassDefinitionModifiers modifiers) CreateFormattedClassElement() argument 367 CreateClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNode *> &properties, ir::ClassDefinitionModifiers modifiers) CreateClassElement() argument 382 CreateFormattedClassDeclaration(std::string_view sourceCode, std::vector<ir::AstNode *> &insertingNodes, bool const allowStatic) CreateFormattedClassDeclaration() argument 392 CreateClassDeclaration(std::string_view sourceCode, bool allowStatic) CreateClassDeclaration() argument 433 CreateConstructorDefinition(ir::ModifierFlags modifiers, std::string_view const sourceCode) CreateConstructorDefinition() argument 465 CreateExpression(std::string_view const sourceCode, ExpressionParseFlags const flags) CreateExpression() argument 480 CreateFormattedExpression(std::string_view const sourceCode, std::vector<ir::AstNode *> &insertingNodes) CreateFormattedExpression() argument 497 CreateTopLevelStatement(std::string_view const sourceCode) CreateTopLevelStatement() argument 508 CreateFormattedTopLevelStatement(std::string_view const sourceCode, std::vector<ir::AstNode *> &insertingNodes) CreateFormattedTopLevelStatement() argument 517 CreateTypeAnnotation(TypeAnnotationParsingOptions *options, std::string_view const sourceCode) CreateTypeAnnotation() argument [all...] |
| H A D | ETSparser.h | 107 ir::Expression *CreateFormattedExpression(std::string_view const sourceCode, Args &&...args) in CreateFormattedExpression() argument 118 ir::Statement *CreateFormattedStatement(std::string_view const sourceCode, Args &&...args) in CreateFormattedStatement() argument 132 ArenaVector<ir::Statement *> CreateFormattedStatements(std::string_view const sourceCode, Arg argument 145 CreateFormattedClassDeclaration(std::string_view sourceCode, bool allowStatic, Args &&...args) CreateFormattedClassDeclaration() argument 158 CreateFormattedClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNode *> &properties, ir::ClassDefinitionModifiers modifiers, Args &&...args) CreateFormattedClassElement() argument 168 CreateFormattedClassElement(std::string_view sourceCode, ir::ClassDefinition *classDefinition, Args &&...args) CreateFormattedClassElement() argument 179 CreateFormattedClassFieldDefinition(std::string_view const sourceCode, Args &&...args) CreateFormattedClassFieldDefinition() argument 191 CreateFormattedClassMethodDefinition(std::string_view const sourceCode, Args &&...args) CreateFormattedClassMethodDefinition() argument 203 CreateFormattedTopLevelStatement(std::string_view sourceCode, Args &&...args) CreateFormattedTopLevelStatement() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| H A D | program.h | 185 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.cpp | 25 AstDumper::AstDumper(const ir::AstNode *node, util::StringView sourceCode) : index_(sourceCode) in AstDumper() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_function.cpp | 368 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.cpp | 25 AstDumper::AstDumper(const BlockStatement *program, util::StringView sourceCode) : index_(sourceCode), indent_(0) in AstDumper() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/program/ |
| H A D | program.h | 128 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource() argument
|
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_types.cpp | 975 std::string sourceCode; in DescriptionForFunction() local 989 std::string sourceCode; in DescriptionForGeneratorFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 3725 std::string sourceCode = StringHelper::GetSpecifiedLine(allSourceCode, lineNumber); in GetSourceCode() local
|