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.cpp298 /* If we're looking at the native heap, we'll just return
301 bool native = ctx->type == CHUNK_TYPE("NHSG"); local
313 if (!native || freeLen < kMaxFreeLen) {
330 if (!native && dvmIsValidObject(obj)) {
394 static void walkHeap(bool merge, bool native) argument
406 if (native) {
418 if (native) {
430 void dvmDdmSendHeapSegments(bool shouldLock, bool native) argument
439 if (!native) {
471 dvmDbgDdmSendChunk(native
488 dvmDdmHandleHpsgNhsgChunk(int when, int what, bool native) argument
[all...]

Completed in 297 milliseconds