Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 75) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp39 size_t RegExpParserCache::GetHash(EcmaString *pattern, const uint32_t flags) in GetHash()
45 …:pair<JSTaggedValue, size_t> RegExpParserCache::GetCache(EcmaString *pattern, const uint32_t flags, in GetCache()
57 void RegExpParserCache::SetCache(EcmaString *pattern, const uint32_t flags, in SetCache()
/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordsUtil.h33 …explicit KeywordsUtil(Lexer *lexer, lexer::LexerNextTokenFlags flags) : lexer_(lexer), flags_(flag… in KeywordsUtil() argument
34 explicit KeywordsUtil(Lexer *lexer, lexer::LexerNextTokenFlags flags, char32_t cp) in KeywordsUtil() argument
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h168 explicit GlobalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in GlobalVariable()
180 explicit ModuleVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in ModuleVariable()
246 explicit NamespaceVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in NamespaceVariable()
271 explicit ImportEqualsVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in ImportEqualsVariable()
Dscope.h772 VariableFlags flags = VariableFlags::HOIST_VAR; in AddVar() local
801 …VariableFlags flags = (extension == ScriptExtension::JS) ? VariableFlags::HOIST_VAR : VariableFlag… in AddFunction() local
829 VariableFlags flags) in AddTSBinding()
838 bool VariableScope::AddTSBinding(ArenaAllocator *allocator, Decl *newDecl, VariableFlags flags) in AddTSBinding()
867 VariableFlags flags = DeclFlagToVariableFlag(newDecl->Flags()); in AddLexical() local
887 VariableType *Scope::AddDecl(ArenaAllocator *allocator, util::StringView name, VariableFlags flags) in AddDecl()
903 …riableType *Scope::CreateVar(ArenaAllocator *allocator, util::StringView name, VariableFlags flags, in CreateVar()
Dscope.cpp195 VariableFlags flags = VariableFlags::NONE; in AddLocal() local
245 …:AddParam(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, VariableFlags flags) in AddParam()
383 VariableFlags flags = res->second->Flags(); in ConvertLocalVariableToModuleVariable() local
Dvariable.cpp24 LocalVariable::LocalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) in LocalVariable()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp118 …ion *ParserImpl::ParsePotentialExpressionSequence(ir::Expression *expr, ExpressionParseFlags flags) in ParsePotentialExpressionSequence()
128 …*ParserImpl::ParseTsAsExpression(ir::Expression *expr, [[maybe_unused]] ExpressionParseFlags flags) in ParseTsAsExpression()
156 ir::Expression *ParserImpl::ParseExpression(ExpressionParseFlags flags) in ParseExpression()
191 ir::Expression *ParserImpl::ParseArrayExpression(ExpressionParseFlags flags) in ParseArrayExpression()
514 ir::TSTypeAssertion *ParserImpl::ParseTsTypeAssertion(ExpressionParseFlags flags) in ParseTsTypeAssertion()
684 …n *ParserImpl::ParseAssignmentExpression(ir::Expression *lhsExpression, ExpressionParseFlags flags) in ParseAssignmentExpression()
926 ir::Expression *ParserImpl::ParseLeftHandSideExpression(ExpressionParseFlags flags) in ParseLeftHandSideExpression()
958 ir::Expression *ParserImpl::ParsePrimaryExpression(ExpressionParseFlags flags) in ParsePrimaryExpression()
1635 …xpression *ParserImpl::ParseMemberExpression(bool ignoreCallExpression, ExpressionParseFlags flags) in ParseMemberExpression()
1676 void ParserImpl::ParsePotentialTsFunctionParameter(ExpressionParseFlags flags, ir::Expression *retu… in ParsePotentialTsFunctionParameter()
[all …]
DstatementParser.cpp143 ir::Statement *ParserImpl::ParseStatement(StatementParsingFlags flags) in ParseStatement()
462 ir::Statement *ParserImpl::ParseLetStatement(StatementParsingFlags flags, bool isDeclare) in ParseLetStatement()
473 ir::Statement *ParserImpl::ParseConstStatement(StatementParsingFlags flags, bool isDeclare) in ParseConstStatement()
514 ir::Statement *ParserImpl::ParseFunctionStatement(StatementParsingFlags flags, bool isDeclare) in ParseFunctionStatement()
534 ir::Statement *ParserImpl::ParsePotentialExpressionStatement(StatementParsingFlags flags, bool isDe… in ParsePotentialExpressionStatement()
561 ir::ClassDeclaration *ParserImpl::ParseClassStatement(StatementParsingFlags flags, bool isDeclare, in ParseClassStatement()
757 void ParserImpl::CheckFunctionDeclaration(StatementParsingFlags flags) in CheckFunctionDeclaration()
790 ArenaVector<ir::Statement *> ParserImpl::ParseStatementList(StatementParsingFlags flags) in ParseStatementList()
1124 ir::Statement *ParserImpl::ParseExpressionStatement(StatementParsingFlags flags) in ParseExpressionStatement()
1832 …r *ParserImpl::ParseVariableDeclaratorInitializer(ir::Expression *init, VariableParsingFlags flags, in ParseVariableDeclaratorInitializer()
[all …]
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py144 def __init__(self, test_path, flags): argument
183 def __init__(self, test_path, flags, test_id, with_optimizer): argument
336 def __init__(self, test_path, flags): argument
422 def add_directory(self, directory, extension, flags): argument
510 def add_directory(self, directory, extension, flags): argument
593 def add_directory(self, directory, extension, test_list_path, flags): argument
743 def add_directory(self, directory, flags): argument
785 def add_directory(self, directory, extension, flags): argument
798 def __init__(self, test_path, flags): argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_regexp_iterator_test.cpp55 const JSHandle<EcmaString> &flags) in CreateJSRegexpByPatternAndFlags()
78 JSHandle<EcmaString> flags = factory->NewFromASCII("gim"); in HWTEST_F_L0() local
94 JSHandle<EcmaString> flags = factory->NewFromASCII("g"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/include/
Dhclass.h41 HClass(uint32_t flags, panda_file::SourceLang lang) : BaseClass(lang) in HClass()
122 void SetFlags(uint32_t flags) in SetFlags()
/arkcompiler/runtime_core/assembler/
Dassembly-ins.h35 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) opcode, argument
70 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) flags, argument
75 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) width, argument
80 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) def_idx, argument
84 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) use_idxs, argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.h35 explicit RegExpLiteral(util::StringView pattern, util::StringView flags) in RegExpLiteral()
/arkcompiler/runtime_core/verification/util/tests/
Dflags.cpp26 F flags; in TEST() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace-inl.h67 RegionSpaceFlag flags = RegionSpaceFlag::UNINITIALIZED; in GetRegionFlag() local
Dheap_region_allocator.cpp33 RegionSpaceFlag flags = space->GetRegionFlag(); in AllocateAlignedRegion() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp40 DWORD flags = 0; in mem_protection_flags_for_page() local
57 DWORD flags = 0; in mem_protection_flags_for_file() local
100 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) in mmap()
159 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, vo… in MapFile()
/arkcompiler/runtime_core/verification/util/
Dflags.h44 const UInt &flags; variable
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h44 ir::ScriptFunctionFlags flags, bool declare, bool isTsFunction) in ScriptFunction()
157 void AddFlag(ir::ScriptFunctionFlags flags) in AddFlag()
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dtest_logger.cpp32 TestLogger::TestLogger(unsigned flags) : Logger(Level::DEBUG, ComponentMask().set(Component::DEBUGG… in TestLogger()
/arkcompiler/runtime_core/runtime/mem/gc/lang/
Dgc_lang.h54 void VisitRoots(const GCRootVisitor &gc_root_visitor, VisitGCRootFlags flags) override in VisitRoots()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp48 JSHandle<JSTaggedValue> flags = GetCallArg(argv, 1); in RegExpConstructor() local
326 JSHandle<JSTaggedValue> flags(thread, FlagsBitsToString(thread, flagsBits)); in GetSource() local
394 JSMutableHandle<JSTaggedValue> flags(thread, JSTaggedValue::Undefined()); in Match() local
583 uint32_t flags = *reinterpret_cast<uint32_t *>(bytecodeBuffer + RegExpParser::FLAGS_OFFSET); in RegExpReplaceFast() local
1097 JSHandle<EcmaString> flags; in Split() local
1374 uint8_t flags = static_cast<uint8_t>(regexpObj->GetOriginalFlags().GetInt()); in GetFlagsInternal() local
1412 JSMutableHandle<JSTaggedValue> flags(thread, regexpObj->GetOriginalFlags()); in RegExpBuiltinExec() local
1648 JSTaggedValue BuiltinsRegExp::FlagsBitsToString(JSThread *thread, uint8_t flags) in FlagsBitsToString()
1688 const JSHandle<JSTaggedValue> &flags) in RegExpInitialize()
1773 const JSHandle<JSTaggedValue> &flags) in RegExpCreate()
[all …]
/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_options.cpp67 using flags = PandaUnorderedMap<PandaString, bool_field>; in RegisterConfigHandlerOptions() typedef
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.h49 RegExpFlags flags; member
/arkcompiler/runtime_core/docs/
Dfile_format.md138 #### Field access flags
152 #### Method access flags
169 #### Class access flags

123