Searched defs:PreFork (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/common_components/common_runtime/ | ||
| D | base_runtime.cpp | 150 void BaseRuntime::PreFork(ThreadHolder *holder) in PreFork() function in common::BaseRuntime |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | runtime.cpp | 551 void Runtime::PreFork(JSThread *thread) in PreFork() function in panda::ecmascript::Runtime |
| D | ecma_vm.cpp | 146 void EcmaVM::PreFork() in PreFork() function in panda::ecmascript::EcmaVM |
| /arkcompiler/ets_runtime/ecmascript/jit/ | ||
| D | jit.cpp | 48 void Jit::PreFork() in PreFork() function in panda::ecmascript::Jit |
| /arkcompiler/ets_runtime/ecmascript/napi/ | ||
| D | README.md | 1614 ### PreFork subsection |
| D | jsnapi_expo.cpp | 5740 void JSNApi::PreFork(EcmaVM *vm) in PreFork() function in panda::JSNApi |
| /arkcompiler/ets_runtime/ecmascript/napi/test/ | ||
| D | jsnapi_third_tests.cpp | 737 HWTEST_F_L0(JSNApiTests, PreFork) in HWTEST_F_L0() argument |