Home
last modified time | relevance | path

Searched defs:vmArgs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/etsnative/
Detsnative.cpp20 extern "C" ets_int ETS_GetDefaultVMInitArgs(EtsVMInitArgs *vmArgs) in ETS_GetDefaultVMInitArgs()
30 extern "C" ETS_EXPORT ets_int ETS_CreateVM(EtsVM **pVm, EtsEnv **pEnv, EtsVMInitArgs *vmArgs) in ETS_CreateVM()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dmock_test_helper.h51 EtsVMInitArgs vmArgs; in SetUp() local
Dregister_native_allocation_test.cpp45 EtsVMInitArgs vmArgs; in SetUp() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/
Detsnative_test.cpp34 EtsVMInitArgs vmArgs; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/
Dnative_test_helper.h82 EtsVMInitArgs vmArgs; in SetUp() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp87 extern "C" ets_int ETS_GetDefaultVMInitArgs(EtsVMInitArgs *vmArgs) in ETS_GetDefaultVMInitArgs()
238 extern "C" ETS_EXPORT ets_int ETS_CreateVM(EtsVM **pVm, EtsEnv **pEnv, EtsVMInitArgs *vmArgs) in ETS_CreateVM()