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

  /dalvik/vm/compiler/
CompilerIR.h 222 bool heapMemOp; // Mark mem ops for self verification
278 #define HEAP_ACCESS_SHADOW(_state) cUnit->heapMemOp = _state
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 503 if (cUnit->heapMemOp)
541 if (cUnit->heapMemOp)
555 if (cUnit->heapMemOp)
568 if (cUnit->heapMemOp)
689 if (load != NULL && cUnit->heapMemOp)
691 if (load2 != NULL && cUnit->heapMemOp)
799 if (store != NULL && cUnit->heapMemOp)
801 if (store2 != NULL && cUnit->heapMemOp)
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 743 if (cUnit->heapMemOp)
771 if (cUnit->heapMemOp)
807 if (cUnit->heapMemOp)
831 if (cUnit->heapMemOp)
953 if (cUnit->heapMemOp)
    [all...]

Completed in 234 milliseconds