Home
last modified time | relevance | path

Searched refs:climit (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dexecution.h116 uintptr_t climit() { return thread_local_.climit(); } in climit() function
207 uintptr_t climit() { in climit() function
Dexecution.cc284 if (thread_local_.climit() == thread_local_.real_climit_) { in SetStackLimit()
294 uintptr_t climit = thread_local_.real_climit_; in AdjustStackLimitForSimulator() local
297 uintptr_t jslimit = SimulatorStack::JsLimitFromCLimit(isolate_, climit); in AdjustStackLimitForSimulator()
Disolate.h1973 return GetCurrentStackPosition() < stack_guard->climit(); in InterruptRequested()
/external/freetype/src/autofit/
Dafhints.c310 AF_Point* climit = contour + hints->num_contours; in af_glyph_hints_dump_points() local
336 if ( contour < climit && *contour == point ) in af_glyph_hints_dump_points()