Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.h244 classHashTable_ = GetAotFile()->GetClassHashTable(*header_); in LoadClassHashTable()
249 return classHashTable_; in GetClassHashTable()
255 panda::Span<const panda::panda_file::EntityPairHeader> classHashTable_; variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.h355 return classHashTable_; in GetClassHashTable()
380 classHashTable_ = classHashTable; in SetClassHashTable()
397 mutable panda::Span<const panda::panda_file::EntityPairHeader> classHashTable_; variable