Searched defs:regions (Results 1 - 1 of 1) sorted by relevance

/sdk/emulator/qtools/
H A Dtrace_reader.h94 // The "regions" array below is a pointer to array of pointers to
95 // regions. The size of the pointer array is kInitialNumRegions,
99 // for this process, as well as a few regions for the kernel.
102 // regions array is unused. Instead, the "addr_manager" pointer is
134 regions = NULL;
148 // Free the regions. We must be careful not to free the symbols
150 // between multiple regions. The TraceReader class has a hash
151 // table containing all the unique regions and it will free the
153 // regions and the array of region pointers.
158 if (regions[i
189 region_type **regions; member in class:TraceReader::ProcessState
882 region_type **regions = processes_[0]->regions; local
897 region_type **regions = pstate->regions; local
934 region_type **regions = new region_type*[max_regions]; local
1016 region_type **regions = new region_type*[manager->max_regions]; local
1042 FindRegion(uint32_t addr, int nregions, region_type **regions) argument
1065 FindRegionIndex(uint32_t addr, int nregions, region_type **regions) argument
[all...]

Completed in 18 milliseconds