Home
last modified time | relevance | path

Searched defs:parser (Results 1 – 25 of 124) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/runtime/tests/
Dregexp_test.cpp104 RegExpParser parser = RegExpParser(); in TEST_F() local
114 RegExpParser parser = RegExpParser(); in TEST_F() local
124 RegExpParser parser = RegExpParser(); in TEST_F() local
134 RegExpParser parser = RegExpParser(); in TEST_F() local
144 RegExpParser parser = RegExpParser(); in TEST_F() local
154 RegExpParser parser = RegExpParser(); in TEST_F() local
164 RegExpParser parser = RegExpParser(); in TEST_F() local
174 RegExpParser parser = RegExpParser(); in TEST_F() local
184 RegExpParser parser = RegExpParser(); in TEST_F() local
194 RegExpParser parser = RegExpParser(); in TEST_F() local
[all …]
Dexception_test.cpp146 pandasm::Parser parser; in TEST_F() local
231 pandasm::Parser parser; in TEST_F() local
319 pandasm::Parser parser; in TEST_F() local
408 pandasm::Parser parser; in TEST_F() local
498 pandasm::Parser parser; in TEST_F() local
588 pandasm::Parser parser; in TEST_F() local
674 pandasm::Parser parser; in TEST_F() local
760 pandasm::Parser parser; in TEST_F() local
848 pandasm::Parser parser; in TEST_F() local
936 pandasm::Parser parser; in TEST_F() local
[all …]
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp121 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
131 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
141 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
151 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
161 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
171 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
181 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
191 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
201 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
211 RegExpParser parser = RegExpParser(thread, chunk_); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_frontend/ets2panda/parser/
DparserStatusContext.h78 …explicit SavedParserContext(ParserImpl *parser, Args &&...args) : parser_(parser), prev_(parser->c… in SavedParserContext()
98 …explicit SavedClassPrivateContext(ParserImpl *parser) : parser_(parser), prev_(parser->classPrivat… in SavedClassPrivateContext()
118 …explicit FunctionContext(ParserImpl *parser, ParserStatus newStatus) : SavedParserContext(parser, … in FunctionContext()
153 explicit ArrowFunctionContext(ParserImpl *parser, bool isAsync) in ArrowFunctionContext()
DJSparser.cpp18 namespace ark::es2panda::parser { namespace
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dason_test.cpp95 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
121 Utf16JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
150 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
163 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
174 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
183 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
192 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
202 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
215 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
226 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
[all …]
Djson_parser_test.cpp113 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
141 Utf16JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
177 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
198 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
224 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
252 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
267 Utf8JsonParser parser(thread, TransformType::NORMAL); in HWTEST_F_L0() local
283 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
302 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
319 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectIndexAccess.cpp30 ir::Expression *ObjectIndexLowering::ProcessIndexSetAccess(parser::ETSParser *parser, checker::ETSC… in ProcessIndexSetAccess() argument
48 ir::Expression *ObjectIndexLowering::ProcessIndexGetAccess(parser::ETSParser *parser, checker::ETSC… in ProcessIndexGetAccess() argument
77 auto *const parser = ctx->parser->AsETSParser(); in Perform() local
DexpandBrackets.cpp44 parser::ETSParser *parser, checker::ETSChecker *checker, in ProcessNewArrayInstanceExpression() argument
83 parser::ETSParser *parser, checker::ETSChecker *checker, in ProcessNewMultiDimArrayInstanceExpression() argument
155 auto *const parser = ctx->parser->AsETSParser(); in Perform() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Doptimize_bytecode_test.cpp92 panda::pandasm::Parser parser; variable
147 panda::pandasm::Parser parser; variable
207 panda::pandasm::Parser parser; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp68 Parser parser; in HWTEST_F_L0() local
97 Parser parser; in HWTEST_F_L0() local
119 Parser parser; in HWTEST_F_L0() local
148 Parser parser; in HWTEST_F_L0() local
197 Parser parser; in CreateJSPandaFileAndConstpool() local
233 Parser parser; in HWTEST_F_L0() local
267 Parser parser; in HWTEST_F_L0() local
304 Parser parser; in HWTEST_F_L0() local
323 Parser parser; in HWTEST_F_L0() local
357 Parser parser; in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp105 pandasm::Parser parser; in TEST_F() local
144 pandasm::Parser parser; in TEST_F() local
163 pandasm::Parser parser; in TEST_F() local
210 pandasm::Parser parser; in TEST_F() local
241 pandasm::Parser parser; in TEST_F() local
279 pandasm::Parser parser; in TEST_F() local
320 pandasm::Parser parser; in TEST_F() local
Daot_test.cpp101 pandasm::Parser parser; in TEST_F() local
138 pandasm::Parser parser; in TEST_F() local
318 pandasm::Parser parser; in TEST_F() local
362 pandasm::Parser parser; in TEST_F() local
379 pandasm::Parser parser; in TEST_F() local
424 pandasm::Parser parser; in TEST_F() local
476 pandasm::Parser parser; in TEST_F() local
707 pandasm::Parser parser; in TEST_F() local
771 pandasm::Parser parser; in TEST_F() local
788 pandasm::Parser parser; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc_llvm.h31 void AddExtraOptions(PandArgParser *parser) override in AddExtraOptions()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dclass_hash_table_test.cpp105 pandasm::Parser parser; in TEST_F() local
135 pandasm::Parser parser; in GetClassHashTableABC1() local
155 pandasm::Parser parser; in GetClassHashTableABC2() local
218 pandasm::Parser parser; in TEST_F() local
249 pandasm::Parser parser; in TEST_F() local
287 pandasm::Parser parser; in TEST_F() local
320 pandasm::Parser parser; in GetClassIdFromClassHashTableABC() local
Daot_test.cpp117 pandasm::Parser parser; in TEST_F() local
153 pandasm::Parser parser; in TEST_F() local
356 pandasm::Parser parser; in PaocSpecifyMethodsEmit() local
404 pandasm::Parser parser; in PaocMultipleFilesEmitFirst() local
422 pandasm::Parser parser; in PaocMultipleFilesEmitSecond() local
479 pandasm::Parser parser; in TEST_F() local
530 pandasm::Parser parser; in TEST_F() local
650 pandasm::Parser parser; in PaocClustersEmit() local
713 pandasm::Parser parser; in PandaFilesEmitFirst() local
731 pandasm::Parser parser; in PandaFilesEmitSecond() local
Dpanda_runner.h50 pandasm::Parser parser; in Parse() local
100 pandasm::Parser parser; in Run() local
/arkcompiler/ets_frontend/es2panda/parser/context/
DparserContext.cpp20 namespace panda::es2panda::parser { namespace
/arkcompiler/toolchain/build/config/mac/
Dxcrun.py22 parser = argparse.ArgumentParser( variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
Dsampler_napi_traces_check.py20 parser = argparse.ArgumentParser(description="Napi trace test") variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/
Dsampler_traces_check.py20 parser = argparse.ArgumentParser(description="Sampler trace test") variable
/arkcompiler/ets_frontend/ets2panda/parser/context/
DparserContext.cpp19 namespace ark::es2panda::parser { namespace
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
Drun_javar8.py34 def is_file(parser, arg): argument
39 def is_dir(parser, arg): argument
/arkcompiler/ets_runtime/tools/ap_file_viewer/
Dbuild.py86 parser = argparse.ArgumentParser(description="Build script with optional target directory.") variable
/arkcompiler/runtime_core/static_core/verification/util/parser/tests/
Dcharset_test.cpp22 namespace ark::parser::test { namespace

12345