Home
last modified time | relevance | path

Searched defs:stsIface (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/cross_vm/unified_gc/
Dunified_gc.h37 void SetSTSVMInterface(arkplatform::STSVMInterface *stsIface) in SetSTSVMInterface()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dhandshake.cpp23 napi_vm_handshake([[maybe_unused]] napi_env env, [[maybe_unused]] void *stsIface, [[maybe_unused]] … in napi_vm_handshake()
/arkcompiler/ets_runtime/ecmascript/cross_vm/
Dcross_vm_operator.cpp32 void CrossVMOperator::DoHandshake(EcmaVM *vm, void *stsIface, void **ecmaIface) in DoHandshake()
Djsnapi_expo_hybrid.cpp133 void HandshakeHelper::DoHandshake([[maybe_unused]] EcmaVM *vm, void *stsIface, void **ecmaIface) in DoHandshake()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Dmark_deep_js2sts_test.cpp90 auto *stsIface = InteropCtx::Current()->GetSTSVMInterface(); in GCPhaseStarted() local
Dmark_cycle2_test.cpp91 auto *stsIface = InteropCtx::Current()->GetSTSVMInterface(); in GCPhaseStarted() local
Dmark_js2sts_test.cpp103 auto *stsIface = InteropCtx::Current()->GetSTSVMInterface(); in GCPhaseStarted() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dunified_gc_multi_vm_test.cpp49 UnifiedGCMultiVMTestSuite(void *stsIface, SuspendBarrier *barrier) in UnifiedGCMultiVMTestSuite()