Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_box_primitive-inl.h41 boxClass = ext->GetBoxFloatClass(); in Create()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Runtime.cpp104 if (obj->GetClass()->GetRuntimeClass() == ext->GetBoxFloatClass()) { in StdCoreRuntimeTypeof()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs.cpp50 if (cls == ext->GetBoxFloatClass()) { in GetBoxedNumericValue()
Dets_class_linker_extension.h197 Class *GetBoxFloatClass() in GetBoxFloatClass() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp420 RegisterBuiltinRefConvertor<JSConvertStdlibFloat>(cache, linkerExt->GetBoxFloatClass()); in RegisterBuiltinJSRefConvertors()