Home
last modified time | relevance | path

Searched full:execute (Results 1 – 25 of 125) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp97 std::cout << "QuickFix Execute start" << std::endl; in Main()
114 auto res = JSNApi::Execute(vm, baseFileName, entry); in Main()
116 …std::cout << "Cannot execute panda file '" << baseFileName << "' with entry '" << entry << "'" << … in Main()
133 res = JSNApi::Execute(vm, testLoadFileName, TEST_ENTRY_POINT); in Main()
135 std::cout << "Cannot execute panda file '" << testLoadFileName in Main()
157 res = JSNApi::Execute(vm, testUnloadFileName, RETEST_ENTRY_POINT); in Main()
159 std::cout << "Cannot execute panda file '" << testUnloadFileName in Main()
164 std::cout << "QuickFix Execute end" << std::endl; in Main()
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp104 ClockScope execute; in Main() local
106 auto res = JSNApi::Execute(vm, fileName, entry); in Main()
108 …std::cerr << "Cannot execute panda file '" << fileName << "' with entry '" << entry << "'" << std:… in Main()
113 auto totalTime = execute.TotalSpentTime(); in Main()
115 std::cout << "execute pandafile spent time " << totalTime << "ms" << std::endl; in Main()
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp650 …executor.Execute(reinterpret_cast<const uint8_t *>(input.c_str()), 0, input.size(), parser.GetOrig… in HWTEST_F_L0()
672 …executor.Execute(reinterpret_cast<const uint8_t *>(input.c_str()), 0, input.size(), parser.GetOrig… in HWTEST_F_L0()
703 …executor.Execute(reinterpret_cast<const uint8_t *>(input.c_str()), 0, input.size(), parser.GetOrig… in HWTEST_F_L0()
727 …executor.Execute(reinterpret_cast<const uint8_t *>(input.c_str()), 0, input.size(), parser.GetOrig… in HWTEST_F_L0()
749 …executor.Execute(reinterpret_cast<const uint8_t *>(input.c_str()), 0, input.size(), parser.GetOrig… in HWTEST_F_L0()
771 …executor.Execute(reinterpret_cast<const uint8_t *>(input.c_str()), 0, input.size(), parser.GetOrig… in HWTEST_F_L0()
802 …executor.Execute(reinterpret_cast<const uint8_t *>(input.c_str()), 0, input.size(), parser.GetOrig… in HWTEST_F_L0()
824 …executor.Execute(reinterpret_cast<const uint8_t *>(input.c_str()), 0, input.size(), parser.GetOrig… in HWTEST_F_L0()
846 …executor.Execute(reinterpret_cast<const uint8_t *>(input.c_str()), 0, input.size(), parser.GetOrig… in HWTEST_F_L0()
868 …executor.Execute(reinterpret_cast<const uint8_t *>(input.c_str()), 0, input.size(), parser.GetOrig… in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/test/quickfix/class_mem_func/
Dexpect_output.txt14 QuickFix Execute start
23 QuickFix Execute end
/arkcompiler/ets_runtime/test/quickfix/class_name/
Dexpect_output.txt14 QuickFix Execute start
23 QuickFix Execute end
/arkcompiler/ets_runtime/test/quickfix/class_inheritance/
Dexpect_output.txt14 QuickFix Execute start
23 QuickFix Execute end
/arkcompiler/ets_runtime/test/quickfix/print_string/
Dexpect_output.txt14 QuickFix Execute start
25 QuickFix Execute end
/arkcompiler/ets_runtime/test/quickfix/global_func/
Dexpect_output.txt14 QuickFix Execute start
24 QuickFix Execute end
/arkcompiler/ets_runtime/test/quickfix/import_export/
Dexpect_output.txt14 QuickFix Execute start
25 QuickFix Execute end
/arkcompiler/ets_runtime/test/quickfix/global_var/
Dexpect_output.txt14 QuickFix Execute start
24 QuickFix Execute end
/arkcompiler/ets_runtime/test/quickfix/closure/
Dexpect_output.txt14 QuickFix Execute start
31 QuickFix Execute end
/arkcompiler/ets_runtime/test/quickfix/class_mem_var/
Dexpect_output.txt14 QuickFix Execute start
27 QuickFix Execute end
/arkcompiler/runtime_core/compiler/tests/
Dcodegen_test.cpp202 GetExecModule().Execute(); in TEST_F()
273 GetExecModule().Execute(); in CheckStoreArray()
342 GetExecModule().Execute(); in CheckLoadArray()
429 GetExecModule().Execute(); in CheckStoreArrayPair()
527 GetExecModule().Execute(); in CheckLoadArrayPair()
597 GetExecModule().Execute(); in CheckBounds()
675 GetExecModule().Execute(); in CheckCmp()
706 GetExecModule().Execute(); in CheckReturnValue()
792 GetExecModule().Execute(); in TEST_F()
872 GetExecModule().Execute(); in TEST_F()
[all …]
/arkcompiler/ets_runtime/test/quickfix/multi_patch/
Dexpect_output.txt14 QuickFix Execute start
39 QuickFix Execute end
/arkcompiler/ets_frontend/testTs/
DREADME.md12 ### Execute test framework
13 1. Execute options <br>
/arkcompiler/runtime_core/runtime/bridge/
Dbridge.cpp77 interpreter::Execute(thread, pc, frame, thread->HasPendingException()); in InvokeInterpreter()
92 …// We need to execute(find catch block) in all inlined methods. For this we use number of inlined … in InvokeInterpreter()
93 // Else we can execute previus interpreter frames and we will FreeFrames in incorrect order in InvokeInterpreter()
116 interpreter::Execute(thread, pc, frame, thread->HasPendingException()); in InvokeInterpreter()
/arkcompiler/runtime_core/docs/
Ddeoptimization.md78 …registers (which we saved in the method) and call `InvokeInterpreter` to execute the method in the…
84 …previous frame to this C2I bridge frame and call `InvokeInterpreter` for execute the method in the…
107 interpreter::Execute(thread, pc, frame, thread->HasPendingException());
119 interpreter::Execute(thread, pc, frame, thread->HasPendingException());
/arkcompiler/ets_runtime/ecmascript/jobs/
Dhitrace_scope.cpp68 hitraceId_, "Before %s pending job execute", "Promise"); in ExecuteJobScope()
79 hitraceId_, "After %s pending job execute", "Promise"); in ~ExecuteJobScope()
/arkcompiler/ets_runtime/ecmascript/mem/
Dassert_scope.h115 #define CHECK_NO_GC ASSERT_PRINT(AllowGarbageCollection::IsAllowed(), "disallow execute garbage col…
118 #define CHECK_NO_HEAP_ALLOC (AllowHeapAlloc::IsAllowed(), "disallow execute heap alloc.");
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_async_function_test.cpp82 * undefined so cannot execute, the promise is undefined.
94 // check AsyncPromise queue and queue cannot execute in HWTEST_F_L0()
/arkcompiler/ets_runtime/script/
Drun_ark_executable.py32 parser.add_argument('--script-file', help='execute script file')
33 parser.add_argument('--script-options', help='execute script options')
/arkcompiler/ets_runtime/test/quickfix/check_import/
Dexpect_output.txt14 QuickFix Execute start
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dpending_job_test.cpp112 …* to both.the pendingjob object call "ExecutePendingJob" function to execute the method …
147 …* to both.the pendingjob object call "ExecutePendingJob" function to execute the method …
183 …* to both.the pendingjob object call "ExecutePendingJob" function to execute the method …
229 …* the pendingjob object call "ExecutePendingJob" function to execute the method of funct…
277 …* according to both.The pendingjob object call "ExecutePendingJob" function to execute t…
/arkcompiler/runtime_core/runtime/tests/
Dinterpreter_test.cpp229 Execute(ManagedThread::GetCurrent(), bytecode.data(), f.get()); in TEST_F()
329 Execute(ManagedThread::GetCurrent(), bytecode.data(), f.get()); in TEST_F()
383 Execute(ManagedThread::GetCurrent(), method_data, f.get()); in TEST_F()
413 EXPECT_DEATH_IF_SUPPORTED(Execute(ManagedThread::GetCurrent(), bytecode.data(), f.get()), ""); in TestUnimpelemented()
455 Execute(ManagedThread::GetCurrent(), bytecode.data(), f.get()); in TEST_F()
496 Execute(ManagedThread::GetCurrent(), bytecode.data(), f.get()); in TestFcmp()
551 Execute(ManagedThread::GetCurrent(), bytecode.data(), f.get()); in TestConditionalJmp()
585 Execute(ManagedThread::GetCurrent(), bytecode.data(), f.get()); in TestConditionalJmp()
622 Execute(ManagedThread::GetCurrent(), bytecode.data(), f.get()); in TestConditionalJmpz()
655 Execute(ManagedThread::GetCurrent(), bytecode.data(), f.get()); in TestConditionalJmpz()
[all …]
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/
DcjsWithoutExports.js15 print("execute cjsWithoutExports.js success!");

12345