Home
last modified time | relevance | path

Searched refs:heapSpace (Results 1 – 4 of 4) 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/mips/
DAssemble.cpp1772 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationLoad()
1818 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationLoadDoubleword()
1850 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationStore()
1900 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationStoreDoubleword()
/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()