Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.h99 const uint8_t *GetMethodsBitmap() const in GetMethodsBitmap() function
Daot_file.cpp193 …mapBase = const_cast<uint32_t *>(reinterpret_cast<const uint32_t *>(aotFile_->GetMethodsBitmap())); in GetBitmap()