Searched refs:Guard (Results 1 – 25 of 28) sorted by relevance
12
961 class Guard: public ZoneObject {964 Guard(int reg, Relation op, int value) in Guard() function982 void AddGuard(Guard* guard);985 ZoneList<Guard*>* guards() { return guards_; } in guards()989 ZoneList<Guard*>* guards_;1032 Guard* guard,
1107 void GuardedAlternative::AddGuard(Guard* guard) { in AddGuard()1109 guards_ = new ZoneList<Guard*>(1); in AddGuard()1204 Guard* guard, in GenerateGuard()1207 case Guard::LT: in GenerateGuard()1213 case Guard::GEQ: in GenerateGuard()2700 ZoneList<Guard*>* guards = alternative.guards(); in Emit()2771 ZoneList<Guard*>* guards = alternative.guards(); in Emit()2882 ZoneList<Guard*>* guards = alternative.guards(); in EmitOutOfLineContinuation()3670 Guard* body_guard = new Guard(reg_ctr, Guard::LT, max); in ToNode()3675 Guard* rest_guard = new Guard(reg_ctr, Guard::GEQ, min); in ToNode()[all …]
726 * gthread-posix.c: Guard pthread_attr_setscope call with test
305 * glib/goption.c (parse_arg): Guard against a mis-written
1009 get_special_folder(). (#169348, Daniel Atallah) Guard against
317 * glib/gfileutils.c (g_file_test): Guard against
1157 * glib/gunicollate.c (g_utf8_collate_key): Guard against bogus
1470 * glib/glib.symbols: Guard g_slice_debug_tree_statistics
5976 * gmain.c (g_timeout_prepare): Guard against unexpected
1465 * JavaScriptCorePrefix.h: Guard c++ headers with #ifdef __cplusplus.
144 Guard cmath using declarations in MathExtras.h on Android4019 * jit/ExecutableAllocatorPosix.cpp: Guard with PLATFORM(UNIX) && !PLATFORM(SYMBIAN)4020 * jit/ExecutableAllocatorWin.cpp: Guard with PLATFORM(WIN_OS)4021 * runtime/MarkStackPosix.cpp: Guard with PLATFORM(UNIX) && !PLATFORM(SYMBIAN)4022 * runtime/MarkStackSymbian.cpp: Guard with PLATFORM(SYMBIAN)4023 * runtime/MarkStackWin.cpp: Guard with PLATFORM(WIN_OS)4024 … * wtf/Platform.h: Guard ENABLE_JSC_MULTIPLE_THREADS with ENABLE_SINGLE_THREADED for the Qt port4025 * wtf/ThreadingNone.cpp: Guard with ENABLE(SINGLE_THREADED)4026 * wtf/qt/ThreadingQt.cpp: Guard with !ENABLE(SINGLE_THREADED)18681 Guard singal.h dependency with HAVE(SIGNAL_H) to enable building jsc
3937 (JSC::BytecodeGenerator::emitComplexJumpScopes): Guard the whole loop
739 Guard GTK+ 2.12 specific tooltip code with #ifdef.1327 Guard calls to cacheStorage() with ENABLE(OFFLINE_WEB_APPLICATIONS).8055 * WebView/webkitprivate.cpp: Guard ICONDATABASE inclusions
828 (WebPreferences::acceleratedCompositingEnabled): Guard use of
3701 * data/glr.c: Guard the declarations of yypstack and yypdumpstack7788 * data/yacc.c: Guard the declaration of yytoknum also with
3338 (appendClassName): Modfied. Guard calls to JSLock3339 (JavaMethod::signature): Modfied. Guard calls to JSLock16432 * inspector/InjectedScriptHost.idl: Guard the interface with21805 [Chromium] Guard all of JSC's wrapper cache-related members on Document.57489 (WebCore::PluginView::stop): Guard this code block with NETSCAPE_PLUGIN_API as78023 Guard needs //'s between #endif and ENABLE(DATAGRID)83519 Guard access to installedMediaEngines()[0].
17569 # Guard contents of all these with the appropriate USING ifdef:
11783 (HTMLDocumentImpl::close): Guard against re-entering the load event handler.
16888 … Guard against generating a simulated event from within a simulated event in the same node. Try to51261 Guard against registering pending resources with empty id.
8949 … Guard super's -mouseDown: with calls to Widget::beforeMouseDown() and Widget::afterMouseDown().
2329 (QGraphicsWebViewPrivate::setInputMethodEnabled): Guard the
7228 Guard every slot individually with #ifdef.
22207 --guard-malloc (-g) Use Guard Malloc.
812 Guard the creation of WebResource by ensuring that the passed in
13266 (-[WebFrame _transitionToCommitted:]): Guard against nil parentFrame.