/arkcompiler/runtime_core/libpandabase/os/ |
D | exec.h | 26 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/ |
D | ts-test-type-1.ts | 19 const Exec = (cb: () => void) => { cb(); }; constant 25 Exec(() => { Func2()(ShadowsInfo.prototype) });
|
/arkcompiler/runtime_core/compiler/tests/ |
D | class_hash_table_test.cpp | 170 …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()
|
D | aot_test.cpp | 70 …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/ |
D | unix_exec_test.cpp | 24 auto res = os::exec::Exec("ls", " -l", "/data");
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | exec.cpp | 32 Expected<int, Error> Exec(Span<const char *> args) in Exec() function
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.h | 47 static JSTaggedValue Exec(EcmaRuntimeCallInfo *argv);
|
D | builtins_regexp.cpp | 142 JSTaggedValue BuiltinsRegExp::Exec(EcmaRuntimeCallInfo *argv) in Exec() function in panda::ecmascript::builtins::BuiltinsRegExp 145 BUILTINS_API_TRACE(argv->GetThread(), RegExp, Exec); in Exec()
|
D | builtins.cpp | 2000 SetFunction(env, regPrototype, "exec", RegExp::Exec, FunctionLength::ONE); in InitializeRegExp()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 296 JSTaggedValue results = BuiltinsRegExp::Exec(ecmaRuntimeCallInfo); in HWTEST_F_L0() 354 JSTaggedValue results = BuiltinsRegExp::Exec(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 636 V(RegExp, Exec) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 332 reinterpret_cast<uintptr_t>(RegExp::Exec),
|