| /arkcompiler/ets_runtime/ecmascript/quick_fix/ |
| D | main.cpp | 97 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/ |
| D | main.cpp | 104 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/ |
| D | regexp_test.cpp | 650 …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/ |
| D | expect_output.txt | 14 QuickFix Execute start 23 QuickFix Execute end
|
| /arkcompiler/ets_runtime/test/quickfix/class_name/ |
| D | expect_output.txt | 14 QuickFix Execute start 23 QuickFix Execute end
|
| /arkcompiler/ets_runtime/test/quickfix/class_inheritance/ |
| D | expect_output.txt | 14 QuickFix Execute start 23 QuickFix Execute end
|
| /arkcompiler/ets_runtime/test/quickfix/print_string/ |
| D | expect_output.txt | 14 QuickFix Execute start 25 QuickFix Execute end
|
| /arkcompiler/ets_runtime/test/quickfix/global_func/ |
| D | expect_output.txt | 14 QuickFix Execute start 24 QuickFix Execute end
|
| /arkcompiler/ets_runtime/test/quickfix/import_export/ |
| D | expect_output.txt | 14 QuickFix Execute start 25 QuickFix Execute end
|
| /arkcompiler/ets_runtime/test/quickfix/global_var/ |
| D | expect_output.txt | 14 QuickFix Execute start 24 QuickFix Execute end
|
| /arkcompiler/ets_runtime/test/quickfix/closure/ |
| D | expect_output.txt | 14 QuickFix Execute start 31 QuickFix Execute end
|
| /arkcompiler/ets_runtime/test/quickfix/class_mem_var/ |
| D | expect_output.txt | 14 QuickFix Execute start 27 QuickFix Execute end
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | codegen_test.cpp | 202 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/ |
| D | expect_output.txt | 14 QuickFix Execute start 39 QuickFix Execute end
|
| /arkcompiler/ets_frontend/testTs/ |
| D | README.md | 12 ### Execute test framework 13 1. Execute options <br>
|
| /arkcompiler/runtime_core/runtime/bridge/ |
| D | bridge.cpp | 77 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/ |
| D | deoptimization.md | 78 …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/ |
| D | hitrace_scope.cpp | 68 hitraceId_, "Before %s pending job execute", "Promise"); in ExecuteJobScope() 79 hitraceId_, "After %s pending job execute", "Promise"); in ~ExecuteJobScope()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | assert_scope.h | 115 #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/ |
| D | js_async_function_test.cpp | 82 * undefined so cannot execute, the promise is undefined. 94 // check AsyncPromise queue and queue cannot execute in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/script/ |
| D | run_ark_executable.py | 32 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/ |
| D | expect_output.txt | 14 QuickFix Execute start
|
| /arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
| D | pending_job_test.cpp | 112 …* 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/ |
| D | interpreter_test.cpp | 229 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/ |
| D | cjsWithoutExports.js | 15 print("execute cjsWithoutExports.js success!");
|