Home
last modified time | relevance | path

Searched defs:sourceCode (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisasm_backed_debug_info_extractor.h37 std::string sourceCode; member
H A Ddisasm_backed_debug_info_extractor.cpp125 std::ostringstream sourceCode; in GetDisassemblySourceName() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_info_extractor.h99 std::string sourceCode; member
H A Ddebug_info_updater-inl.h76 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 Dfile_items.cpp1504 void LineNumberProgramItemBase::EmitSetSourceCode(std::vector<uint8_t> *constantPool, StringItem *sourceCode) in EmitSetSourceCode() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DambientLowering.cpp73 std::string sourceCode; in CreateMethodFunctionDefinition() local
H A DgenericBridgesLowering.cpp86 auto const sourceCode = CreateMethodDefinitionString(classDefinition, baseSignature, derivedFunction, typeNodes); in AddGenericBridge() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.cpp248 static const std::string sourceCode = ""; in GetSourceCode() local
306 const char *sourceCode = ""; in ExtractorMethodDebugInfo() local
H A Ddebug_info_extractor.h233 std::string sourceCode; member
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-function.h81 std::string sourceCode; member
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSFormattedParser.cpp264 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 DETSparser.h107 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 Dprogram.h185 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource() argument
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastDump.cpp25 AstDumper::AstDumper(const ir::AstNode *node, util::StringView sourceCode) : index_(sourceCode) in AstDumper() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_function.cpp368 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString() local
/arkcompiler/ets_frontend/es2panda/ir/
H A DastDump.cpp25 AstDumper::AstDumper(const BlockStatement *program, util::StringView sourceCode) : index_(sourceCode), indent_(0) in AstDumper() argument
/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.h128 void SetSource(const std::string &sourceCode, const std::string &sourceFile, bool isDtsFile) in SetSource() argument
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp975 std::string sourceCode; in DescriptionForFunction() local
989 std::string sourceCode; in DescriptionForGeneratorFunction() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3725 std::string sourceCode = StringHelper::GetSpecifiedLine(allSourceCode, lineNumber); in GetSourceCode() local

Completed in 28 milliseconds