Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.h111 class FloatToStringCache : public detail::EtsToStringCache<EtsFloat, FloatToStringCache> {};
Dets_to_string_cache.cpp378 template class EtsToStringCache<EtsFloat, FloatToStringCache>;
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h71 class FloatToStringCache; variable
310 FloatToStringCache *GetFloatToStringCache() in GetFloatToStringCache()
474 FloatToStringCache *floatToStringCache_ {nullptr};
Dets_vm.cpp282 floatToStringCache_ = FloatToStringCache::Create(coro); in Initialize()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp690 auto *str = FloatToStringCache::GetNoCache(v); in StringBuilderAppendFloat()