Home
last modified time | relevance | path

Searched refs:method_idx_size (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile.h82 uint32_t method_idx_size; member
250 auto method_idx_size = index_header->method_idx_size * EntityId::GetSize(); in GetMethodIndex() local
251 …THROW_IF(index_header->method_idx_off > header->file_size || method_idx_size > header->file_size || in GetMethodIndex()
252 … index_header->method_idx_off > header->file_size - method_idx_size, "index_header is invalid"); in GetMethodIndex()
253 …auto sp = file.SubSpan(index_header->method_idx_off, index_header->method_idx_size * EntityId::Get… in GetMethodIndex()
254 return Span(reinterpret_cast<const EntityId *>(sp.data()), index_header->method_idx_size); in GetMethodIndex()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h81 auto constpoolSize = mainIndex->method_idx_size; in CreateConstPool()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp416 auto constpoolSize = header.method_idx_size; in CreateAllConstpool()
/arkcompiler/runtime_core/docs/
Dfile_format.md239 | `method_idx_size` | `uint32_t` | Number of elements in the [MethodRegionIndex](#methodregionindex…
850 Number of elements in the index is `method_idx_size` from [RegionHeader](#regionheader).