Home
last modified time | relevance | path

Searched defs:vmArgs (Results 1 – 8 of 8) 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
Detsnative_library_path_test.cpp58 EtsVMInitArgs vmArgs { in SetUp() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/
Dnative_test_helper.h84 EtsVMInitArgs vmArgs; in SetUp() local
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_ets_runtime.cpp47 EtsVMInitArgs vmArgs; in ExecuteStaticAbc() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp136 extern "C" ets_int ETS_GetDefaultVMInitArgs(EtsVMInitArgs *vmArgs) in ETS_GetDefaultVMInitArgs()
310 extern "C" ETS_EXPORT ets_int ETS_CreateVM(EtsVM **pVm, EtsEnv **pEnv, EtsVMInitArgs *vmArgs) in ETS_CreateVM()