Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Float.cpp25 auto *cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in StdCoreFloatToString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Djson_helper.cpp298 auto cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in SerializeJSONBoxedFloat()
365 auto cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in HandleNumeric()
673 auto cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in HandleField()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h310 FloatToStringCache *GetFloatToStringCache() in GetFloatToStringCache() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp438 auto *floatCache = etsVm->GetFloatToStringCache(); in TEST_P()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp688 auto *cache = PandaEtsVM::GetCurrent()->GetFloatToStringCache(); in StringBuilderAppendFloat()