Home
last modified time | relevance | path

Searched refs:GetBoxIntClass (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_box_primitive-inl.h37 boxClass = ext->GetBoxIntClass(); in Create()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Runtime.cpp98 if (obj->GetClass()->GetRuntimeClass() == ext->GetBoxIntClass()) { in StdCoreRuntimeTypeof()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs.cpp37 if (cls == ext->GetBoxIntClass()) { in GetBoxedNumericValue()
Dets_class_linker_extension.h187 Class *GetBoxIntClass() in GetBoxIntClass() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.h320 Class *GetBoxIntClass() const in GetBoxIntClass() function
Djs_refconvert_builtin.cpp418 RegisterBuiltinRefConvertor<JSConvertStdlibInt>(cache, linkerExt->GetBoxIntClass()); in RegisterBuiltinJSRefConvertors()