Home
last modified time | relevance | path

Searched refs:GetBoxByteClass (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_box_primitive-inl.h31 boxClass = ext->GetBoxByteClass(); in Create()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Runtime.cpp89 if (obj->GetClass()->GetRuntimeClass() == ext->GetBoxByteClass()) { in StdCoreRuntimeTypeof()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs.cpp41 if (cls == ext->GetBoxByteClass()) { in GetBoxedNumericValue()
Dets_class_linker_extension.h172 Class *GetBoxByteClass() in GetBoxByteClass() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp415 RegisterBuiltinRefConvertor<JSConvertStdlibByte>(cache, linkerExt->GetBoxByteClass()); in RegisterBuiltinJSRefConvertors()