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

  /dalvik/vm/compiler/
CompilerIR.h 154 bool heapMemOp; // Mark mem ops for self verification
188 #define HEAP_ACCESS_SHADOW(_state) cUnit->heapMemOp = _state
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 483 if (cUnit->heapMemOp)
521 if (cUnit->heapMemOp)
535 if (cUnit->heapMemOp)
548 if (cUnit->heapMemOp)
670 if (load != NULL && cUnit->heapMemOp)
672 if (load2 != NULL && cUnit->heapMemOp)
781 if (store != NULL && cUnit->heapMemOp)
783 if (store2 != NULL && cUnit->heapMemOp)
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 709 if (cUnit->heapMemOp)
737 if (cUnit->heapMemOp)
779 if (cUnit->heapMemOp)
803 if (cUnit->heapMemOp)
926 if (cUnit->heapMemOp)
    [all...]

Completed in 52 milliseconds