Searched refs:mirror (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | js_value.cpp | 31 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 D | js_refconvert_builtin.cpp | 158 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 D | acc_vregister.h | 29 ALWAYS_INLINE inline AccVRegister(int64_t payload, int64_t mirror) : payload_(payload), mirror_(mirror) {} in AccVRegister() argument
|
H A D | vregister.h | 183 // 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