Searched refs:vpc (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | ffi_workload.cpp | 7744 void *vpc = new char('a'); in HWTEST_F_L0() local 7761 NativePointerRef::New(vm_, vpc); in HWTEST_F_L0() 7788 void *vpc = new char('a'); in HWTEST_F_L0() local 7808 NativePointerRef::New(vm_, vpc, callBack, vpc1, 0); in HWTEST_F_L0() 7834 void *vpc = new char('a'); in HWTEST_F_L0() local 7842 Local<NativePointerRef> res_vpc = NativePointerRef::New(vm_, vpc, NativeAreaAllocator::FreeBufferFunc, vpc1, 0); in HWTEST_F_L0()
|
H A D | jsnapi_sample.cpp | 353 void *vpc = new char('a'); in HWTEST_F_L0() local 354 Local<NativePointerRef> nativePoint = NativePointerRef::New(vm_, vpc); in HWTEST_F_L0()
|
Completed in 17 milliseconds