Home
last modified time | relevance | path

Searched refs:PreFork (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapifork_fuzzer/
Djsnapifork_fuzzer.cpp36 JSNApi::PreFork(vm); in JSNApiPreForkFuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
Dread_only_space_test.cpp155 JSNApi::PreFork(vm); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp711 HWTEST_F_L0(JSNApiTests, PreFork) in HWTEST_F_L0() argument
714 JSNApi::PreFork(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h492 void PreFork();
Decma_vm.cpp138 void EcmaVM::PreFork() in PreFork() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md1612 ### PreFork subsection
1614 static void PreFork(EcmaVM *vm);
1633 JSNApi::PreFork(workerVm);
Djsnapi_expo.cpp3438 void JSNApi::PreFork(EcmaVM *vm) in PreFork() function in panda::JSNApi
3440 vm->PreFork(); in PreFork()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1269 static void PreFork(EcmaVM *vm);