Home
last modified time | relevance | path

Searched refs:GetDoubleToStringCache (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.h66 void *GetDoubleToStringCache() const override;
Dets_runtime_interface.cpp359 void *EtsRuntimeInterface::GetDoubleToStringCache() const in GetDoubleToStringCache() function in ark::ets::EtsRuntimeInterface
361 return ark::ets::PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in GetDoubleToStringCache()
Dets_vm.h330 DoubleToStringCache *GetDoubleToStringCache() in GetDoubleToStringCache() function
Dets_entrypoints.cpp315 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in DoubleToStringDecimalStoreEntrypoint()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp88 auto *cache = etsVm->GetDoubleToStringCache(); in TestMainLoop()
295 auto *cache = etsVm->GetDoubleToStringCache(); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp57 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in StdCoreDoubleToString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp356 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in StringBuilderAppendDouble()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp291 …if (!graph->IsAotMode() && (cachePtr = graph->GetRuntime()->GetDoubleToStringCache()) != nullptr) { in PeepholeDoubleToString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1494 virtual void *GetDoubleToStringCache() const in GetDoubleToStringCache() function