Home
last modified time | relevance | path

Searched refs:GetRefConvertCache (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert.cpp71 return ctx->GetRefConvertCache()->Insert(klass, std::move(conv)); in JSRefConvertCreate()
Dinterop_context.h265 JSRefConvertCache *GetRefConvertCache() in GetRefConvertCache() function
491 return ctx->GetRefConvertCache(); in RefConvertCacheFromInteropCtx()
Djs_refconvert_builtin.cpp402 auto cache = ctx->GetRefConvertCache(); in RegisterBuiltinJSRefConvertors()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp219 ASSERT(ctx->GetRefConvertCache()->Lookup(etsClass->GetRuntimeClass()) == nullptr); in Get()