Home
last modified time | relevance | path

Searched defs:mirror (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dacc_vregister.h29 …ALWAYS_INLINE inline AccVRegister(int64_t payload, int64_t mirror) : payload_(payload), mirror_(mi… in AccVRegister()
Dvregister.h385 ALWAYS_INLINE inline explicit StaticVRegisterRef(VRegister *payload, VRegister *mirror) in StaticVRegisterRef()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value.cpp35 JSValue *mirror = AllocUndefined(coro, ctx); in AttachFinalizer() local