/external/webkit/V8Binding/v8/test/mjsunit/ |
D | mjsunit.status | 49 debug-constructor: CRASH, FAIL 51 debug-evaluate-recursive: CRASH || FAIL 52 debug-changebreakpoint: CRASH || FAIL 53 debug-clearbreakpoint: CRASH || FAIL 55 debug-conditional-breakpoints: CRASH || FAIL 56 debug-evaluate: CRASH || FAIL 57 debug-ignore-breakpoints: CRASH || FAIL 58 debug-multiple-breakpoints: CRASH || FAIL 59 debug-setbreakpoint: CRASH || FAIL || PASS 61 debug-stepin-accessor: CRASH || FAIL [all …]
|
/external/webkit/JavaScriptCore/wtf/ |
D | Assertions.h | 122 #ifndef CRASH 123 #define CRASH() do { \ macro 156 CRASH(); \ 165 CRASH(); \ 171 CRASH(); \ 189 CRASH(); \ 209 CRASH(); \
|
D | TCSpinLock.h | 201 if (pthread_mutex_init(&private_lock_, NULL) != 0) CRASH(); in Init() 204 if (pthread_mutex_destroy(&private_lock_) != 0) CRASH(); in Finalize() 207 if (pthread_mutex_lock(&private_lock_) != 0) CRASH(); in Lock() 210 if (pthread_mutex_unlock(&private_lock_) != 0) CRASH(); in Unlock()
|
D | ThreadSpecific.h | 106 CRASH(); in ThreadSpecific() 176 CRASH(); in ThreadSpecific() 180 CRASH(); in ThreadSpecific()
|
D | FastMalloc.cpp | 167 CRASH(); in fastMallocMatchFailed() 235 CRASH(); in fastMalloc() 273 CRASH(); in fastCalloc() 332 CRASH(); in fastRealloc() 780 CRASH(); in InitSizeClasses() 784 CRASH(); in InitSizeClasses() 836 CRASH(); in InitSizeClasses() 854 CRASH(); in InitSizeClasses() 859 CRASH(); in InitSizeClasses() 863 CRASH(); in InitSizeClasses() [all …]
|
D | Vector.h | 277 CRASH(); 812 CRASH(); 875 CRASH();
|
/external/webkit/JavaScriptCore/interpreter/ |
D | RegisterFile.h | 184 CRASH(); in RegisterFile() 194 CRASH(); in RegisterFile() 204 CRASH(); in RegisterFile() 242 CRASH(); in grow()
|
/external/webkit/JavaScriptCore/jit/ |
D | ExecutableAllocator.h | 57 CRASH(); // Allocation is too large in roundUpAllocationSize() 222 CRASH(); // Failed to allocate in ExecutablePool() 232 CRASH(); // Failed to allocate in poolAllocate()
|
D | ExecutableAllocatorFixedVMPool.cpp | 299 CRASH(); in FixedVMPoolAllocator() 332 CRASH(); in alloc()
|
/external/webkit/WebCore/bridge/ |
D | npruntime.cpp | 90 CRASH(); in NPN_InitializeVariantWithStringCopy() 121 CRASH(); in _NPN_CreateObject()
|
/external/webkit/WebKit/mac/Misc/ |
D | WebKitLogging.h | 72 CRASH(); \
|
/external/webkit/JavaScriptCore/wrec/ |
D | WRECFunctors.cpp | 75 CRASH(); in backtrack()
|
/external/webkit/JavaScriptCore/runtime/ |
D | Collector.cpp | 159 CRASH(); in Heap() 223 CRASH(); in allocateBlock() 390 CRASH(); in heapAllocate() 585 CRASH(); in makeUsableFromMultipleThreads() 798 CRASH(); in getPlatformThreadRegisters() 1078 CRASH(); in collect()
|
D | UString.cpp | 617 CRASH(); in newCapacityWithOverflowCheck()
|
/external/webkit/V8Binding/v8/tools/ |
D | test.py | 378 outcome = CRASH 657 CRASH = 'crash' variable 1154 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)
|
/external/webkit/WebCore/bindings/v8/ |
D | WorkerContextExecutionProxy.cpp | 63 CRASH(); in reportFatalErrorInV8()
|
D | V8Proxy.cpp | 204 CRASH(); in handleFatalErrorInV8()
|
/external/webkit/WebCore/html/ |
D | HTMLTokenizer.cpp | 1974 CRASH(); in timerFired() 1992 CRASH(); in timerFired()
|
/external/webkit/JavaScriptCore/assembler/ |
D | ARMv7Assembler.h | 1642 CRASH(); in linkWithOffset()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 19925 Replace abort() with CRASH() 19934 Replace abort() with CRASH(). 19938 Reverted fix for bug 22042 (Replace abort() with CRASH()), because it was breaking 20007 Replace abort() with CRASH() 20015 Replace abort() with CRASH().
|
D | ChangeLog-2007-10-14 | 3271 The CRASH macro will also hook into CrashReporter, which will tell us if 4228 Bug 13018: allow embedders to override the definition of CRASH. 4230 * wtf/Assertions.h: make it possible to override CRASH.
|
D | ChangeLog-2008-08-10 | 11407 Print a CRASH statement when crashing, so test failures are not a 31384 Also changed abort() to CRASH(), since the latter works better.
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 15992 * kwq/KWQAssertions.h: Fixed CRASH macro to use 0xbbadbeef instead of 0xbadbeef
|
D | ChangeLog-2009-06-16 | 21522 CRASH in DocumentLoader::removeSubresourceLoader due to null m_frame 56040 Checking whether malloc can allocate memory or not. If it can't, CRASH macro is invoked 72456 CRASH at Scrollbar::invalidateRect due to null m_client
|
D | ChangeLog-2005-12-19 | 18908 - fixed <rdar://problem/4168089> CRASH: Using A9 Maps new interface (also occurs on google maps)
|