Home
last modified time | relevance | path

Searched defs:entrySize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.cpp44 panda::pandasm::LiteralArray::Literal entrySize = { in GenRegularImportEntries() local
67 panda::pandasm::LiteralArray::Literal entrySize = { in GenNamespaceImportEntries() local
86 panda::pandasm::LiteralArray::Literal entrySize = { in GenLocalExportEntries() local
114 panda::pandasm::LiteralArray::Literal entrySize = { in GenIndirectExportEntries() local
135 panda::pandasm::LiteralArray::Literal entrySize = { in GenStarExportEntries() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h98 int32_t entrySize = LinkedHashTableObject::ENTRY_SIZE; in EntryToIndex() local
191 GateRef entrySize = Int32(LinkedHashTableObject::ENTRY_SIZE); in CalNewTaggedArrayLength() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dcommon.h67 uint32_t entrySize = 0; member