Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dpanda_vm.cpp91 auto cachedString = GetStringTable()->GetInternalStringFast(pf, id); in GetNonMovableString()
Dstring_table.h47 …coretypes::String *GetInternalStringFast(const panda_file::File &pf, panda_file::File::EntityId id) in GetInternalStringFast() function
Druntime.cpp1250 coretypes::String *str = vm->GetStringTable()->GetInternalStringFast(pf, id); in ResolveString()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.h134 coretypes::String *str = GetStringTable()->GetInternalStringFast(pf, id); in ResolveString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h120 coretypes::String *str = GetStringTable()->GetInternalStringFast(pf, id); in ResolveString()