Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dstring_table.h34 …explicit StringTable(mem::InternalAllocatorPtr allocator) : internal_table_(allocator), table_(all… in StringTable() function
/arkcompiler/runtime_core/runtime/include/
Dpanda_vm.h31 class StringTable; variable