Lines Matching refs:kMemoryLayout
49 const MappingDesc kMemoryLayout[] = {
82 const MappingDesc kMemoryLayout[] = {
163 const MappingDesc kMemoryLayout[] = {
189 const MappingDesc kMemoryLayout[] = {
212 const MappingDesc kMemoryLayout[] = {
226 const MappingDesc kMemoryLayout[] = {
247 const uptr kMemoryLayoutSize = sizeof(kMemoryLayout) / sizeof(kMemoryLayout[0]);
261 if (kMemoryLayout[i].type == mapping_type &&
262 addr >= kMemoryLayout[i].start && addr < kMemoryLayout[i].end)