Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dread_only_space_test.cpp155 JSNApi::PreFork(vm); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h373 void PreFork();
Decma_vm.cpp132 void EcmaVM::PreFork() in PreFork() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1374 static void PreFork(EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp639 void JSNApi::PreFork(EcmaVM *vm) in PreFork() function in panda::JSNApi
641 vm->PreFork(); in PreFork()