Home
last modified time | relevance | path

Searched defs:StringTable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.h34 …explicit StringTable(mem::InternalAllocatorPtr allocator) : internalTable_(allocator), table_(allo… in StringTable() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dpanda_vm.h32 class StringTable; variable