Home
last modified time | relevance | path

Searched refs:mirror (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_value.cpp31 JSValue *mirror = AllocUndefined(coro, ctx); in AttachFinalizer() local
32 if (UNLIKELY(mirror == nullptr)) { in AttachFinalizer()
36 mirror->type_ = handle->type_; in AttachFinalizer()
37 mirror->data_ = handle->data_; in AttachFinalizer()
39 if (UNLIKELY(!ctx->PushOntoFinalizationRegistry(coro, handle.GetPtr(), mirror))) { in AttachFinalizer()
H A Djs_refconvert_builtin.cpp158 for (const auto &[descr, mirror, ovl] : STD_EXCEPTIONS_LIST) { in RegisterExceptions()
159 RegisterClass(descr, mirror, ovl); in RegisterExceptions()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dacc_vregister.h29 ALWAYS_INLINE inline AccVRegister(int64_t payload, int64_t mirror) : payload_(payload), mirror_(mirror) {} in AccVRegister() argument
H A Dvregister.h183 // StaticVRegisterRef contains payload and mirror vregister ptr, while DynamicVRegisterRef contains payload ptr only
385 ALWAYS_INLINE inline explicit StaticVRegisterRef(VRegister *payload, VRegister *mirror) in StaticVRegisterRef() argument
386 : VRegisterRef(payload), mirror_(mirror) in StaticVRegisterRef()

Completed in 3 milliseconds