Searched refs:shadowSpace (Results 1 – 5 of 5) sorted by relevance
39 self->shadowSpace = (ShadowSpace*) calloc(1, sizeof(ShadowSpace)); in dvmSelfVerificationShadowSpaceAlloc()40 if (self->shadowSpace == NULL) in dvmSelfVerificationShadowSpaceAlloc()43 self->shadowSpace->registerSpaceSize = REG_SPACE; in dvmSelfVerificationShadowSpaceAlloc()44 self->shadowSpace->registerSpace = in dvmSelfVerificationShadowSpaceAlloc()45 (int*) calloc(self->shadowSpace->registerSpaceSize, sizeof(int)); in dvmSelfVerificationShadowSpaceAlloc()47 return self->shadowSpace->registerSpace; in dvmSelfVerificationShadowSpaceAlloc()53 free(self->shadowSpace->registerSpace); in dvmSelfVerificationShadowSpaceFree()54 free(self->shadowSpace); in dvmSelfVerificationShadowSpaceFree()72 ShadowSpace *shadowSpace = self->shadowSpace; in dvmSelfVerificationSaveState() local80 if (shadowSpace->selfVerificationState != kSVSIdle) { in dvmSelfVerificationSaveState()[all …]
1765 ShadowSpace *shadowSpace = self->shadowSpace; in selfVerificationLoad() local1772 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationLoad()1773 heapSpacePtr != shadowSpace->heapSpaceTail; heapSpacePtr++) { in selfVerificationLoad()1811 ShadowSpace* shadowSpace = self->shadowSpace; in selfVerificationLoadDoubleword() local1818 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationLoadDoubleword()1819 heapSpacePtr != shadowSpace->heapSpaceTail; heapSpacePtr++) { in selfVerificationLoadDoubleword()1842 ShadowSpace *shadowSpace = self->shadowSpace; in selfVerificationStore() local1850 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationStore()1851 heapSpacePtr != shadowSpace->heapSpaceTail; heapSpacePtr++) { in selfVerificationStore()1855 if (heapSpacePtr == shadowSpace->heapSpaceTail) { in selfVerificationStore()[all …]
2388 ShadowSpace *shadowSpace = self->shadowSpace; in selfVerificationLoad() local2395 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationLoad()2396 heapSpacePtr != shadowSpace->heapSpaceTail; heapSpacePtr++) { in selfVerificationLoad()2433 ShadowSpace* shadowSpace = self->shadowSpace; in selfVerificationLoadDoubleword() local2440 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationLoadDoubleword()2441 heapSpacePtr != shadowSpace->heapSpaceTail; heapSpacePtr++) { in selfVerificationLoadDoubleword()2463 ShadowSpace *shadowSpace = self->shadowSpace; in selfVerificationStore() local2471 for (heapSpacePtr = shadowSpace->heapSpace; in selfVerificationStore()2472 heapSpacePtr != shadowSpace->heapSpaceTail; heapSpacePtr++) { in selfVerificationStore()2476 if (heapSpacePtr == shadowSpace->heapSpaceTail) { in selfVerificationStore()[all …]
211 struct ShadowSpace* shadowSpace; member
200 MTERP_OFFSET(offThread_shadowSpace, Thread, shadowSpace, 188)