Searched refs:GetDoubleToStringCache (Results 1 – 9 of 9) sorted by relevance
66 void *GetDoubleToStringCache() const override;
359 void *EtsRuntimeInterface::GetDoubleToStringCache() const in GetDoubleToStringCache() function in ark::ets::EtsRuntimeInterface361 return ark::ets::PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in GetDoubleToStringCache()
330 DoubleToStringCache *GetDoubleToStringCache() in GetDoubleToStringCache() function
315 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in DoubleToStringDecimalStoreEntrypoint()
88 auto *cache = etsVm->GetDoubleToStringCache(); in TestMainLoop()295 auto *cache = etsVm->GetDoubleToStringCache(); in TEST_F()
57 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in StdCoreDoubleToString()
356 auto *cache = PandaEtsVM::GetCurrent()->GetDoubleToStringCache(); in StringBuilderAppendDouble()
291 …if (!graph->IsAotMode() && (cachePtr = graph->GetRuntime()->GetDoubleToStringCache()) != nullptr) { in PeepholeDoubleToString()
1494 virtual void *GetDoubleToStringCache() const in GetDoubleToStringCache() function