Searched defs:stackPtrValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp4658 uintptr_t stackPtrValue = 0; local
4673 stackPtrValue = reinterpret_cast<uintptr_t>(cto.get());
4676 // since the cto object should be dead. However out stackPtrValue will cause a
4691 // Now do a conservative GC. The stackPtrValue should keep cto alive
4702 // the stackPtrValue is not optimized away.
4703 RELEASE_ASSERT(stackPtrValue);
4780 uintptr_t stackPtrValue = s_workerObjectPointer; local
4782 ASSERT_UNUSED(stackPtrValue, stackPtrValue);

Completed in 78 milliseconds