Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc119 needed_size_ = CodeInfo::kFixedSize in PrepareForFillIn()
125 dex_register_location_catalog_start_ = CodeInfo::kFixedSize; in PrepareForFillIn()
134 size_t size = DexRegisterLocationCatalog::kFixedSize; in ComputeDexRegisterLocationCatalogSize()
147 size_t size = DexRegisterMap::kFixedSize; in ComputeDexRegisterMapSize()
183 + (number_of_stack_maps_with_inline_info_ * InlineInfo::kFixedSize); in ComputeInlineInfoSize()
216 size_t location_catalog_offset = DexRegisterLocationCatalog::kFixedSize; in FillIn()
285 InlineInfo::kFixedSize + entry.inlining_depth * InlineInfo::SingleEntrySize()); in FillIn()
/art/runtime/
Dstack_map.h59 return region_.LoadUnaligned<uint32_t>(kFixedSize + depth * SingleEntrySize()); in GetMethodReferenceIndexAtDepth()
63 region_.StoreUnaligned<uint32_t>(kFixedSize + depth * SingleEntrySize(), index); in SetMethodReferenceIndexAtDepth()
74 static constexpr int kFixedSize = kDepthOffset + sizeof(uint8_t); variable
278 size_t offset = kFixedSize; in FindLocationOffset()
406 static constexpr int kFixedSize = 0;
605 return kFixedSize; in GetLiveBitMaskOffset()
659 static constexpr int kFixedSize = 0; variable
758 static constexpr int kFixedSize = 0; variable
885 return kFixedSize; in GetDexRegisterLocationCatalogOffset()
972 InlineInfo::kFixedSize + depth * InlineInfo::SingleEntrySize())); in GetInlineInfoOf()
[all …]