Home
last modified time | relevance | path

Searched refs:Save (Results 1 - 25 of 36) sorted by relevance

12

/arkcompiler/ets_runtime/test/fuzztest/mergewithexistprofile_fuzzer/
H A Dmergewithexistprofile_fuzzer.cpp43 encoder.Save(); in MergeWithExistProfileFuzzTest()
/arkcompiler/ets_frontend/ets2panda/lexer/
H A DETSLexer.h42 const auto savedLexerPosition = Save();
H A Dlexer.h139 LexerPosition Save() const;
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.h89 encoder_->Save(); in Destroy()
235 ret = encoder.Save(); in TextToBinary()
H A Dpgo_profiler_manager.cpp76 merger.Save(); in MergeApFiles()
H A Dpgo_profiler_encoder.h87 bool PUBLIC_API Save();
H A Dpgo_profiler_encoder.cpp78 LOG_ECMA(INFO) << "Save profiler to file:" << realOutPath_; in ResetOutPath()
151 bool PGOProfilerEncoder::Save() in Save() function in panda::ecmascript::pgo::PGOProfilerEncoder
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_dump_info.h128 bool Save(int fd);
281 bool Save(const PandaString &filename, uint64_t *bytesWritten, int fd);
H A Dprofile_dump_info.cpp290 bool ProfileDumpInfo::Save(int fd) in Save() function in ark::ProfileDumpInfo
513 bool ProfileDumpInfo::Save(const PandaString &filename, uint64_t *bytesWritten, int fd) in Save() function in ark::ProfileDumpInfo
515 bool result = Save(fd); in Save()
572 return Save(filename, bytesWritten, fd); in MergeAndSave()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dan_file_info.h33 bool PUBLIC_API Save(const std::string &filename, Triple triple);
H A Dstub_file_info.h26 void Save(const std::string &filename, Triple triple);
H A Dstub_file_info.cpp26 void StubFileInfo::Save(const std::string &filename, Triple triple) in Save() function in panda::ecmascript::StubFileInfo
H A Dan_file_info.cpp23 bool AnFileInfo::Save(const std::string &filename, Triple triple) in Save() function in panda::ecmascript::AnFileInfo
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserExpressions.cpp153 auto const lexerPos = Lexer()->Save().Iterator(); in ParseFunctionParameterExpression()
170 std::string value = Lexer()->SourceView(lexerPos.Index(), Lexer()->Save().Iterator().Index()).Mutf8(); in ParseFunctionParameterExpression()
277 auto savedPos = Lexer()->Save(); in ParseDefaultPrimaryExpression()
408 const auto savedPos = Lexer()->Save(); in IsArrowFunctionExpressionStart()
H A DETSparserTypes.cpp348 auto savePos = Lexer()->Save(); in ParsePotentialFunctionalType()
405 lexer::LexerPosition savedPos = Lexer()->Save(); in GetTypeAnnotationFromParentheses()
H A DETSparserEnums.cpp193 auto const pos = Lexer()->Save(); in ParseEnumMembers()
H A DexpressionTSParser.cpp470 const auto savedPos = Lexer()->Save(); in ParsePotentialArrowExpression()
655 auto savedPos = Lexer()->Save(); in ParseCoverParenthesizedExpressionAndArrowParameterList()
H A DTSparser.cpp306 auto pos = Lexer()->Save(); in IsStartOfMappedType()
347 auto pos = Lexer()->Save(); in IsStartOfTypePredicate()
377 lexer::LexerPosition pos = Lexer()->Save(); in IsStartOfAbstractConstructorType()
832 auto pos = Lexer()->Save(); in ParseTypePredicate()
1170 const auto startPos = Lexer()->Save(); in ParseParenthesizedOrFunctionType()
1418 const auto savedPos = Lexer()->Save(); in ParsePotentialGenericFunctionCall()
1518 const auto savedPos = Lexer()->Save(); in IsPotentiallyIndexSignature()
H A DETSparser.cpp525 auto const savePos = Lexer()->Save(); in ParseInnerRest()
571 auto savedPos = Lexer()->Save(); in ParseTypeDeclaration()
1137 auto pos = Lexer()->Save(); in ParseImportDeclarations()
1653 const auto savedPos = Lexer()->Save(); in ParsePotentialGenericFunctionCall()
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.h79 LexerPosition Save() const;
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp360 auto pos = lexer_->Save(); in IsStartOfMappedType()
401 auto pos = lexer_->Save(); in IsStartOfTsTypePredicate()
431 lexer::LexerPosition pos = lexer_->Save(); in IsStartOfAbstractConstructorType()
500 const auto startPos = lexer_->Save(); in ParseTsTemplateLiteralType()
922 const auto savePos = lexer_->Save(); in IsTSNamedTupleMember()
1288 auto pos = lexer_->Save(); in ParseTsTypePredicate()
1815 const auto startPos = lexer_->Save(); in IsTsFunctionType()
2187 auto pos = lexer_->Save(); in ParseModifiers()
2788 auto lexPos = lexer_->Save(); in ParseDecoratorAndAnnotation()
3519 const auto startPos = lexer_->Save(); in ParseEnumComputedPropertyKey()
[all...]
H A DexpressionParser.cpp191 const auto startPos = lexer_->Save(); in ParseExpression()
647 const auto startPos = lexer_->Save(); in ParseCoverParenthesizedExpressionAndArrowParameterList()
880 const auto startPos = lexer_->Save(); in ParseTemplateLiteral()
1470 const auto savedPos = lexer_->Save(); in ParsePotentialArrowExpression()
1595 const auto savedPos = lexer_->Save(); in ParsePotentialTsGenericFunctionCall()
1978 const auto asyncPos = lexer_->Save(); in CheckPropertyKeyAsycModifier()
2245 const auto startPos = lexer_->Save(); in ParsePropertyDefinition()
H A DstatementParser.cpp91 const auto startPos = lexer_->Save(); in CheckDeclare()
158 const auto startPos = lexer_->Save(); in IsTsDeclarationStatement()
228 const auto startPos = lexer_->Save(); in ParseStatement()
664 const auto pos = lexer_->Save(); in ParsePotentialExpressionStatement()
1305 const auto startPos = lexer_->Save(); in ParseExpressionStatement()
1665 const auto savedPos = lexer_->Save(); in ParseLabelledStatement()
2856 const auto savedPos = lexer_->Save(); in ParseExportDeclaration()
3031 const auto savedPos = lexer_->Save(); in HandleTypeImportOrExportSpecifier()
3229 const auto savedPos = lexer_->Save(); in ParseImportDeclaration()
3243 const auto savedPos = lexer_->Save(); in ParseImportDeclaration()
[all...]
/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.h190 inline std::string_view::const_iterator Save() const in Save() function in ark::es2panda::util::StringView::Iterator
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h193 inline std::string_view::const_iterator Save() const in Save() function in panda::es2panda::util::StringView::Iterator

Completed in 41 milliseconds

12