/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/ |
H A D | main.cpp | 23 int Main(const int argc, const char **argv) in Main() function 55 return panda::ecmascript::Main(argc, argv); in main()
|
/arkcompiler/runtime_core/static_core/tools/sampler/ |
H A D | main.cpp | 21 int Main(int argc, const char **argv) in Main() function 46 return ark::tooling::sampler::Main(argc, argv); in main()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_cjs_require.cpp | 45 JSTaggedValue BuiltinsCjsRequire::Main(EcmaRuntimeCallInfo *msg) in Main() function in panda::ecmascript::builtins::BuiltinsCjsRequire 49 BUILTINS_API_TRACE(thread, CjsRequire, Main); in Main()
|
H A D | builtins_cjs_require.h | 28 static JSTaggedValue Main(EcmaRuntimeCallInfo *msg);
|
H A D | builtins.cpp | 3913 SetFunction(env, cjsRequirePrototype, "Main", BuiltinsCjsRequire::Main, FunctionLength::ONE); in InitializeCjsRequire()
|
/arkcompiler/toolchain/tooling/client/tcpServer/test/ |
H A D | runtest.py | 70 Main = RunTest variable 73 Main()
|
/arkcompiler/runtime_core/static_core/dprof/converter/ |
H A D | main.cpp | 68 int Main(ark::Span<const char *> args) in Main() function 104 return ark::dprof::Main(args); in main()
|
/arkcompiler/ets_runtime/ecmascript/require/ |
H A D | js_cjs_require.h | 36 static JSTaggedValue Main(EcmaRuntimeCallInfo *argv);
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/ |
H A D | main.cpp | 140 int Main(const int argc, const char **argv) in Main() function 186 return panda::ecmascript::pgo::Main(argc, argv); in main()
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
H A D | ets_interop_js_gtest.cpp | 37 static napi_value Main(napi_env env, napi_callback_info info) in Main() function 103 napi_property_descriptor {"main", 0, Main, 0, 0, 0, napi_enumerable, 0}, in Init()
|
/arkcompiler/toolchain/tooling/client/ark_cli/ |
H A D | main.cpp | 159 int Main(const int argc, const char** argv) in Main() function 201 return OHOS::ArkCompiler::Toolchain::Main(argc, argv); in main()
|
/arkcompiler/ets_runtime/ecmascript/quick_fix/ |
H A D | main.cpp | 63 int Main(const int argc, const char **argv) in Main() function 198 return panda::ecmascript::Main(argc, argv); in main()
|
/arkcompiler/runtime_core/panda/ |
H A D | panda.cpp | 189 int Main(int argc, const char **argv) in Main() function 252 return panda::Main(argc, argv); in main()
|
/arkcompiler/runtime_core/static_core/panda/ |
H A D | panda.cpp | 165 int Main(int argc, const char **argv) in Main() function 240 return ark::Main(argc, argv); in main()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | aot_compiler.cpp | 82 int Main(const int argc, const char **argv) in Main() function 250 auto result = panda::ecmascript::kungfu::Main(argc, argv); in main()
|
/arkcompiler/ets_runtime/ecmascript/js_vm/ |
H A D | main.cpp | 179 int Main(const int argc, const char **argv) in Main() function 230 return panda::ecmascript::Main(argc, argv); in main()
|
/arkcompiler/runtime_core/static_core/dprof/daemon/ |
H A D | main.cpp | 225 static int Main(ark::Span<const char *> args) in Main() function 257 // Main loop in Main() 279 return ark::dprof::Main(args); in main()
|
/arkcompiler/toolchain/tooling/client/ark_multi/ |
H A D | main.cpp | 143 int Main(const int argc, const char **argv) in Main() function 236 return OHOS::ArkCompiler::Toolchain::Main(argc, argv); in main()
|
/arkcompiler/runtime_core/static_core/verification/verifier/ |
H A D | verifier.cpp | 399 int Main(int argc, const char **argv) in Main() function 452 return ark::verifier::Main(argc, argv);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 383 V(CjsRequire, Main) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 646 reinterpret_cast<uintptr_t>(BuiltinsCjsRequire::Main),
|