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.cpp294 /* If we're looking at the native heap, we'll just return
297 bool native = ctx->type == CHUNK_TYPE("NHSG"); local
309 if (!native || freeLen < kMaxFreeLen) {
326 if (!native && dvmIsValidObject(obj)) {
390 static void walkHeap(bool merge, bool native) argument
402 if (native) {
414 if (native) {
426 void dvmDdmSendHeapSegments(bool shouldLock, bool native) argument
435 if (!native) {
467 dvmDbgDdmSendChunk(native
484 dvmDdmHandleHpsgNhsgChunk(int when, int what, bool native) argument
[all...]

Completed in 59 milliseconds