Home
last modified time | relevance | path

Searched refs:DF_HAS_NR_CHECKS (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/
DDataflow.h77 #define DF_HAS_NR_CHECKS (DF_NULL_N_RANGE_CHECK_0 | \ macro
DLoop.c323 if (!(dfAttributes & DF_HAS_NR_CHECKS)) { in doLoopBodyCodeMotion()
332 if (dfAttributes & DF_HAS_NR_CHECKS) { in doLoopBodyCodeMotion()
339 switch (dfAttributes & DF_HAS_NR_CHECKS) { in doLoopBodyCodeMotion()