| /arkcompiler/runtime_core/compiler/ |
| D | compiler_options.cpp | 18 namespace panda::compiler { namespace 20 CompilerOptions options(""); variable
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compilerImpl.cpp | 29 namespace panda::es2panda::compiler { namespace 39 …:Program *CompilerImpl::Compile(parser::Program *program, const es2panda::CompilerOptions &options, in Compile()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_segmenter.cpp | 21 namespace panda::ecmascript::builtins { namespace 46 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SegmenterConstructor() local 68 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 119 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
|
| D | builtins_plural_rules.cpp | 22 namespace panda::ecmascript::builtins { namespace 47 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in PluralRulesConstructor() local 69 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 122 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
|
| D | builtins_displaynames.cpp | 20 namespace panda::ecmascript::builtins { namespace 45 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in DisplayNamesConstructor() local 67 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 135 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
|
| D | builtins_collator.cpp | 22 namespace panda::ecmascript::builtins { namespace 54 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in CollatorConstructor() local 75 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 154 …JSHandle<JSObject> options = JSCollator::ResolvedOptions(thread, JSHandle<JSCollator>::Cast(thisVa… in ResolvedOptions() local
|
| D | builtins_list_format.cpp | 22 namespace panda::ecmascript::builtins { namespace 48 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in ListFormatConstructor() local 70 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 152 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
|
| D | builtins_relative_time_format.cpp | 18 namespace panda::ecmascript::builtins { namespace 44 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in RelativeTimeFormatConstructor() local 81 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 172 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
|
| D | builtins_number_format.cpp | 21 namespace panda::ecmascript::builtins { namespace 50 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in NumberFormatConstructor() local 93 JSHandle<JSTaggedValue> options = GetCallArg(argv, 1); in SupportedLocalesOf() local 180 JSHandle<JSObject> options(factory->NewJSObjectByConstructor(ctor)); in ResolvedOptions() local
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 31 namespace panda::es2panda { namespace 63 … Compiler::CheckOptionsAndFileForAbcInput(const std::string &fname, const CompilerOptions &options) in CheckOptionsAndFileForAbcInput() 88 …andasm::Program *Compiler::CompileAbcFile(const std::string &fname, const CompilerOptions &options) in CompileAbcFile() 100 void Compiler::CompileAbcFileInParallel(SourceFile *src, const CompilerOptions &options, in CompileAbcFileInParallel() 133 panda::pandasm::Program *Compiler::Compile(const SourceFile &input, const CompilerOptions &options, in Compile() 193 …il::PatchFix *Compiler::InitPatchFixHelper(const SourceFile &input, const CompilerOptions &options, in InitPatchFixHelper() 234 int Compiler::CompileFiles(CompilerOptions &options, in CompileFiles() 291 panda::pandasm::Program *Compiler::CompileFile(const CompilerOptions &options, SourceFile *src, in CompileFile()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_vm_test.cpp | 22 namespace panda::test { namespace 34 RuntimeOption options; in HWTEST_F_L0() local
|
| D | incremental_marking_test.cpp | 27 namespace panda::test { namespace 32 JSRuntimeOptions options; in SetUp() local
|
| D | js_list_format_test.cpp | 26 namespace panda::test { namespace 76 …mat> CreateJSListFormatterTest(JSThread *thread, icu::Locale icuLocale, JSHandle<JSObject> options) in CreateJSListFormatterTest() 97 std::map<std::string, std::string> &options) in SetFormatterOptionsTest() 121 std::map<std::string, std::string> options { in HWTEST_F_L0() local 163 JSHandle<JSListFormat> GetFormatter(JSThread *thread, std::map<std::string, std::string>& options, in GetFormatter() 179 std::map<std::string, std::string> options { in HWTEST_F_L0() local 195 std::map<std::string, std::string> options { in HWTEST_F_L0() local 210 std::map<std::string, std::string> options { in HWTEST_F_L0() local 234 std::map<std::string, std::string> options { in HWTEST_F_L0() local
|
| D | js_date_time_format_second_test.cpp | 29 namespace panda::test { namespace 42 …JSHandle<JSObject> options = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFu… in HWTEST_F_L0() local 63 static JSHandle<JSDateTimeFormat> FormatCommonSet(JSThread *thread, JSHandle<JSObject>& options, ic… in FormatCommonSet() 85 auto options = EcmaTestCommon::SetHourCycleKeyValue(thread, cycle, zone); in FormatDateTimeCommon() local 155 auto options = EcmaTestCommon::SetHourCycleKeyValue(thread, cycle, zone); in HWTEST_F_L0() local 240 auto options = EcmaTestCommon::SetHourCycleKeyValue(thread, cycle, zone); in HWTEST_F_L0() local 311 …JSHandle<JSObject> options = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFu… in HWTEST_F_L0() local
|
| D | js_date_time_format_first_test.cpp | 29 namespace panda::test { namespace 129 …JSHandle<JSObject> options = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFu… in HWTEST_F_L0() local 168 …JSHandle<JSObject> options = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFu… in HWTEST_F_L0() local 204 …JSHandle<JSObject> options = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFu… in HWTEST_F_L0() local 255 auto options = EcmaTestCommon::SetHourCycleKeyValue(thread, cycle, zone); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc2program_driver.cpp | 21 namespace panda::abc2program { namespace 25 Abc2ProgramOptions options; in Run() local
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | main.cpp | 34 namespace panda::es2panda::aot { namespace 57 const std::unique_ptr<panda::es2panda::aot::Options> &options) in GenerateBase64Output() 119 …const std::unique_ptr<panda::es2panda::aot::Options> &options, std::map<std::string, size_t> *stat… in GenerateProgramsByWorkers() 140 const std::unique_ptr<panda::es2panda::aot::Options> &options) in DumpProgramInfos() 168 const std::unique_ptr<panda::es2panda::aot::Options> &options, in GenerateProgram() 257 … const std::unique_ptr<panda::es2panda::aot::Options> &options, size_t expectedProgsCount, in GenerateAbcFiles() 275 const std::unique_ptr<panda::es2panda::aot::Options> &options, in ResolveDepsRelations() 284 auto options = std::make_unique<Options>(); in Run() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | moduleHelpers.cpp | 22 namespace panda::es2panda::util { namespace 24 …panda::es2panda::CompilerOptions &options, std::map<std::string, panda::es2panda::util::ProgramCac… in CompileNpmModuleEntryList()
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | main.cpp | 24 namespace panda::proto { namespace 49 auto options = std::make_unique<Options>(); in Run() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | aot_crash_info.cpp | 18 namespace panda::ecmascript { namespace 51 void AotCrashInfo::SetOptionPGOProfiler(JSRuntimeOptions *options, const std::string &bundleName) c… in SetOptionPGOProfiler()
|
| /arkcompiler/runtime_core/panda/ |
| D | panda.cpp | 47 namespace panda { namespace 141 int ExecutePandaFile(panda::PandArg<bool> &options, panda::PandArgParser &pa_parser, panda::PandArg… in ExecutePandaFile() 198 panda::PandArg<bool> options("options", false, "Print compiler and runtime options"); in Main() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_segmenter.cpp | 23 namespace panda::ecmascript { namespace 82 const JSHandle<JSTaggedValue> &options) in InitializeSegmenter() 169 const JSHandle<JSObject> &options) in ResolvedOptions()
|
| D | log.cpp | 24 namespace panda::ecmascript { namespace 225 void Log::Initialize(const JSRuntimeOptions &options) in Initialize()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | jit_compiler.cpp | 29 namespace panda::ecmascript::kungfu { namespace 30 JitCompiler *JitCompiler::GetInstance(JSRuntimeOptions *options) in GetInstance() 248 void InitJitCompiler(JSRuntimeOptions options) in InitJitCompiler()
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | global_intl_helper.cpp | 26 namespace panda::ecmascript::intl { namespace 134 const JSHandle<JSTaggedValue> &options, GlobalFormatterType types) in OptionsToMap() 174 std::string> &options, GlobalFormatterType &types) in OptionsWithDataFormatter()
|