Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.h49 return internalTable_.GetStringFast(pf, id); in GetInternalStringFast()
135 coretypes::String *GetStringFast(const panda_file::File &pf, panda_file::File::EntityId id);
Dstring_table.cpp344 coretypes::String *StringTable::InternalTable::GetStringFast(const panda_file::File &pf, panda_file… in GetStringFast() function in ark::StringTable::InternalTable