HomeSort by relevance Sort by last modified time
    Searched refs:heapMemOp (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/
CompilerIR.h 184 bool heapMemOp; // Mark mem ops for self verification
219 #define HEAP_ACCESS_SHADOW(_state) cUnit->heapMemOp = _state
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 482 if (cUnit->heapMemOp)
520 if (cUnit->heapMemOp)
534 if (cUnit->heapMemOp)
547 if (cUnit->heapMemOp)
668 if (load != NULL && cUnit->heapMemOp)
670 if (load2 != NULL && cUnit->heapMemOp)
778 if (store != NULL && cUnit->heapMemOp)
780 if (store2 != NULL && cUnit->heapMemOp)
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 706 if (cUnit->heapMemOp)
734 if (cUnit->heapMemOp)
770 if (cUnit->heapMemOp)
794 if (cUnit->heapMemOp)
916 if (cUnit->heapMemOp)
    [all...]

Completed in 734 milliseconds