HomeSort by relevance Sort by last modified time
    Searched full:is_marked (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
dfa.c 258 #define IS_MARKED(state) (trans1[state] < 0)
318 if ( ! IS_MARKED(ns) )
337 if ( ! IS_MARKED(tsp) )
342 if ( tsp != NO_TRANSITION && ! IS_MARKED(tsp) )
352 if ( IS_MARKED(stk[stkpos]) )
  /external/v8/src/
spaces.cc 2818 bool is_marked = Marking::MarkBitFrom(object).Get(); local
    [all...]

Completed in 748 milliseconds