Searched refs:memoryInfo (Results 1 – 5 of 5) sorted by relevance
24 private ActivityManager.MemoryInfo memoryInfo; field in ShadowActivityManager43 if (memoryInfo != null) { in getMemoryInfo()44 outInfo.lowMemory = memoryInfo.lowMemory; in getMemoryInfo()71 public void setMemoryInfo(ActivityManager.MemoryInfo memoryInfo) { in setMemoryInfo() argument72 this.memoryInfo = memoryInfo; in setMemoryInfo()
219 public static synchronized void begin(String name, MemoryInfo memoryInfo) { in begin() argument227 timestampUs, memoryInfo); in begin() local240 public static synchronized void end(String name, MemoryInfo memoryInfo) { in end() argument251 timestampUs, memoryInfo); in end() local293 MemoryInfo memoryInfo) { in savePerfString() argument301 if (memoryInfo != null) { in savePerfString()302 int pss = memoryInfo.nativePss + memoryInfo.dalvikPss + memoryInfo.otherPss; in savePerfString()
20 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in canGetMemoryInfoForOurProcess() local21 memoryInfo.lowMemory = true; in canGetMemoryInfoForOurProcess()22 shadowActivityManager.setMemoryInfo(memoryInfo); in canGetMemoryInfoForOurProcess()
197 virtual v8::MaybeLocal<v8::Value> memoryInfo(v8::Isolate*, in memoryInfo() function
487 ->memoryInfo(info.GetIsolate(), in memoryGetterCallback()