Home
last modified time | relevance | path

Searched refs:descriptorHash (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.cpp321 if (entityPair.descriptorHash == 0) { in AddClassHashTable()
322 entityPair.descriptorHash = hash; in AddClassHashTable()
352 ASSERT(entityPairs[theoryPos].descriptorHash != 0); in ResolveConflictClassHashTable()
355 while (actualPos < (hashTableSize - 1) && entityPairs[actualPos].descriptorHash != 0) { in ResolveConflictClassHashTable()
358 if (actualPos == (hashTableSize - 1) && entityPairs[actualPos].descriptorHash != 0) { in ResolveConflictClassHashTable()
360 while (actualPos < theoryPos && entityPairs[actualPos].descriptorHash != 0) { in ResolveConflictClassHashTable()
364 ASSERT(entityPairs[actualPos].descriptorHash == 0); in ResolveConflictClassHashTable()
366 entityPair.descriptorHash = hash; in ResolveConflictClassHashTable()
H A Daot_builder.h122 entityPair.descriptorHash = classHash; in InsertEntityPairHeader()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp622 if (entityPair->descriptorHash % classHashTable.size() != pos) { in GetClassIdFromClassHashTable()
627 if (hash == entityPair->descriptorHash) { in GetClassIdFromClassHashTable()
H A Dfile.h44 uint32_t descriptorHash; member
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
H A Daotdump.cpp249 if (entityPair.descriptorHash != 0) { in DumpClassHashTable()

Completed in 5 milliseconds