Searched refs:vpl (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | ffi_workload.cpp | 7745 void *vpl = new long(123456); in HWTEST_F_L0() local 7767 NativePointerRef::New(vm_, vpl); in HWTEST_F_L0() 7790 void *vpl = new long(123456); in HWTEST_F_L0() local 7814 NativePointerRef::New(vm_, vpl, callBack, vpl1, 0); in HWTEST_F_L0() 7836 void *vpl = new long(123456); in HWTEST_F_L0() local 7843 Local<NativePointerRef> res_vpl = NativePointerRef::New(vm_, vpl, NativeAreaAllocator::FreeBufferFunc, vpl1, 0); in HWTEST_F_L0()
|
H A D | jsnapi_sample.cpp | 364 void *vpl = new long(123456); in HWTEST_F_L0() local 365 Local<NativePointerRef> nativePoint = NativePointerRef::New(vm_, vpl); in HWTEST_F_L0()
|
Completed in 18 milliseconds