Home
last modified time | relevance | path

Searched refs:Guard (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/
Djsregexp.h961 class Guard: public ZoneObject {
964 Guard(int reg, Relation op, int value) in Guard() function
982 void AddGuard(Guard* guard);
985 ZoneList<Guard*>* guards() { return guards_; } in guards()
989 ZoneList<Guard*>* guards_;
1032 Guard* guard,
Djsregexp.cc1107 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 …]
/external/bluetooth/glib/gthread/
DChangeLog726 * gthread-posix.c: Guard pthread_attr_setscope call with test
/external/bluetooth/glib/
DChangeLog.pre-2-20305 * glib/goption.c (parse_arg): Guard against a mis-written
DChangeLog.pre-2-81009 get_special_folder(). (#169348, Daniel Atallah) Guard against
DChangeLog.pre-2-2317 * glib/gfileutils.c (g_file_test): Guard against
DChangeLog.pre-2-61157 * glib/gunicollate.c (g_utf8_collate_key): Guard against bogus
DChangeLog.pre-2-141470 * glib/glib.symbols: Guard g_slice_debug_tree_statistics
DChangeLog.pre-2-05976 * gmain.c (g_timeout_prepare): Guard against unexpected
/external/webkit/JavaScriptCore/
DChangeLog-2003-10-251465 * JavaScriptCorePrefix.h: Guard c++ headers with #ifdef __cplusplus.
DChangeLog144 Guard cmath using declarations in MathExtras.h on Android
4019 * 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 port
4025 * 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
DChangeLog-2009-06-163937 (JSC::BytecodeGenerator::emitComplexJumpScopes): Guard the whole loop
/external/webkit/WebKit/gtk/
DChangeLog739 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
/external/webkit/WebKit/win/
DChangeLog828 (WebPreferences::acceleratedCompositingEnabled): Guard use of
/external/bison/
DChangeLog3701 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
7788 * data/yacc.c: Guard the declaration of yytoknum also with
/external/webkit/WebCore/
DChangeLog-2010-01-293338 (appendClassName): Modfied. Guard calls to JSLock
3339 (JavaMethod::signature): Modfied. Guard calls to JSLock
16432 * inspector/InjectedScriptHost.idl: Guard the interface with
21805 [Chromium] Guard all of JSC's wrapper cache-related members on Document.
57489 (WebCore::PluginView::stop): Guard this code block with NETSCAPE_PLUGIN_API as
78023 Guard needs //'s between #endif and ENABLE(DATAGRID)
83519 Guard access to installedMediaEngines()[0].
DChangeLog-2002-12-0317569 # Guard contents of all these with the appropriate USING ifdef:
DChangeLog-2003-10-2511783 (HTMLDocumentImpl::close): Guard against re-entering the load event handler.
DChangeLog-2007-10-1416888Guard against generating a simulated event from within a simulated event in the same node. Try to
51261 Guard against registering pending resources with empty id.
DChangeLog-2006-05-108949Guard super's -mouseDown: with calls to Widget::beforeMouseDown() and Widget::afterMouseDown().
/external/webkit/WebKit/qt/
DChangeLog2329 (QGraphicsWebViewPrivate::setInputMethodEnabled): Guard the
/external/webkit/WebKitTools/
DChangeLog7228 Guard every slot individually with #ifdef.
DChangeLog-2009-06-1622207 --guard-malloc (-g) Use Guard Malloc.
/external/webkit/WebKit/mac/
DChangeLog-2007-10-14812 Guard the creation of WebResource by ensuring that the passed in
DChangeLog-2006-02-0913266 (-[WebFrame _transitionToCommitted:]): Guard against nil parentFrame.

12