HomeSort by relevance Sort by last modified time
    Searched refs:nesting (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/v8/tools/
jsmin.py 61 self.nesting = 0
78 self.nesting += 1
82 self.nesting -= 1
85 if self.nesting == 0:
153 if self.nesting == 0:
254 if self.nesting == 0:
  /external/v8/tools/
jsmin.py 61 self.nesting = 0
78 self.nesting += 1
82 self.nesting -= 1
85 if self.nesting == 0:
153 if self.nesting == 0:
254 if self.nesting == 0:
  /external/v8/src/
zone-inl.h 43 ASSERT(ZoneScope::nesting() > 0);
137 int ZoneScope::nesting() { function in class:v8::internal::ZoneScope
zone.h 207 // nesting and cleans up generated ASTs in the Zone when exiting the
223 inline static int nesting();
runtime-profiler.cc 272 int nesting = shared_code->allow_osr_at_loop_nesting_level(); local
273 if (nesting == 0) AttemptOnStackReplacement(function);
274 int new_nesting = Min(nesting + 1, Code::kMaxLoopNestingMarker);
  /external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c 102 ULONG priority = 0, nesting; /* Shut down the warnings */ local
137 if (DosEnterMustComplete(&nesting))
157 rc = DosExitMustComplete(&nesting); /* Ignore errors */
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 133 // Nesting of '[' so we can know if the given element should be
135 int nesting = 0; local
149 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
183 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
219 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
269 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
285 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
289 isStartOfPat = mapPatternElemPos(nesting, isStartOfPat, isAttrName);
293 if (0 == nesting)
308 nesting--
    [all...]