Searched defs:newThread (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | base_thread_test.cpp | 79 auto newThread = ThreadStart(ThreadFunc); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | runtime.cpp | 135 void Runtime::RegisterThread(JSThread* newThread) in RegisterThread() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | dfx_jsnapi.cpp | 350 StartHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] double timeInterval, [[maybe_unused]] bool isVmMode, [[maybe_unused]] Stream *stream, [[maybe_unused]] bool traceAllocation, [[maybe_unused]] bool newThread) StartHeapTracking() argument 380 StopHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const std::string &filePath, [[maybe_unused]] bool newThread) StopHeapTracking() argument 392 StopHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] Stream* stream, [[maybe_unused]] Progress *progress, [[maybe_unused]] bool newThread) StopHeapTracking() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_profiler.cpp | 775 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking() argument 725 StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, bool traceAllocation, bool newThread) StartHeapTracking() argument
|
Completed in 5 milliseconds