Home
last modified time | relevance | path

Searched refs:Exec (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
Dexec.h26 Expected<int, Error> Exec(Span<const char *> args);
29 decltype(auto) Exec(Args... args) in decltype()
32 return os::exec::Exec(Span(arguments)); in decltype()
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/types/
Dts-test-type-1.ts19 const Exec = (cb: () => void) => { cb(); }; constant
25 Exec(() => { Func2()(ShadowsInfo.prototype) });
/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp170 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname2.GetFileName(), "--pand… in TEST_F()
217 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-… in TEST_F()
225 auto res = os::exec::Exec(GetAotdumpFile(), "--show-code=disasm", filename.c_str()); in TEST_F()
250 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-… in TEST_F()
288 …auto res = os::exec::Exec(GetPaocFile(), "--gc-type=epsilon", "--paoc-panda-files", panda_fname.Ge… in TEST_F()
341 …auto res = os::exec::Exec(GetPaocFile(), "--gc-type=epsilon", "--paoc-panda-files", panda_fname.Ge… in TEST_F()
Daot_test.cpp70 …auto res = os::exec::Exec(aotdump_path_.c_str(), "--show-code=disasm", "--output-file", tmpfile.Ge… in RunAotdump()
110 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F()
146 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F()
327 os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), in TEST_F()
388 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_files.str().c_str(), "--… in TEST_F()
431 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F()
494 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F()
716 …os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-cluste… in TEST_F()
797 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname2.GetFileName(), "-… in TEST_F()
/arkcompiler/runtime_core/libpandabase/tests/
Dunix_exec_test.cpp24 auto res = os::exec::Exec("ls", " -l", "/data");
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dexec.cpp32 Expected<int, Error> Exec(Span<const char *> args) in Exec() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h47 static JSTaggedValue Exec(EcmaRuntimeCallInfo *argv);
Dbuiltins_regexp.cpp142 JSTaggedValue BuiltinsRegExp::Exec(EcmaRuntimeCallInfo *argv) in Exec() function in panda::ecmascript::builtins::BuiltinsRegExp
145 BUILTINS_API_TRACE(argv->GetThread(), RegExp, Exec); in Exec()
Dbuiltins.cpp2000 SetFunction(env, regPrototype, "exec", RegExp::Exec, FunctionLength::ONE); in InitializeRegExp()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp296 JSTaggedValue results = BuiltinsRegExp::Exec(ecmaRuntimeCallInfo); in HWTEST_F_L0()
354 JSTaggedValue results = BuiltinsRegExp::Exec(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h636 V(RegExp, Exec) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp332 reinterpret_cast<uintptr_t>(RegExp::Exec),