Home
last modified time | relevance | path

Searched refs:heapSpace (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/interp/
DJit.h55 ShadowHeap heapSpace[HEAP_SPACE]; /* copy of heap space */ member
DJit.cpp120 shadowSpace->heapSpaceTail = shadowSpace->heapSpace; in dvmSelfVerificationSaveState()
365 for (heapSpacePtr = shadowSpace->heapSpace; in dvmCheckSelfVerification()
/dalvik/vm/compiler/codegen/arm/
DAssemble.cpp2396 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationLoad()
2441 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationLoadDoubleword()
2472 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationStore()
2521 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationStoreDoubleword()