Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dpanda_vm.cpp138 auto cached_string = GetStringTable()->GetInternalStringFast(pf, id); in GetNonMovableString() local
139 if (cached_string == nullptr) { in GetNonMovableString()
143 …eapManager()->GetObjectAllocator().AsObjectAllocator()->IsObjectInNonMovableSpace(cached_string)) { in GetNonMovableString()
147 return cached_string; in GetNonMovableString()