Home
last modified time | relevance | path

Searched refs:methodsBitmapSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_headers.h72 uint32_t methodsBitmapSize; member
Daot_file.cpp195 return BitVectorSpan(bitmapBase + header_->methodsBitmapOffset, header_->methodsBitmapSize); in GetBitmap()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h1108 classHeader.methodsBitmapSize = currentBitmap_->size(); in EndClass()