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

/dalvik/vm/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp21 #include "native/InternalNativePriv.h"
70 * public static boolean heapSegmentNotify(int when, int what, bool native)
80 bool native = (args[2] != 0); // false=virtual heap, true=native heap local
83 ret = dvmDdmHandleHpsgNhsgChunk(when, what, native);
/dalvik/vm/alloc/
H A DDdmHeap.cpp273 /* If we're looking at the native heap, we'll just return
276 bool native = ctx->type == CHUNK_TYPE("NHSG"); local
282 if (!native && dvmIsValidObject(obj)) {
358 static void walkHeap(bool merge, bool native) argument
370 if (native) {
382 if (native) {
394 void dvmDdmSendHeapSegments(bool shouldLock, bool native) argument
403 if (!native) {
435 dvmDbgDdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"),
440 walkHeap(merge, native);
452 dvmDdmHandleHpsgNhsgChunk(int when, int what, bool native) argument
[all...]

Completed in 223 milliseconds