NULL 58 MMgc/AllocationMacros.h #define mmfx_new_array(type, n) ::MMgcConstructTaggedArray((type*)NULL, n, MMgc::kNone)
NULL 61 MMgc/AllocationMacros.h #define mmfx_new_array_opt(type, n, opts) ::MMgcConstructTaggedArray((type*)NULL, n, opts)
NULL 50 MMgc/BasicList.h items(NULL),
NULL 66 MMgc/BasicList.h items = NULL;
NULL 98 MMgc/BasicList.h if (newItems == NULL)
NULL 124 MMgc/BasicList.h items[i] = NULL;
NULL 164 MMgc/BasicList.h if (items[i] == NULL)
NULL 166 MMgc/BasicList.h if (items[j] != NULL)
NULL 169 MMgc/BasicList.h items[j-1] = NULL; // NULL it so next item goes in this hole
NULL 206 MMgc/BasicList.h T t = NULL;
NULL 208 MMgc/BasicList.h while (index < bl.Limit() && t == NULL)
NULL 59 MMgc/FixedAlloc.cpp m_firstBlock = NULL;
NULL 60 MMgc/FixedAlloc.cpp m_lastBlock = NULL;
NULL 61 MMgc/FixedAlloc.cpp m_firstFree = NULL;
NULL 132 MMgc/FixedAlloc.cpp m_firstBlock = NULL;
NULL 150 MMgc/FixedAlloc.cpp return NULL;
NULL 160 MMgc/FixedAlloc.cpp void *item = NULL;
NULL 165 MMgc/FixedAlloc.cpp GCAssert(b->firstFree == NULL ||
NULL 189 MMgc/FixedAlloc.cpp b->nextFree = NULL;
NULL 190 MMgc/FixedAlloc.cpp GCAssert(b->prevFree == NULL);
NULL 289 MMgc/FixedAlloc.cpp vmpi_spin_lock_t *lock = NULL;
NULL 297 MMgc/FixedAlloc.cpp if(lock != NULL)
NULL 380 MMgc/FixedAlloc.cpp for ( FixedBlock* fb=m_firstBlock ; fb != NULL ; fb=fb->next )
NULL 460 MMgc/FixedAlloc.cpp return NULL;
NULL 141 MMgc/FixedMalloc.cpp largeObjects = NULL;
NULL 163 MMgc/FixedMalloc.cpp FixedMalloc::instance = NULL;
NULL 311 MMgc/FixedMalloc.cpp for ( LargeObject* lo=largeObjects; lo != NULL ; lo=lo->next)
NULL 329 MMgc/FixedMalloc.cpp for ( prev=NULL, lo=largeObjects ; lo != NULL ; prev=lo, lo=lo->next ) {
NULL 331 MMgc/FixedMalloc.cpp if (prev != NULL)
NULL 251 MMgc/GC-inlines.h if(item == NULL)
NULL 266 MMgc/GC-inlines.h if (segment->next != NULL)
NULL 268 MMgc/GC-inlines.h if (segment->prev != NULL)
NULL 422 MMgc/GC-inlines.h GCAssert(realPtr != NULL);
NULL 467 MMgc/GC-inlines.h if(stackEnter == NULL)
NULL 610 MMgc/GC-inlines.h : gc(NULL)
NULL 611 MMgc/GC-inlines.h , unwindPtr(NULL)
NULL 876 MMgc/GC.cpp rcRootSegments(NULL),
NULL 884 MMgc/GC.cpp m_gcThread(NULL),
NULL 899 MMgc/GC.cpp smallEmptyPageList(NULL),
NULL 900 MMgc/GC.cpp largeEmptyPageList(NULL),
NULL 905 MMgc/GC.cpp , m_sampler(NULL)
NULL 961 MMgc/GC.cpp SetGCContextVariable(i, NULL);
NULL 968 MMgc/GC.cpp emptyWeakRef = new (this) GCWeakRef(NULL);
NULL 1006 MMgc/GC.cpp void **pageList = NULL;
NULL 1045 MMgc/GC.cpp if(stackEnter != NULL) {
NULL 1083 MMgc/GC.cpp GCAssert(item.ptr != NULL);
NULL 1089 MMgc/GC.cpp GCAssert(item.ptr != NULL);
NULL 1121 MMgc/GC.cpp if(stackStart == NULL) {
NULL 1144 MMgc/GC.cpp , prev(NULL)
NULL 1145 MMgc/GC.cpp , next(NULL)
NULL 1267 MMgc/GC.cpp if(!nogc && stackEnter == NULL) {
NULL 1271 MMgc/GC.cpp return NULL;
NULL 1343 MMgc/GC.cpp GCAssert(item != NULL || (flags & kCanFail) != 0);
NULL 1348 MMgc/GC.cpp if(item != NULL) {
NULL 1376 MMgc/GC.cpp GCAssert(item != NULL);
NULL 1588 MMgc/GC.cpp smallEmptyPageList = NULL;
NULL 1604 MMgc/GC.cpp largeEmptyPageList = NULL;
NULL 1699 MMgc/GC.cpp void *realItem = NULL;
NULL 1721 MMgc/GC.cpp return NULL;
NULL 1824 MMgc/GC.cpp GCAssert(item.ptr != NULL);
NULL 1869 MMgc/GC.cpp Set(NULL, 0);
NULL 1873 MMgc/GC.cpp gc = NULL;
NULL 1893 MMgc/GC.cpp gc = NULL;
NULL 1994 MMgc/GC.cpp pthread_key_t stackTopKey = NULL;
NULL 2000 MMgc/GC.cpp if(stackTopKey == NULL)
NULL 2002 MMgc/GC.cpp int res = pthread_key_create(&stackTopKey, NULL);
NULL 2030 MMgc/GC.cpp pthread_key_create(&stackTopKey, NULL);
NULL 2639 MMgc/GC.cpp GCAssert(item.ptr != NULL);
NULL 3229 MMgc/GC.cpp GCAssert(container != NULL);
NULL 3329 MMgc/GC.cpp root->prev = NULL;
NULL 3350 MMgc/GC.cpp cb->prevCB = NULL;
NULL 3373 MMgc/GC.cpp if(ref == NULL) {
NULL 3391 MMgc/GC.cpp GCAssert(weakRefs.get(item) == NULL);
NULL 3392 MMgc/GC.cpp GCAssert(ref != NULL || heap->GetStatus() == kMemAbort);
NULL 3394 MMgc/GC.cpp GCAssert(ref->get() == item || ref->get() == NULL);
NULL 3395 MMgc/GC.cpp ref->m_obj = NULL;
NULL 3534 MMgc/GC.cpp top_segment = NULL;
NULL 3535 MMgc/GC.cpp stacktop = NULL;
NULL 3544 MMgc/GC.cpp while (top_segment != NULL)
NULL 3546 MMgc/GC.cpp top_segment = NULL;
NULL 3547 MMgc/GC.cpp stacktop = NULL;
NULL 3558 MMgc/GC.cpp GCAssert(x.unwindPtr == NULL);
NULL 3571 MMgc/GC.cpp GCAssert(top_segment != NULL);
NULL 3575 MMgc/GC.cpp GCAssert(top_segment != NULL);
NULL 3599 MMgc/GC.cpp seg->top = NULL;
NULL 3601 MMgc/GC.cpp if (top_segment != NULL)
NULL 3615 MMgc/GC.cpp if (top_segment != NULL)
NULL 3620 MMgc/GC.cpp GCAutoEnter::GCAutoEnter(GC *gc) : gc(NULL)
NULL 3632 MMgc/GC.cpp gc->SetStackEnter(NULL);
NULL 3633 MMgc/GC.cpp gc->heap->SetActiveGC(NULL);
NULL 3634 MMgc/GC.cpp gc = NULL;
NULL 3641 MMgc/GC.cpp gc->SetStackEnter(NULL, false);
NULL 3654 MMgc/GC.cpp if(enter == NULL) {
NULL 3661 MMgc/GC.cpp } else if(stackEnter == NULL) {
NULL 3679 MMgc/GC.cpp GCAssert(enter == NULL);
NULL 3680 MMgc/GC.cpp stackEnter = NULL;
NULL 3682 MMgc/GC.cpp rememberedStackTop = NULL;
NULL 3683 MMgc/GC.cpp m_gcThread = NULL;
NULL 3704 MMgc/GC.cpp if(m_gcThread == NULL && heap->GetEnterFrame()->GetCollectingGC() == NULL && VMPI_lockTestAndAcquire(&m_gcLock)) {
NULL 3718 MMgc/GC.cpp heap->GetEnterFrame()->SetCollectingGC(NULL);
NULL 3720 MMgc/GC.cpp m_gcThread = NULL;;
NULL 3732 MMgc/GC.cpp GCAssert(m_gcThread == NULL);
NULL 3733 MMgc/GC.cpp GCAssert(stackEnter == NULL);
NULL 3734 MMgc/GC.cpp GCAssert(top_segment != NULL && top_segment->prev == NULL && top_segment->start == stacktop);
NULL 3755 MMgc/GC.cpp SetStackEnter(NULL,false);
NULL 3757 MMgc/GC.cpp m_gcThread = NULL;
NULL 3869 MMgc/GC.cpp while((key = iter.nextKey()) != NULL) {
NULL 3886 MMgc/GC.cpp while((p = iter.nextKey()) != NULL) {
NULL 3899 MMgc/GC.cpp while((p = iter.nextKey()) != NULL) {
NULL 212 MMgc/GC.h GCHiddenPointer(T obj=NULL) { set(obj); }
NULL 1515 MMgc/GC.h bool Trace(const void *stackStart=NULL, uint32_t stackSize=0);
NULL 1783 MMgc/GC.h void Destroy() { gc = NULL; }
NULL 167 MMgc/GCAlloc-inlines.h b->prevFree = NULL;
NULL 178 MMgc/GCAlloc-inlines.h GCAssert(m_firstFree == b || b->prevFree != NULL);
NULL 186 MMgc/GCAlloc-inlines.h b->nextFree = b->prevFree = NULL;
NULL 192 MMgc/GCAlloc-inlines.h b->prevFree = NULL;
NULL 204 MMgc/GCAlloc-inlines.h GCAssert(m_needsSweeping == b || b->prevFree != NULL);
NULL 213 MMgc/GCAlloc-inlines.h b->nextFree = b->prevFree = NULL;
NULL 295 MMgc/GCAlloc-inlines.h return b->nextFree != NULL || b->prevFree != NULL || b == m_firstFree || b == m_needsSweeping;
NULL 340 MMgc/GCAlloc-inlines.h if (block == NULL)
NULL 53 MMgc/GCAlloc.cpp m_firstBlock = NULL;
NULL 54 MMgc/GCAlloc.cpp m_lastBlock = NULL;
NULL 55 MMgc/GCAlloc.cpp m_firstFree = NULL;
NULL 56 MMgc/GCAlloc.cpp m_needsSweeping = NULL;
NULL 116 MMgc/GCAlloc.cpp uint32_t* bits = NULL;
NULL 208 MMgc/GCAlloc.cpp b->next = b->prev = NULL;
NULL 209 MMgc/GCAlloc.cpp b->nextFree = b->prevFree = NULL;
NULL 219 MMgc/GCAlloc.cpp b->bits = NULL;
NULL 245 MMgc/GCAlloc.cpp if (b == NULL) {
NULL 255 MMgc/GCAlloc.cpp if (b == NULL) {
NULL 257 MMgc/GCAlloc.cpp return NULL;
NULL 280 MMgc/GCAlloc.cpp b->nextItem = NULL;
NULL 309 MMgc/GCAlloc.cpp b->nextFree = NULL;
NULL 310 MMgc/GCAlloc.cpp GCAssert(b->prevFree == NULL);
NULL 411 MMgc/GCAlloc.cpp GCBlock *next = NULL;
NULL 412 MMgc/GCAlloc.cpp for (GCBlock* b = m_firstBlock; b != NULL; b = next)
NULL 422 MMgc/GCAlloc.cpp if(m_firstFree == b || b->prevFree != NULL || b->nextFree != NULL) {
NULL 512 MMgc/GCAlloc.cpp b->nextFree = b->prevFree = NULL;
NULL 582 MMgc/GCAlloc.cpp for (GCBlock* b = m_needsSweeping; b != NULL; b = next)
NULL 587 MMgc/GCAlloc.cpp GCAssert(m_needsSweeping == NULL);
NULL 602 MMgc/GCAlloc.cpp while(item != NULL) {
NULL 52 MMgc/GCGlobalNew.cpp if (space == NULL)
NULL 55 MMgc/GCGlobalNew.cpp return NULL;
NULL 61 MMgc/GCGlobalNew.cpp } while (space == NULL);
NULL 131 MMgc/GCGlobalNew.cpp if (mem != NULL)
NULL 158 MMgc/GCGlobalNew.cpp if (!isPrimitive && p != NULL)
NULL 82 MMgc/GCHashtable.h return (index < (int32_t)ht->tableSize) ? ht->table[index] : NULL;
NULL 87 MMgc/GCHashtable.h GCAssert(ht->table[index] != NULL);
NULL 117 MMgc/GCHashtable.h /*static*/ const void* GCHashtableBase<KEYHANDLER,ALLOCHANDLER>::EMPTY[4] = { NULL, NULL, NULL, NULL };
NULL 121 MMgc/GCHashtable.h table(NULL),
NULL 144 MMgc/GCHashtable.h table = NULL;
NULL 171 MMgc/GCHashtable.h while ((k = table[i]) != NULL && !KEYHANDLER::equal(k, key))
NULL 182 MMgc/GCHashtable.h GCAssert(table != NULL);
NULL 196 MMgc/GCHashtable.h while ((k = table[i]) != NULL && !KEYHANDLER::equal(k, key))
NULL 205 MMgc/GCHashtable.h GCAssert(k == NULL || KEYHANDLER::equal(k, key));
NULL 206 MMgc/GCHashtable.h if (k == NULL)
NULL 237 MMgc/GCHashtable.h const void* ret = NULL;
NULL 243 MMgc/GCHashtable.h table[i+1] = NULL;
NULL 287 MMgc/GCHashtable.h if ((oldKey=table[i]) != NULL)
NULL 306 MMgc/GCHashtable.h GCAssert(table != NULL);
NULL 51 MMgc/GCHeap.cpp static FILE* fp = NULL;
NULL 62 MMgc/GCHeap.cpp if (fp != NULL)
NULL 68 MMgc/GCHeap.cpp RedirectLogOutput(NULL);
NULL 69 MMgc/GCHeap.cpp if (fp != NULL) {
NULL 71 MMgc/GCHeap.cpp fp = NULL;
NULL 78 MMgc/GCHeap.cpp GCHeap *GCHeap::instance = NULL;
NULL 129 MMgc/GCHeap.cpp GCAssert(instance == NULL);
NULL 137 MMgc/GCHeap.cpp GCAssert(instance != NULL);
NULL 139 MMgc/GCHeap.cpp instance = NULL;
NULL 146 MMgc/GCHeap.cpp lastRegion(NULL),
NULL 147 MMgc/GCHeap.cpp freeRegion(NULL),
NULL 148 MMgc/GCHeap.cpp nextRegion(NULL),
NULL 149 MMgc/GCHeap.cpp blocks(NULL),
NULL 230 MMgc/GCHeap.cpp instance = NULL;
NULL 263 MMgc/GCHeap.cpp profiler = NULL;
NULL 296 MMgc/GCHeap.cpp return NULL;
NULL 307 MMgc/GCHeap.cpp return NULL;
NULL 341 MMgc/GCHeap.cpp return NULL;
NULL 353 MMgc/GCHeap.cpp GCAssertMsg(block != NULL, "Bogus item");
NULL 634 MMgc/GCHeap.cpp if(nextRegion == NULL) {
NULL 643 MMgc/GCHeap.cpp GCAssertMsg(nextRegion != NULL, "ExpandHeap didn't set nextRegion");
NULL 740 MMgc/GCHeap.cpp sentinel->baseAddr = NULL;
NULL 743 MMgc/GCHeap.cpp sentinel->prev = NULL;
NULL 744 MMgc/GCHeap.cpp sentinel->next = NULL;
NULL 809 MMgc/GCHeap.cpp HeapBlock *next = NULL;
NULL 814 MMgc/GCHeap.cpp HeapBlock *prev = NULL;
NULL 821 MMgc/GCHeap.cpp GCAssert(sentinel->baseAddr == NULL);
NULL 852 MMgc/GCHeap.cpp region != NULL;
NULL 859 MMgc/GCHeap.cpp return NULL;
NULL 871 MMgc/GCHeap.cpp return NULL;
NULL 879 MMgc/GCHeap.cpp HeapBlock *decommittedSuitableBlock = NULL;
NULL 880 MMgc/GCHeap.cpp HeapBlock *blockToUse = NULL;
NULL 1316 MMgc/GCHeap.cpp if (instance != NULL) {
NULL 1357 MMgc/GCHeap.cpp char *baseAddr = NULL;
NULL 1358 MMgc/GCHeap.cpp char *newRegionAddr = NULL;
NULL 1375 MMgc/GCHeap.cpp if(nextRegion == NULL) {
NULL 1388 MMgc/GCHeap.cpp newBlocks = NULL;
NULL 1399 MMgc/GCHeap.cpp if (region != NULL)
NULL 1443 MMgc/GCHeap.cpp if (newRegionAddr == NULL) {
NULL 1449 MMgc/GCHeap.cpp if (newRegionAddr != NULL) {
NULL 1502 MMgc/GCHeap.cpp newRegionAddr = (char*) VMPI_reserveMemoryRegion(NULL,
NULL 1509 MMgc/GCHeap.cpp if (newRegionAddr == NULL) {
NULL 1510 MMgc/GCHeap.cpp newRegionAddr = (char*) VMPI_reserveMemoryRegion(NULL,
NULL 1516 MMgc/GCHeap.cpp if (newRegionAddr == NULL) {
NULL 1543 MMgc/GCHeap.cpp if (newRegionAddr == NULL) {
NULL 1607 MMgc/GCHeap.cpp block->prev = NULL;
NULL 1608 MMgc/GCHeap.cpp block->next = NULL;
NULL 1628 MMgc/GCHeap.cpp if(nextRegion == NULL) {
NULL 1644 MMgc/GCHeap.cpp block->baseAddr = NULL;
NULL 1647 MMgc/GCHeap.cpp block->prev = NULL;
NULL 1648 MMgc/GCHeap.cpp block->next = NULL;
NULL 1659 MMgc/GCHeap.cpp block->baseAddr = NULL;
NULL 1662 MMgc/GCHeap.cpp block->prev = NULL;
NULL 1663 MMgc/GCHeap.cpp block->next = NULL;
NULL 1742 MMgc/GCHeap.cpp while (lastRegion != NULL) {
NULL 1801 MMgc/GCHeap.cpp EnterFrame::EnterFrame() : m_heap(NULL), m_gc(NULL), m_collectingGC(NULL)
NULL 1804 MMgc/GCHeap.cpp if(heap->GetStackEntryAddress() == NULL) {
NULL 1816 MMgc/GCHeap.cpp m_heap = NULL;
NULL 1885 MMgc/GCHeap.cpp if (instance == NULL)
NULL 1888 MMgc/GCHeap.cpp if (ef == NULL)
NULL 1907 MMgc/GCHeap.cpp ef->m_collectingGC = NULL;
NULL 1914 MMgc/GCHeap.cpp GetGCHeap()->enterFrame = NULL;
NULL 1933 MMgc/GCHeap.cpp if (ef != NULL)
NULL 1941 MMgc/GCHeap.cpp ef->m_collectingGC = NULL;
NULL 1951 MMgc/GCHeap.cpp if (ef->m_heap != NULL)
NULL 1968 MMgc/GCHeap.cpp GCHeap *heapToDestroy=NULL;
NULL 1980 MMgc/GCHeap.cpp enterFrame = NULL;
NULL 1987 MMgc/GCHeap.cpp instance = NULL;
NULL 1989 MMgc/GCHeap.cpp if(heapToDestroy != NULL) {
NULL 2027 MMgc/GCHeap.cpp while((gc = iter.next()) != NULL)
NULL 2056 MMgc/GCHeap.cpp if (GCHeap::GetGCHeap()->GetProfiler() == NULL)
NULL 2095 MMgc/GCHeap.cpp if (buf == NULL)
NULL 2107 MMgc/GCHeap.cpp Region **regions = NULL;
NULL 2121 MMgc/GCHeap.cpp if (regions == NULL)
NULL 2136 MMgc/GCHeap.cpp HeapBlock *spanningBlock = NULL;
NULL 2155 MMgc/GCHeap.cpp spanningBlock = NULL;
NULL 2158 MMgc/GCHeap.cpp while(addr != r->commitTop && (hb = AddrToBlock(addr)) != NULL) {
NULL 2192 MMgc/GCHeap.cpp profiler = NULL;
NULL 2249 MMgc/GCHeap.cpp while((otherGC = iter.next()) != NULL)
NULL 2257 MMgc/GCHeap.cpp while((otherGC = iter.next()) != NULL)
NULL 2280 MMgc/GCHeap.cpp OOMCallback *cb = NULL;
NULL 2288 MMgc/GCHeap.cpp } while(cb != NULL);
NULL 2301 MMgc/GCHeap.cpp if(GetGCHeap() == NULL ||
NULL 2302 MMgc/GCHeap.cpp (MMgc::GCHeap::GetGCHeap()->GetStatus() == MMgc::kMemAbort && MMgc::GCHeap::GetGCHeap()->GetEnterFrame() == NULL))
NULL 2309 MMgc/GCHeap.cpp return AddrToBlock(addr) != NULL;
NULL 2333 MMgc/GCHeap.cpp ef->SetActiveGC(NULL);
NULL 2363 MMgc/GCHeap.cpp nextRegion = NULL; // fresh page allocated in ExpandHeap
NULL 222 MMgc/GCHeap.h static void Init(GCMallocFuncPtr malloc = NULL, GCFreeFuncPtr free = NULL, int initialSize=128)
NULL 571 MMgc/GCHeap.h inline bool StackEnteredCheck() { return !entryChecksEnabled || GetEnterFrame() != NULL; }
NULL 682 MMgc/GCHeap.h bool inUse() const { return prev == NULL; }
NULL 686 MMgc/GCHeap.h baseAddr = NULL;
NULL 194 MMgc/GCLargeAlloc-inlines.h while (block != NULL) {
NULL 45 MMgc/GCLargeAlloc.cpp m_blocks = NULL;
NULL 74 MMgc/GCLargeAlloc.cpp void *item = NULL;
NULL 184 MMgc/GCLargeAlloc.cpp b->next = NULL;
NULL 106 MMgc/GCMemoryProfiler.cpp while((obj = traceIter.nextKey()) != NULL)
NULL 112 MMgc/GCMemoryProfiler.cpp while((obj = nameIter.nextKey()) != NULL)
NULL 118 MMgc/GCMemoryProfiler.cpp while((obj = allocIter.nextKey()) != NULL)
NULL 130 MMgc/GCMemoryProfiler.cpp char *name=NULL;
NULL 146 MMgc/GCMemoryProfiler.cpp if(VMPI_strstr(name, "::Alloc") != NULL ||
NULL 147 MMgc/GCMemoryProfiler.cpp VMPI_strstr(name, "::LargeAlloc") != NULL ||
NULL 148 MMgc/GCMemoryProfiler.cpp VMPI_strstr(name, "::Calloc") != NULL ||
NULL 149 MMgc/GCMemoryProfiler.cpp VMPI_strstr(name, "operator new") != NULL)
NULL 163 MMgc/GCMemoryProfiler.cpp GCAssert(info != NULL);
NULL 164 MMgc/GCMemoryProfiler.cpp return info ? info->allocTrace : NULL;
NULL 170 MMgc/GCMemoryProfiler.cpp GCAssert(info != NULL);
NULL 171 MMgc/GCMemoryProfiler.cpp return info ? info->deleteTrace : NULL;
NULL 179 MMgc/GCMemoryProfiler.cpp return NULL;
NULL 225 MMgc/GCMemoryProfiler.cpp memtype = NULL;
NULL 231 MMgc/GCMemoryProfiler.cpp memtag = NULL;
NULL 241 MMgc/GCMemoryProfiler.cpp GCAssert(info != NULL);
NULL 276 MMgc/GCMemoryProfiler.cpp GCAssert(info != NULL);
NULL 311 MMgc/GCMemoryProfiler.cpp if (buff == NULL)
NULL 329 MMgc/GCMemoryProfiler.cpp if (iname == NULL)
NULL 350 MMgc/GCMemoryProfiler.cpp const char *colons = name ? VMPI_strstr(name, "::") : NULL;
NULL 383 MMgc/GCMemoryProfiler.cpp while((obj = iter.nextKey()) != NULL)
NULL 401 MMgc/GCMemoryProfiler.cpp uint32_t count = trace->master != NULL ? 0 : trace->count;
NULL 439 MMgc/GCMemoryProfiler.cpp if (packages == NULL)
NULL 445 MMgc/GCMemoryProfiler.cpp while((package = (const char*)pack_iter.nextKey()) != NULL)
NULL 449 MMgc/GCMemoryProfiler.cpp if(packages[j] == NULL || packages[j]->size < pg->size) {
NULL 471 MMgc/GCMemoryProfiler.cpp if (residentFatties == NULL)
NULL 476 MMgc/GCMemoryProfiler.cpp while((name = (const char*)iter.nextKey()) != NULL)
NULL 529 MMgc/GCMemoryProfiler.cpp while(pi.nextKey() != NULL)
NULL 533 MMgc/GCMemoryProfiler.cpp while(iter.nextKey() != NULL)
NULL 558 MMgc/GCMemoryProfiler.cpp while((obj = iter.nextKey()) != NULL)
NULL 587 MMgc/GCMemoryProfiler.cpp if(GCHeap::GetGCHeap()->GetProfiler() != NULL)
NULL 589 MMgc/GCMemoryProfiler.cpp if(memtag == NULL)
NULL 596 MMgc/GCMemoryProfiler.cpp if(GCHeap::GetGCHeap()->GetProfiler() != NULL)
NULL 598 MMgc/GCMemoryProfiler.cpp GCAssertMsg(s == NULL || GCHeap::GetGCHeap()->GetProfiler()->GetAllocationTrace(s) != NULL, "Unknown allocation");
NULL 599 MMgc/GCMemoryProfiler.cpp if(memtype != NULL || s == NULL) {
NULL 662 MMgc/GCMemoryProfiler.cpp GCAssertMsg(trace != NULL, "Trace was null");
NULL 671 MMgc/GCMemoryProfiler.cpp GCAssertMsg(trace != NULL, "Trace was null");
NULL 680 MMgc/GCMemoryProfiler.cpp return NULL;
NULL 687 MMgc/GCMemoryProfiler.cpp const char* GetAllocationName(const void *) { return NULL; }
NULL 75 MMgc/GCMemoryProfiler.h if (k1 == NULL || k2 == NULL)
NULL 444 MMgc/GCObject.h ZeroPtr() { t = NULL; }
NULL 448 MMgc/GCObject.h t = NULL;
NULL 462 MMgc/GCObject.h RCPtr() { t = NULL; }
NULL 482 MMgc/GCObject.h t = NULL;
NULL 520 MMgc/GCObject.h void Clear() { t = NULL; }
NULL 54 MMgc/GCStack.cpp return NULL;
NULL 70 MMgc/GCStack.cpp : m_base(NULL)
NULL 71 MMgc/GCStack.cpp , m_top(NULL)
NULL 72 MMgc/GCStack.cpp , m_limit(NULL)
NULL 73 MMgc/GCStack.cpp , m_topSegment(NULL)
NULL 75 MMgc/GCStack.cpp , m_extraSegment(NULL)
NULL 86 MMgc/GCStack.cpp while (m_topSegment != NULL)
NULL 95 MMgc/GCStack.cpp while (m_topSegment->m_prev != NULL)
NULL 100 MMgc/GCStack.cpp if (m_extraSegment != NULL) {
NULL 102 MMgc/GCStack.cpp m_extraSegment = NULL;
NULL 111 MMgc/GCStack.cpp if (m_extraSegment == NULL) {
NULL 113 MMgc/GCStack.cpp if (memory == NULL)
NULL 117 MMgc/GCStack.cpp if (m_topSegment != NULL)
NULL 120 MMgc/GCStack.cpp m_extraSegment = NULL;
NULL 137 MMgc/GCStack.cpp if (m_extraSegment == NULL) {
NULL 138 MMgc/GCStack.cpp seg->m_prev = NULL;
NULL 150 MMgc/GCStack.cpp if (other.m_topSegment->m_prev == NULL) {
NULL 154 MMgc/GCStack.cpp other.m_topSegment = NULL;
NULL 155 MMgc/GCStack.cpp other.m_base = NULL;
NULL 156 MMgc/GCStack.cpp other.m_top = NULL;
NULL 157 MMgc/GCStack.cpp other.m_limit = NULL;
NULL 194 MMgc/GCStack.cpp GCAssert(m_topSegment->m_prev == NULL || m_top > m_base);
NULL 197 MMgc/GCStack.cpp for ( GCStackSegment* seg=m_topSegment->m_prev ; seg != NULL ; seg = seg->m_prev ) {
NULL 54 MMgc/GCStack.h GCWorkItem() : ptr(NULL), _size(0) { }
NULL 177 MMgc/GCStack.h GCAssert(item.ptr != NULL);
NULL 196 MMgc/GCStack.h GCAssert(t.ptr != NULL);
NULL 201 MMgc/GCStack.h if (m_topSegment->m_prev != NULL)
NULL 89 MMgc/GCTests.cpp GCAssert(ref->get() == NULL);
NULL 99 MMgc/GCTests.cpp GCAssert(ref->get() == NULL);
NULL 106 MMgc/GCTests.cpp GCAssert(ref->get() == NULL);
NULL 113 MMgc/GCTests.cpp GCAssert(ref->get() == NULL);
NULL 130 MMgc/GCTests.cpp r1 = NULL;
NULL 131 MMgc/GCTests.cpp rcs = NULL;
NULL 54 MMgc/GCThreadLocal.h VMPI_tlsSetValue(tlsId, NULL);
NULL 52 MMgc/GCTypes.h #ifndef NULL
NULL 92 MMgc/GCWeakRef.h ~GCWeakRefPtr() { t = NULL; }
NULL 90 MMgc/OOM.h void Destroy() { m_heap = NULL; }
NULL 79 MMgc/WriteBarrier.h if(rc != NULL) {
NULL 88 MMgc/WriteBarrier.h if(rc != NULL) {
NULL 104 MMgc/WriteBarrier.h if(rc != NULL) {
NULL 116 MMgc/WriteBarrier.h MMGC_WB_EDGE(address, NULL);
NULL 117 MMgc/WriteBarrier.h if(rc != NULL) {
NULL 81 MMgc/ZCT-inlines.h Put(index, NULL);
NULL 110 MMgc/ZCT.cpp : gc(NULL)
NULL 111 MMgc/ZCT.cpp , blocktable(NULL)
NULL 112 MMgc/ZCT.cpp , blocktop(NULL)
NULL 115 MMgc/ZCT.cpp , bottom(NULL)
NULL 116 MMgc/ZCT.cpp , top(NULL)
NULL 117 MMgc/ZCT.cpp , limit(NULL)
NULL 120 MMgc/ZCT.cpp , slowBottom(NULL)
NULL 121 MMgc/ZCT.cpp , slowTop(NULL)
NULL 122 MMgc/ZCT.cpp , slowLimit(NULL)
NULL 124 MMgc/ZCT.cpp , pinTop(NULL)
NULL 125 MMgc/ZCT.cpp , pinLimit(NULL)
NULL 154 MMgc/ZCT.cpp blocktable[i] = NULL;
NULL 377 MMgc/ZCT.cpp if (rcobj == NULL)
NULL 414 MMgc/ZCT.cpp if (Get(i) != NULL) {
NULL 434 MMgc/ZCT.cpp *blocktop = NULL;
NULL 443 MMgc/ZCT.cpp GCAssert(pinList == NULL);
NULL 444 MMgc/ZCT.cpp GCAssert(pinLast == NULL);
NULL 445 MMgc/ZCT.cpp pinTop = NULL;
NULL 446 MMgc/ZCT.cpp pinLimit = NULL;
NULL 456 MMgc/ZCT.cpp if (block == NULL)
NULL 461 MMgc/ZCT.cpp if (pinLast == NULL)
NULL 466 MMgc/ZCT.cpp block[0] = NULL;
NULL 482 MMgc/ZCT.cpp if (pinTop != NULL) {
NULL 486 MMgc/ZCT.cpp GCAssert(*blocktop == NULL);
NULL 489 MMgc/ZCT.cpp while (pinList != NULL) {
NULL 492 MMgc/ZCT.cpp block[0] = NULL;
NULL 496 MMgc/ZCT.cpp pinLast = NULL;
NULL 507 MMgc/ZCT.cpp while (pinList != NULL)
NULL 513 MMgc/ZCT.cpp pinLast = NULL;
NULL 544 MMgc/ZCT.cpp GCAssert(gc->weakRefs.get(obj) == NULL);
NULL 634 MMgc/ZCT.cpp GCAssert(*blocktop == NULL);
NULL 638 MMgc/ZCT.cpp if (*blocktop == NULL)
NULL 655 MMgc/ZCT.cpp *blocktop = NULL;
NULL 661 MMgc/ZCT.cpp while (freeList != NULL) {
NULL 674 MMgc/ZCT.cpp RCObject** block = NULL;
NULL 675 MMgc/ZCT.cpp if (freeList != NULL) {
NULL 684 MMgc/ZCT.cpp if (block != NULL)
NULL 98 VMPI/MMgcPortMac.cpp sysctl(mib, 2, &buf, &siz, NULL, 0);
NULL 129 VMPI/MMgcPortMac.cpp if (addr == (void *)-1) return NULL;
NULL 134 VMPI/MMgcPortMac.cpp return NULL;
NULL 328 VMPI/MMgcPortMac.cpp FILE* read_handle = NULL;
NULL 329 VMPI/MMgcPortMac.cpp FILE* write_handle = NULL;
NULL 452 VMPI/MMgcPortMac.cpp read_handle = NULL;
NULL 458 VMPI/MMgcPortMac.cpp write_handle = NULL;
NULL 477 VMPI/MMgcPortMac.cpp read_handle = write_handle = NULL;
NULL 161 VMPI/MMgcPortSymbian.cpp if(address == NULL)
NULL 186 VMPI/MMgcPortSymbian.cpp SymbianHeap* prev = NULL;
NULL 267 VMPI/MMgcPortSymbian.cpp if(ptr==NULL) return(NULL);
NULL 109 VMPI/MMgcPortUnix.cpp return NULL;
NULL 114 VMPI/MMgcPortUnix.cpp return NULL;
NULL 331 VMPI/MMgcPortUnix.cpp ::gettimeofday(&tv, NULL);
NULL 112 VMPI/MMgcPortWin.cpp if (address == NULL)
NULL 118 VMPI/MMgcPortWin.cpp NULL, GetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
NULL 119 VMPI/MMgcPortWin.cpp (LPTSTR) &lpMsgBuf, 0, NULL );
NULL 124 VMPI/MMgcPortWin.cpp return address != NULL;
NULL 159 VMPI/MMgcPortWin.cpp return VirtualAlloc(NULL, size, MEM_COMMIT
NULL 173 VMPI/MMgcPortWin.cpp static pTGetProcessIndexFromID gGetID=NULL;
NULL 221 VMPI/MMgcPortWin.cpp addr = NULL;
NULL 223 VMPI/MMgcPortWin.cpp while (curRegion!=NULL)
NULL 355 VMPI/MMgcPortWin.cpp m_lib(NULL),
NULL 359 VMPI/MMgcPortWin.cpp if (p_required && (m_lib == NULL || m_lib == INVALID_HANDLE_VALUE))
NULL 372 VMPI/MMgcPortWin.cpp FARPROC a_proc = NULL;
NULL 373 VMPI/MMgcPortWin.cpp if (m_lib != NULL && m_lib != INVALID_HANDLE_VALUE)
NULL 377 VMPI/MMgcPortWin.cpp if (p_required && a_proc == NULL)
NULL 391 VMPI/MMgcPortWin.cpp if (m_lib != NULL && m_lib != INVALID_HANDLE_VALUE)
NULL 463 VMPI/MMgcPortWin.cpp m_StackWalk64(NULL),
NULL 464 VMPI/MMgcPortWin.cpp m_SymFunctionTableAccess64(NULL),
NULL 465 VMPI/MMgcPortWin.cpp m_SymGetModuleBase64(NULL),
NULL 466 VMPI/MMgcPortWin.cpp m_SymGetLineFromAddr64(NULL),
NULL 467 VMPI/MMgcPortWin.cpp m_SymGetSymFromAddr64(NULL),
NULL 468 VMPI/MMgcPortWin.cpp m_SymInitialize(NULL)
NULL 507 VMPI/MMgcPortWin.cpp !(*g_DbgHelpDll.m_SymInitialize)(GetCurrentProcess(), NULL, true)) {
NULL 510 VMPI/MMgcPortWin.cpp NULL, GetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
NULL 511 VMPI/MMgcPortWin.cpp (LPTSTR) &lpMsgBuf, 0, NULL ))
NULL 563 VMPI/MMgcPortWin.cpp if(RtlCaptureStackBackTrace_fn == NULL)
NULL 579 VMPI/MMgcPortWin.cpp int num = RtlCaptureStackBackTrace_fn(framesToSkip, (uint32_t)(bufferSize - 1), (PVOID*)buffer, NULL);
NULL 126 VMPI/PosixPortUtils.cpp ::gettimeofday(&tv, NULL);
NULL 154 VMPI/PosixPortUtils.cpp LoggingFunction logFunc = NULL;
NULL 77 VMPI/SpyUtilsPosix.cpp select(clientSocket+1, NULL, &fds, NULL, NULL);
NULL 95 VMPI/SpyUtilsPosix.cpp return NULL;
NULL 123 VMPI/SpyUtilsPosix.cpp pthread_mutex_init(&spy_mutex, NULL);
NULL 124 VMPI/SpyUtilsPosix.cpp pthread_cond_init(&spy_cond, NULL);
NULL 127 VMPI/SpyUtilsPosix.cpp if(pthread_create(&spy_thread, NULL, SpyConnectionLoop, NULL))
NULL 154 VMPI/SpyUtilsPosix.cpp RedirectLogOutput(NULL);
NULL 91 VMPI/SpyUtilsWin.cpp if(m_namedSharedObject == NULL){
NULL 94 VMPI/SpyUtilsWin.cpp NULL, GetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
NULL 95 VMPI/SpyUtilsWin.cpp (LPSTR) &lpMsgBuf, 0, NULL );
NULL 101 VMPI/SpyUtilsWin.cpp CreateThread(NULL, 0, WaitForMemorySignal, NULL, 0, NULL);
NULL 121 VMPI/SpyUtilsWin.cpp HANDLE pipe = CreateNamedPipeA((LPCSTR)name, PIPE_ACCESS_OUTBOUND, PIPE_TYPE_BYTE, 1, 4096, 4096, 100, NULL);
NULL 122 VMPI/SpyUtilsWin.cpp ConnectNamedPipe(pipe, NULL);
NULL 136 VMPI/SpyUtilsWin.cpp FILE* spyStream = NULL;
NULL 154 VMPI/SpyUtilsWin.cpp GCAssert(spyStream != NULL);
NULL 162 VMPI/SpyUtilsWin.cpp RedirectLogOutput(NULL);
NULL 163 VMPI/SpyUtilsWin.cpp spyStream = NULL;
NULL 64 VMPI/SpyUtilsWinMo.cpp static SignalData *sig_data=NULL;
NULL 109 VMPI/SpyUtilsWinMo.cpp CreateThread(NULL, 0, WaitForMemorySignal, NULL, 0, NULL);
NULL 121 VMPI/SpyUtilsWinMo.cpp FILE* spyStream = NULL;
NULL 138 VMPI/SpyUtilsWinMo.cpp GCAssert(spyStream != NULL);
NULL 146 VMPI/SpyUtilsWinMo.cpp RedirectLogOutput(NULL);
NULL 147 VMPI/SpyUtilsWinMo.cpp spyStream = NULL;
NULL 95 VMPI/SymbianPortUtils.cpp if (aString == NULL)
NULL 174 VMPI/SymbianPortUtils.cpp ::gettimeofday(&tv, NULL);
NULL 198 VMPI/SymbianPortUtils.cpp LoggingFunction logFunc = NULL;
NULL 45 VMPI/ThreadsPosix.cpp const int r = pthread_key_create(&key, NULL);
NULL 240 VMPI/WinPortUtils.cpp LoggingFunction logFunc = NULL;
NULL 308 VMPI/WinPortUtils.cpp const char *val = NULL;
NULL 41 axscript/ActiveScript.cpp static MMgc::FixedMalloc* fm = NULL;
NULL 197 axscript/ActiveScript.cpp root(NULL),
NULL 223 axscript/ActiveScript.cpp AvmAssert(ppret == NULL || *ppret == NULL || *ppret == undefinedAtom); // please init this out param
NULL 235 axscript/ActiveScript.cpp DomainEnv *domEnv = core->toplevel ? core->toplevel->domainEnv() : NULL;
NULL 316 axscript/ActiveScript.cpp HRESULT hr = callEngine(NULL, "SetScriptSite", undefinedAtom, (Atom)-1);
NULL 337 axscript/ActiveScript.cpp Atom rc = NULL;
NULL 367 axscript/ActiveScript.cpp callEngine(NULL, "Close", (Atom)-1);
NULL 377 axscript/ActiveScript.cpp return callEngine(NULL, "AddNamedItem", core->toAtom(pstrName), core->toAtom(dwFlags), (Atom)-1);
NULL 473 axscript/ActiveScript.cpp return callEngine(NULL, "InitNew", (Atom)-1);
NULL 503 axscript/ActiveScript.cpp return callEngine(NULL, "ParseScriptText",
NULL 50 axscript/AdaptActiveScriptSite.h Stringp GetDocVersionString() {return NULL;}
NULL 103 axscript/ByteArrayGlue.cpp m_array = NULL;
NULL 126 axscript/ByteArrayGlue.cpp m_array = NULL;
NULL 558 axscript/ByteArrayGlue.cpp if (instance == NULL) {
NULL 644 axscript/ByteArrayGlue.cpp if (fp == NULL) {
NULL 708 axscript/ByteArrayGlue.cpp if (fp == NULL) {
NULL 67 axscript/COMErrorClass.cpp if (::FormatMessageW(flags, 0, errorID, 0, (LPWSTR)&buffer, 0, NULL )<=0)
NULL 64 axscript/COMErrorClass.h void throwError(HRESULT hr, EXCEPINFO *pei = NULL);
NULL 83 axscript/DomainClass.cpp DomainEnv* baseDomainEnv = NULL;
NULL 99 axscript/DomainClass.cpp ScopeChain* emptyScope = ScopeChain::create(core->GetGC(), core->traits.object_itraits->scope, NULL, core->newNamespace(core->kEmptyString));
NULL 100 axscript/DomainClass.cpp VTable* scriptVTable = core->newVTable(scriptTraits, NULL, emptyScope, abcEnv, core->toplevel);
NULL 108 axscript/DomainClass.cpp AvmAssert(scriptTraits->getNativeScriptInfo()==NULL); // not a native script
NULL 171 axscript/DomainClass.cpp NULL, NULL, NULL, codeContext);
NULL 186 axscript/DomainClass.cpp if (script->global == NULL)
NULL 205 axscript/DomainClass.cpp if (name == NULL) {
NULL 66 axscript/FileClass.cpp if (fp != NULL) {
NULL 83 axscript/FileClass.cpp if (fp == NULL) {
NULL 155 axscript/FileClass.cpp if (fp == NULL) {
NULL 50 axscript/IActiveScriptSiteConsumer.h Stringp GetDocVersionString() {return NULL;}
NULL 57 axscript/IDispatchConsumer.cpp HRESULT hr = disp->Invoke(DISPID_VALUE, IID_NULL, 0, DISPATCH_METHOD, params, &ret, &ei, NULL);
NULL 93 axscript/IDispatchConsumer.cpp hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_METHOD, params, &ret, &ei, NULL);
NULL 98 axscript/IDispatchConsumer.cpp DISPPARAMS get_params = {NULL, NULL, 0, 0};
NULL 100 axscript/IDispatchConsumer.cpp hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_PROPERTYGET, &get_params, &sub, &ei, NULL);
NULL 116 axscript/IDispatchConsumer.cpp hr = disp_sub->Invoke(DISPID_VALUE, IID_NULL, 0, DISPATCH_METHOD, params, &ret, &ei, NULL);
NULL 147 axscript/IDispatchConsumer.cpp DISPPARAMS params = {&arg, NULL, 1, 0};
NULL 148 axscript/IDispatchConsumer.cpp hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_PROPERTYPUT, ¶ms, NULL, &ei, NULL);
NULL 175 axscript/IDispatchConsumer.cpp DISPPARAMS params = {NULL, NULL, 0, 0};
NULL 177 axscript/IDispatchConsumer.cpp hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_PROPERTYGET, ¶ms, &ret, &ei, NULL);
NULL 214 axscript/IDispatchConsumer.cpp AvmAssert(params.cArgs==0 && params.cNamedArgs==0 && params.rgvarg==NULL && vars==NULL);
NULL 110 axscript/IDispatchConsumer.h DISPPARAMS_helper() : vars(NULL) {memset(¶ms, 0, sizeof(params));}
NULL 111 axscript/IDispatchConsumer.h DISPPARAMS_helper(AXTam *core, int argc, Atom* argv) : vars(NULL) {memset(¶ms, 0, sizeof(params));fill(core, argc, argv);}
NULL 117 axscript/IDispatchConsumer.h void clear() {if (vars) {delete [] vars; vars=NULL;} memset(¶ms, 0, sizeof(params));}
NULL 65 axscript/IDispatchProvider.cpp return InvokeEx(dispidMember, lcid, wFlags, pdispparams, pvarResult, pexcepinfo, NULL);
NULL 56 axscript/IUnknownConsumer.h ~IUnknownConsumer() {ob = NULL; memset((void *)&iid, 0, sizeof(IID));}
NULL 128 axscript/axtam.cpp AvmAssert(this->as == NULL); // already initialized??
NULL 147 axscript/axtam.cpp as = NULL;
NULL 171 axscript/axtam.cpp pool = parseActionBlock(code, 0, NULL, builtinDomain, nativeMethods, nativeClasses, nativeScripts);
NULL 189 axscript/axtam.cpp NULL
NULL 204 axscript/axtam.cpp NULL
NULL 238 axscript/axtam.cpp handleActionBlock(code, 0, toplevel->domainEnv(), toplevel, NULL, NULL, NULL, codeContext);
NULL 268 axscript/axtam.cpp NULL);
NULL 292 axscript/axtam.cpp pool(NULL),
NULL 293 axscript/axtam.cpp dispatchClass(NULL),
NULL 294 axscript/axtam.cpp unknownClass(NULL),
NULL 295 axscript/axtam.cpp toplevel(NULL),
NULL 296 axscript/axtam.cpp excepinfoClass(NULL),
NULL 297 axscript/axtam.cpp comConsumerErrorClass(NULL),
NULL 298 axscript/axtam.cpp comProviderErrorClass(NULL)
NULL 506 axscript/axtam.cpp if (psa==NULL) // A NULL array
NULL 701 axscript/axtam.cpp return NULL;
NULL 706 axscript/axtam.cpp return NULL;
NULL 719 axscript/axtam.cpp if (dc == NULL) {
NULL 835 axscript/axtam.cpp CGCRootComObject<IDispatchProvider> *d = NULL;
NULL 923 axscript/axtam.cpp if (pszCmdLine != NULL)
NULL 203 axscript/axtam.h void throwCOMConsumerError(HRESULT hr, EXCEPINFO *pei = NULL);
NULL 217 axscript/axtam.h HRESULT handleException(Exception *exc, EXCEPINFO *pei = NULL, int depth=0);
NULL 76 axscript/mscom.cpp DISPPARAMS params = {pArgs, NULL, argc, 0};
NULL 78 axscript/mscom.cpp hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_METHOD, ¶ms, &ret, &ei, NULL);
NULL 108 axscript/mscom.cpp DISPPARAMS params = {&arg, NULL, 1, 0};
NULL 109 axscript/mscom.cpp hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_PROPERTYPUT, ¶ms, NULL, &ei, NULL);
NULL 144 axscript/mscom.cpp DISPPARAMS params = {NULL, NULL, 0, 0};
NULL 146 axscript/mscom.cpp hr = disp->Invoke(id, IID_NULL, 0, DISPATCH_PROPERTYGET, ¶ms, &ret, &ei, NULL);
NULL 56 axscript/mscom.h ~MSIUnknownConsumer() {ob = NULL; memset((void *)&iid, 0, sizeof(IID));}
NULL 71 core/AbcEnv-inlines.h AvmAssert(m_invocationCounts != NULL);
NULL 50 core/AbcEnv.cpp , m_invocationCounts(NULL)
NULL 84 core/AbcParser.cpp AvmAssert(aotInfo != NULL);
NULL 94 core/AbcParser.cpp AvmAssert(pool != NULL);
NULL 106 core/AbcParser.cpp return NULL;
NULL 115 core/AbcParser.cpp return NULL;
NULL 132 core/AbcParser.cpp if(methodDebugInfos != NULL)
NULL 150 core/AbcParser.cpp SourceFile *src = NULL;
NULL 187 core/AbcParser.cpp if (version != NULL)
NULL 194 core/AbcParser.cpp if (version != NULL)
NULL 218 core/AbcParser.cpp this->pool = NULL;
NULL 227 core/AbcParser.cpp metaNames = NULL;
NULL 243 core/AbcParser.cpp if (natives && (nativeEntry = natives->get_class(class_id)) != NULL && nativeEntry->sizeofInstance)
NULL 274 core/AbcParser.cpp return NULL; // AnyNamespace
NULL 335 core/AbcParser.cpp return NULL;
NULL 342 core/AbcParser.cpp return NULL;
NULL 366 core/AbcParser.cpp if (!parseInstanceInfos()) return NULL;
NULL 369 core/AbcParser.cpp if (CLASS_TYPE == NULL)
NULL 388 core/AbcParser.cpp if( !parseScriptInfos() ) return NULL;
NULL 666 core/AbcParser.cpp pool->_method_dmi.set(i, NULL);
NULL 738 core/AbcParser.cpp const NativeMethodInfo* ni = NULL;
NULL 741 core/AbcParser.cpp ni = natives ? natives->getNativeInfo(i) : NULL;
NULL 1063 core/AbcParser.cpp Namespacep ns = NULL;
NULL 1064 core/AbcParser.cpp Stringp name = NULL;
NULL 1076 core/AbcParser.cpp NULL,
NULL 1079 core/AbcParser.cpp NULL,
NULL 1082 core/AbcParser.cpp NULL);
NULL 1097 core/AbcParser.cpp Namespacep ns = NULL;
NULL 1098 core/AbcParser.cpp Stringp name = NULL;
NULL 1110 core/AbcParser.cpp NULL,
NULL 1113 core/AbcParser.cpp NULL,
NULL 1116 core/AbcParser.cpp NULL);
NULL 1140 core/AbcParser.cpp pool->isBuiltin = (natives != NULL);
NULL 1249 core/AbcParser.cpp AvmAssert(core->kEmptyString != NULL);
NULL 1265 core/AbcParser.cpp UnicodeUtils::Utf8ToUtf16((const uint8*) pos, len, NULL, 0, true) < 0)
NULL 1270 core/AbcParser.cpp pool->_abcStringStart = NULL;
NULL 1271 core/AbcParser.cpp pool->_abcStringEnd = NULL;
NULL 1649 core/AbcParser.cpp if (declaringTraits != NULL)
NULL 1664 core/AbcParser.cpp NULL);
NULL 1746 core/AbcParser.cpp (CLASS_TYPE != NULL && baseTraits == CLASS_TYPE) ||
NULL 1748 core/AbcParser.cpp (FUNCTION_TYPE != NULL && baseTraits == FUNCTION_TYPE && !pool->isBuiltin))
NULL 1773 core/AbcParser.cpp Namespacep protectedNamespace = NULL;
NULL 1835 core/AbcParser.cpp if (!baseTraits && core->traits.object_itraits == NULL)
NULL 1859 core/AbcParser.cpp if (declaringTraits != NULL)
NULL 1885 core/AbcParser.cpp if (pool->getTraits(name, ns, false) == NULL)
NULL 1934 core/AbcParser.cpp const NativeClassInfo* nativeEntry = natives ? natives->get_class(i) : NULL;
NULL 1941 core/AbcParser.cpp NULL,
NULL 1946 core/AbcParser.cpp ctraits->setCreateClassClosureProc(nativeEntry ? nativeEntry->createClassClosure : NULL);
NULL 1949 core/AbcParser.cpp if (declaringTraits != NULL)
NULL 73 core/AbcParser.h static int canParse(ScriptBuffer code, int* version = NULL);
NULL 141 core/ArrayClass.cpp return NULL;
NULL 442 core/ArrayClass.cpp CompareFuncPtr altCmpFunc, Atom cmpActionScript, uint32 numFields = 0, FieldName *fields = NULL);
NULL 524 core/ArrayClass.cpp index(NULL),
NULL 525 core/ArrayClass.cpp atoms(NULL),
NULL 528 core/ArrayClass.cpp fieldatoms(NULL)
NULL 735 core/ArrayClass.cpp atoms = NULL;
NULL 740 core/ArrayClass.cpp fieldatoms = NULL;
NULL 745 core/ArrayClass.cpp fields[i].name = NULL;
NULL 748 core/ArrayClass.cpp fields = NULL;
NULL 1002 core/ArrayClass.cpp return NULL;
NULL 1137 core/ArrayClass.cpp ArraySort::CompareFuncPtr compare = NULL;
NULL 1138 core/ArrayClass.cpp ArraySort::CompareFuncPtr altCompare = NULL;
NULL 1221 core/ArrayClass.cpp ArraySort::FieldName *fn = NULL;
NULL 1274 core/ArrayClass.cpp ArraySort sort(result, toplevel->arrayClass, d, options, ArraySort::FieldCompareFunc, NULL, undefinedAtom, nFields, fn);
NULL 1606 core/ArrayClass.cpp AvmAssert(a != NULL);
NULL 678 core/AvmCore-inlines.h : NULL;
NULL 684 core/AvmCore-inlines.h ? NULL
NULL 690 core/AvmCore-inlines.h AvmAssert(ns != NULL);
NULL 160 core/AvmCore.cpp , console(NULL)
NULL 166 core/AvmCore.cpp , _debugger(NULL)
NULL 167 core/AvmCore.cpp , _profiler(NULL)
NULL 168 core/AvmCore.cpp , _sampler(NULL)
NULL 175 core/AvmCore.cpp , livePools(NULL)
NULL 179 core/AvmCore.cpp , currentMethodFrame(NULL)
NULL 234 core/AvmCore.cpp xmlEntities = NULL;
NULL 235 core/AvmCore.cpp exceptionFrame = NULL;
NULL 236 core/AvmCore.cpp exceptionAddr = NULL;
NULL 237 core/AvmCore.cpp builtinPool = NULL;
NULL 238 core/AvmCore.cpp builtinDomain = NULL;
NULL 245 core/AvmCore.cpp callStack = NULL;
NULL 250 core/AvmCore.cpp strings = NULL;
NULL 252 core/AvmCore.cpp namespaces = NULL;
NULL 318 core/AvmCore.cpp java = NULL;
NULL 331 core/AvmCore.cpp _sampler = NULL;
NULL 338 core/AvmCore.cpp m_tbCache = NULL;
NULL 339 core/AvmCore.cpp m_tmCache = NULL;
NULL 340 core/AvmCore.cpp m_msCache = NULL;
NULL 346 core/AvmCore.cpp gc->SetGCContextVariable(GC::GCV_AVMCORE, NULL);
NULL 349 core/AvmCore.cpp strings = NULL;
NULL 352 core/AvmCore.cpp namespaces = NULL;
NULL 359 core/AvmCore.cpp _profiler = NULL;
NULL 368 core/AvmCore.cpp livePools = NULL;
NULL 382 core/AvmCore.cpp builtinDomain = new (GetGC()) Domain(this, NULL);
NULL 412 core/AvmCore.cpp AvmAssert(_sampler != NULL);
NULL 421 core/AvmCore.cpp return NULL;
NULL 426 core/AvmCore.cpp return NULL;
NULL 481 core/AvmCore.cpp Toplevel* toplevel = NULL;
NULL 482 core/AvmCore.cpp handleActionPool(builtinPool, NULL, toplevel, NULL);
NULL 493 core/AvmCore.cpp AvmAssert(activationTraits != NULL);
NULL 496 core/AvmCore.cpp if (aotInfo->activationTraitsInitFunctions[method->method_id()] != NULL) {
NULL 534 core/AvmCore.cpp AvmAssert(pool != NULL);
NULL 542 core/AvmCore.cpp if (domainEnv == NULL)
NULL 545 core/AvmCore.cpp domainEnv = new (GetGC()) DomainEnv(this, builtinDomain, NULL);
NULL 550 core/AvmCore.cpp ScriptEnv* main = NULL;
NULL 552 core/AvmCore.cpp if (toplevel == NULL)
NULL 591 core/AvmCore.cpp bool createdToplevel = (toplevel == NULL);
NULL 1004 core/AvmCore.cpp AvmAssert(exceptionFrame != NULL);
NULL 1023 core/AvmCore.cpp for (ef = exceptionFrame; ef != NULL; ef = ef->prevFrame)
NULL 1072 core/AvmCore.cpp const bool hasExceptionHandler = info && info->abc_exceptions() != NULL;
NULL 1077 core/AvmCore.cpp if (findExceptionHandlerNoRethrow(info, *callStackNode->eip(), exception) != NULL)
NULL 1137 core/AvmCore.cpp return NULL;
NULL 1172 core/AvmCore.cpp String* out = NULL;
NULL 1194 core/AvmCore.cpp String* out = NULL;
NULL 1209 core/AvmCore.cpp String* out = NULL;
NULL 1224 core/AvmCore.cpp String* s = NULL;
NULL 1239 core/AvmCore.cpp String* s = NULL;
NULL 1251 core/AvmCore.cpp String* s = NULL;
NULL 1266 core/AvmCore.cpp String* s = NULL;
NULL 1290 core/AvmCore.cpp String* s = NULL;
NULL 1302 core/AvmCore.cpp if (ns != NULL && !ns->getURI()->isEmpty())
NULL 1316 core/AvmCore.cpp Stringp out = NULL;
NULL 1345 core/AvmCore.cpp AvmAssertMsg(errorMessage != NULL, "contract with getErrorMessage() broken, we should always get a string!");
NULL 1356 core/AvmCore.cpp if (type == NULL)
NULL 1554 core/AvmCore.cpp if (namespaces[i] == NULL)
NULL 2032 core/AvmCore.cpp return NULL;// not reached
NULL 2043 core/AvmCore.cpp return NULL;
NULL 2053 core/AvmCore.cpp AvmAssert(info->abc_exceptions() != NULL);
NULL 2064 core/AvmCore.cpp AvmAssert(exceptions != NULL);
NULL 2095 core/AvmCore.cpp return NULL;
NULL 2199 core/AvmCore.cpp return NULL;
NULL 2810 core/AvmCore.cpp return isXML(atm) ? (XMLObject*)(atomToScriptObject(atm)) : NULL;
NULL 2815 core/AvmCore.cpp return isXML(atm) ? ((XMLObject*)(atomToScriptObject(atm)))->getNode() : NULL;
NULL 2820 core/AvmCore.cpp return isXMLList(atm) ? (XMLListObject*)(atomToScriptObject(atm)) : NULL;
NULL 2825 core/AvmCore.cpp return isQName(atm) ? (QNameObject*)(atomToScriptObject(atm)) : NULL;
NULL 2933 core/AvmCore.cpp if (namespaces[i] != NULL && !GetGC()->GetMark(namespaces[i]))
NULL 2936 core/AvmCore.cpp namespaces[i] = NULL;
NULL 2957 core/AvmCore.cpp for (LivePoolNode* node = livePools; node != NULL; node = node->next)
NULL 2994 core/AvmCore.cpp while ((k=strings[i]) != NULL && !k->equals(s)) {
NULL 3001 core/AvmCore.cpp while ((k=strings[i]) != NULL)
NULL 3017 core/AvmCore.cpp if ((k == NULL) && (iFirstDeletedSlot >= 0))
NULL 3045 core/AvmCore.cpp while ((k=strings[i]) != NULL && !k->equalsLatin1(s,len)) {
NULL 3052 core/AvmCore.cpp while ((k=strings[i]) != NULL)
NULL 3068 core/AvmCore.cpp if ((k == NULL) && (iFirstDeletedSlot >= 0))
NULL 3096 core/AvmCore.cpp while ((k=strings[i]) != NULL && !k->equalsUTF16(s,len)) {
NULL 3103 core/AvmCore.cpp while ((k=strings[i]) != NULL)
NULL 3119 core/AvmCore.cpp if ((k == NULL) && (iFirstDeletedSlot >= 0))
NULL 3148 core/AvmCore.cpp while ((k=namespaces[i]) != NULL && (k->m_uri != ns->m_uri || k->m_api != ns->m_api)) {
NULL 3167 core/AvmCore.cpp while ((k=namespaces[i]) != NULL &&
NULL 3274 core/AvmCore.cpp int32_t len16 = UnicodeUtils::Utf8ToUtf16((const uint8*)cs, len8, NULL, 0, true);
NULL 3282 core/AvmCore.cpp return NULL;
NULL 3293 core/AvmCore.cpp return NULL;
NULL 3302 core/AvmCore.cpp if (!s) return NULL;
NULL 3390 core/AvmCore.cpp while (strings[j] != NULL) {
NULL 3430 core/AvmCore.cpp if (o != NULL)
NULL 3487 core/AvmCore.cpp return NULL;
NULL 3506 core/AvmCore.cpp ns->setAPI(this->getAPI(NULL));
NULL 3536 core/AvmCore.cpp ns->setAPI(this->getAPI(NULL));
NULL 3551 core/AvmCore.cpp return newNamespace(uri, Namespace::NS_Public, this->getAPI(NULL));
NULL 3814 core/AvmCore.cpp if (len < 0 && s != NULL)
NULL 3817 core/AvmCore.cpp if (s == NULL || len == 0)
NULL 4193 core/AvmCore.cpp if (pool != NULL) {
NULL 4196 core/AvmCore.cpp for (MethodFrame* f = currentMethodFrame; f != NULL; f = f->next)
NULL 4236 core/AvmCore.cpp for (const MethodFrame* f = start; f != NULL; f = f->next) {
NULL 4246 core/AvmCore.cpp return NULL;
NULL 4323 core/AvmCore.cpp if (obj != NULL)
NULL 4383 core/AvmCore.cpp for (MethodFrame* f = currentMethodFrame; f != NULL; f = f->next)
NULL 4395 core/AvmCore.cpp return NULL;
NULL 4434 core/AvmCore.cpp if (PCREContext != NULL)
NULL 4503 core/AvmCore.cpp return publicNamespaces->nsAt(ApiUtils::toVersion(this, this->getAPI(NULL))-apis_start);
NULL 4508 core/AvmCore.cpp AvmAssert(pool != NULL);
NULL 4627 core/AvmCore.cpp if (ns2 != NULL) {
NULL 1469 core/AvmCore.h GCInterface(MMgc::GC * _gc) : MMgc::GCCallback(_gc), core(NULL) {}
NULL 56 core/BuiltinTraits.cpp null_itraits = Traits::newTraits(pool, NULL, 0, 0, 0, TRAITSTYPE_NVA);
NULL 60 core/BuiltinTraits.cpp null_itraits->resolveSignatures(NULL);
NULL 62 core/BuiltinTraits.cpp void_itraits = Traits::newTraits(pool, NULL, 0, 0, 0, TRAITSTYPE_NVA);
NULL 66 core/BuiltinTraits.cpp void_itraits->resolveSignatures(NULL);
NULL 167 core/BuiltinTraits.cpp return NULL;
NULL 241 core/CdeclThunk.cpp case kANY: return NULL;
NULL 249 core/CdeclThunk.cpp return NULL;
NULL 328 core/CdeclThunk.cpp return NULL;
NULL 367 core/CdeclThunk.cpp return NULL; // all atoms all the time!
NULL 371 core/CdeclThunk.cpp return NULL;
NULL 573 core/CdeclThunk.cpp ArgDescLayout l(NULL);
NULL 913 core/CdeclThunk.cpp return NULL;
NULL 921 core/CdeclThunk.cpp return NULL;
NULL 926 core/CdeclThunk.cpp return NULL;
NULL 975 core/CdeclThunk.cpp return v.get(toplevel, NULL);
NULL 1013 core/CdeclThunk.cpp coerceArg(toplevel, l, calleeT, ap, NULL);
NULL 1062 core/CdeclThunk.cpp coerceArg(toplevel, ap, calleeT, va, NULL);
NULL 1082 core/CdeclThunk.cpp ArrayObject* argsOrRest = NULL;
NULL 1083 core/CdeclThunk.cpp ArrayObject* args = NULL; // "arguments"
NULL 1143 core/CdeclThunk.cpp coerceArg(toplevel, argDescWriter, NULL, callerAp, callerT);
NULL 1435 core/CdeclThunk.cpp ImmArgDescIter iter(argDesc, NULL);
NULL 1441 core/CdeclThunk.cpp PtrArgDescIter iter(argDesc, NULL);
NULL 44 core/ClassClosure.cpp : ScriptObject(cvtable, NULL)
NULL 73 core/ClassClosure.cpp this->prototype = NULL;
NULL 96 core/ClassClosure.cpp AvmAssert(ivtable != NULL);
NULL 98 core/ClassClosure.cpp if (prototype == NULL) // ES3 spec, 13.2.2 (we've already ensured prototype is either an Object or null)
NULL 112 core/ClassClosure.cpp AvmAssert(ivtable != NULL);
NULL 113 core/ClassClosure.cpp AvmAssert(argv != NULL); // need at least one arg spot passed in
NULL 185 core/CodegenLIR-inlines.h return lirout->insBranch(LIR_jt, lirout->ins2(LIR_lt, a, InsConst(b)), NULL);
NULL 190 core/CodegenLIR-inlines.h return lirout->insBranch(LIR_jt, lirout->ins2(LIR_gt, a, InsConst(b)), NULL);
NULL 195 core/CodegenLIR-inlines.h return lirout->insBranch(LIR_jf, lirout->ins2(LIR_eq, a, InsConst(b)), NULL);
NULL 590 core/CodegenLIR.cpp globalMemoryInfo(NULL),
NULL 596 core/CodegenLIR.cpp state = NULL;
NULL 602 core/CodegenLIR.cpp abcStart = NULL;
NULL 603 core/CodegenLIR.cpp abcEnd = NULL;
NULL 912 core/CodegenLIR.cpp : LirWriter(out), core(core), vars(NULL), nvar(nvar), dirty(alloc, nvar), hasExceptions(ex)
NULL 1131 core/CodegenLIR.cpp : LirWriter(out), core(core), vars(NULL), traits(NULL), nvar(nvar)
NULL 1343 core/CodegenLIR.cpp DebuggerCheck *checker = NULL;
NULL 1559 core/CodegenLIR.cpp if(!(state->value(i).traits == NULL)){ // expecting *
NULL 1821 core/CodegenLIR.cpp const bool do_emit = core->debugger() != NULL;
NULL 1859 core/CodegenLIR.cpp emit(state, opcode, (uintptr)name, 0, NULL);
NULL 1864 core/CodegenLIR.cpp emit(state, opcode, sp, 0, NULL);
NULL 1885 core/CodegenLIR.cpp Traits* t = NULL;
NULL 1894 core/CodegenLIR.cpp AvmAssert (type!=NULL);
NULL 1900 core/CodegenLIR.cpp AvmAssert (type==NULL ? true : type==BOOLEAN_TYPE);
NULL 1905 core/CodegenLIR.cpp AvmAssert (type==NULL ? true : type==OBJECT_TYPE);
NULL 1910 core/CodegenLIR.cpp AvmAssert (type==NULL ? true : false);
NULL 1911 core/CodegenLIR.cpp state->verifier->emitCoerce(NULL, state->sp());
NULL 1916 core/CodegenLIR.cpp AvmAssert (type==NULL ? true : type==INT_TYPE);
NULL 1922 core/CodegenLIR.cpp AvmAssert (type==NULL ? true : type==UINT_TYPE);
NULL 1928 core/CodegenLIR.cpp AvmAssert (type==NULL ? true : type==NUMBER_TYPE);
NULL 1933 core/CodegenLIR.cpp AvmAssert (type==NULL ? true : type==STRING_TYPE);
NULL 1978 core/CodegenLIR.cpp emit(state, opcode, imm30/*argc*/, 0, NULL);
NULL 2010 core/CodegenLIR.cpp Traits* slotTraits = obj.traits ? obj.traits->getTraitsBindings()->getSlotTraits(index) : NULL;
NULL 2098 core/CodegenLIR.cpp const bool do_emit = core->debugger() != NULL;
NULL 2107 core/CodegenLIR.cpp emit(state, opcode, 0, 0, NULL);
NULL 2279 core/CodegenLIR.cpp emit(state, opcode, opd1 /*argc*/, 0, NULL);
NULL 2488 core/CodegenLIR.cpp AvmAssert(f != NULL);
NULL 2524 core/CodegenLIR.cpp AvmAssert(f != NULL);
NULL 2561 core/CodegenLIR.cpp emit(state, opcode, (uintptr)name, argc, NULL);
NULL 2588 core/CodegenLIR.cpp emit(state, opcode, (uintptr)name, argc, NULL);
NULL 2608 core/CodegenLIR.cpp AvmAssert(f != NULL);
NULL 2642 core/CodegenLIR.cpp AvmAssert(f != NULL);
NULL 2689 core/CodegenLIR.cpp emit(state, opcode, opd1, opd2, NULL);
NULL 2730 core/CodegenLIR.cpp if (result == NULL)
NULL 2737 core/CodegenLIR.cpp if (in == NULL || in == VOID_TYPE)
NULL 2916 core/CodegenLIR.cpp LIns *method = NULL;
NULL 2917 core/CodegenLIR.cpp LIns *iid = NULL;
NULL 3170 core/CodegenLIR.cpp if (slotType == NULL || slotType == OBJECT_TYPE) {
NULL 3200 core/CodegenLIR.cpp Traits* itraits = NULL;
NULL 3276 core/CodegenLIR.cpp LIns* realAddr = mopAddrToRangeCheckedRealAddrAndDisp(mopAddr, mi.size, NULL);
NULL 3298 core/CodegenLIR.cpp LIns* realAddr = mopAddrToRangeCheckedRealAddrAndDisp(mopAddr, mi.size, NULL);
NULL 3979 core/CodegenLIR.cpp if (objType == ARRAY_TYPE || (objType!= NULL && objType->subtypeof(VECTOROBJ_TYPE)) )
NULL 4041 core/CodegenLIR.cpp if (objType == ARRAY_TYPE || (objType!= NULL && objType->subtypeof(VECTOROBJ_TYPE)))
NULL 4151 core/CodegenLIR.cpp if (objType == ARRAY_TYPE || (objType!= NULL && objType->subtypeof(VECTOROBJ_TYPE)))
NULL 4223 core/CodegenLIR.cpp if (objType == ARRAY_TYPE || (objType!= NULL && objType->subtypeof(VECTOROBJ_TYPE)))
NULL 4712 core/CodegenLIR.cpp return NULL;
NULL 4874 core/CodegenLIR.cpp for (Seq<Patch>* p = patches.get(); p != NULL; p = p->tail) {
NULL 4876 core/CodegenLIR.cpp AvmAssert(patch.label->bb != NULL);
NULL 4911 core/CodegenLIR.cpp LIns* nameAtom = NULL;
NULL 4983 core/CodegenLIR.cpp if (disp != NULL)
NULL 5064 core/CodegenLIR.cpp if (mopAddr->isconst() && disp != NULL && sumFitsInInt32(*disp, mopAddr->imm32()))
NULL 5258 core/CodegenLIR.cpp , bindingCaches(NULL)
NULL 5269 core/CodegenLIR.cpp for (BindingCache* b = bindingCaches; b != NULL; b = b->next)
NULL 5270 core/CodegenLIR.cpp b->vtable = NULL;
NULL 5285 core/CodegenLIR.cpp AvmAssert(i->getTarget() != NULL && i->getTarget() == i->oprnd2() && i->oprnd2()->isop(LIR_label));
NULL 5290 core/CodegenLIR.cpp AvmAssert(i->getTarget(j) != NULL && i->getTarget(j)->isop(LIR_label));
NULL 5356 core/CodegenLIR.cpp for (Seq<LIns*>* p = looplabels.get(); p != NULL; p = p->tail) {
NULL 5556 core/CodegenLIR.cpp alloc1 = NULL;
NULL 5591 core/CodegenLIR.cpp for (Seq<char*>* p = asmOutput.get(); p != NULL; p = p->tail) {
NULL 5730 core/CodegenLIR.cpp for (Seq<C*> *p = caches.get(); p != NULL; p = p->tail)
NULL 5733 core/CodegenLIR.cpp return NULL;
NULL 5766 core/CodegenLIR.cpp alloc1 = NULL;
NULL 5768 core/CodegenLIR.cpp lir_alloc = NULL;
NULL 472 core/CodegenLIR.h void emit(FrameState* state, AbcOpcode opcode, uintptr op1=0, uintptr op2=0, Traits* result=NULL);
NULL 497 core/CodegenLIR.h void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits *type = NULL);
NULL 498 core/CodegenLIR.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits* type = NULL);
NULL 499 core/CodegenLIR.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type = NULL);
NULL 500 core/CodegenLIR.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr opd1, uint32_t opd2, Traits* type = NULL);
NULL 48 core/Coder-inlines.h write(state, pc, opcode, NULL);
NULL 53 core/Coder-inlines.h writeOp1(state, pc, opcode, opd1, NULL);
NULL 58 core/Coder-inlines.h writeOp2(state, pc, opcode, opd1, opd2, NULL);
NULL 49 core/Coder.cpp AvmAssert(coder1 != NULL);
NULL 50 core/Coder.cpp AvmAssert(coder2 != NULL);
NULL 140 core/Coder.cpp AvmAssert(coder != NULL);
NULL 220 core/Coder.cpp this->caches = NULL;
NULL 228 core/Coder.cpp caches = NULL;
NULL 61 core/Domain.cpp Traits *traits = NULL;
NULL 73 core/Domain.cpp Traits *traits = NULL;
NULL 85 core/Domain.cpp MethodInfo* f = NULL;
NULL 97 core/Domain.cpp MethodInfo* f = NULL;
NULL 115 core/Domain.cpp m_globalMemoryProviderObject = NULL;
NULL 140 core/Domain.cpp AvmAssert(baseRef != NULL);
NULL 168 core/Domain.cpp AvmAssert(sizeRef != NULL);
NULL 190 core/Domain.cpp AvmAssert(newBase != NULL); // real base address
NULL 52 core/DomainEnv.cpp MethodEnv *env = NULL;
NULL 64 core/DomainEnv.cpp MethodEnv *env = NULL;
NULL 97 core/DomainEnv.cpp return NULL;
NULL 471 core/E4XNode.cpp Namespace *ns = NULL;
NULL 564 core/E4XNode.cpp x->m_parent = NULL;
NULL 731 core/E4XNode.cpp (this->getValue()==NULL || v->getValue()==NULL || *getValue() != *v->getValue()))
NULL 893 core/E4XNode.cpp prior->setParent (NULL);
NULL 911 core/E4XNode.cpp prior->setParent (NULL);
NULL 999 core/E4XNode.cpp if ((m_parent == NULL) || (getClass() == E4XNode::kAttribute))
NULL 1048 core/E4XNode.cpp node->setParent(NULL);
NULL 127 core/E4XNode.h E4XNodeAux(Stringp s, Namespace* ns, FunctionObject* notify = NULL);
NULL 186 core/E4XNode.h virtual E4XNode *getAttribute(uint32 /*index*/) const { return NULL; };
NULL 209 core/E4XNode.h virtual FunctionObject* getNotification() const { return NULL; }
NULL 80 core/ErrorClass.cpp return NULL;
NULL 93 core/ErrorClass.cpp return NULL;
NULL 176 core/Exception.h core = NULL;
NULL 139 core/FunctionClass.cpp AvmAssert(argv != NULL); // need at least one arg spot passed in
NULL 71 core/FunctionClass.h FunctionObject(VTable* cvtable, MethodEnv* call) : ClassClosure(cvtable), _call(call) { AvmAssert(_call != NULL); }
NULL 265 core/Interpreter.cpp return (void**)interpBoxed(NULL, 0, NULL);
NULL 277 core/Interpreter.cpp if (env == NULL) {
NULL 705 core/Interpreter.cpp if (info->lookup_cache_size() > 0 && env->lookup_cache == NULL) {
NULL 768 core/Interpreter.cpp register Atom* volatile withBase = NULL;
NULL 774 core/Interpreter.cpp ScriptObject* /* NOT VOLATILE */ globalScope = (scope->getSize() > 0) ? AvmCore::atomToScriptObject(scope->getScope(0)) : NULL;
NULL 842 core/Interpreter.cpp CallStackNode* volatile callStackNode = NULL;
NULL 1063 core/Interpreter.cpp AvmAssert(core->debugger() != NULL);
NULL 1064 core/Interpreter.cpp AvmAssert(callStackNode == NULL);
NULL 1073 core/Interpreter.cpp AvmAssert(core->debugger() != NULL);
NULL 1074 core/Interpreter.cpp AvmAssert(callStackNode != NULL);
NULL 2344 core/Interpreter.cpp AvmAssert(globalScope != NULL);
NULL 2358 core/Interpreter.cpp AvmAssert(globalScope != NULL);
NULL 2660 core/Interpreter.cpp AvmAssert(globalScope != NULL);
NULL 2672 core/Interpreter.cpp if (scopeDepth == 0 && globalScope == NULL)
NULL 2691 core/Interpreter.cpp if (scopeDepth == 0 && globalScope == NULL)
NULL 2722 core/Interpreter.cpp globalScope = NULL;
NULL 2729 core/Interpreter.cpp withBase = NULL;
NULL 3186 core/Interpreter.cpp AvmAssert(globalScope != NULL);
NULL 3237 core/Interpreter.cpp if (callStackNode != NULL)
NULL 3251 core/Interpreter.cpp globalScope = (scope->getSize() > 0) ? AvmCore::atomToScriptObject(scope->getScope(0)) : NULL;
NULL 3325 core/Interpreter.cpp Traits* param_traits = name->getTypeParameter() ? getTraits(param_name, pool, toplevel, core) : NULL;
NULL 776 core/MathUtils.cpp return NULL;
NULL 786 core/MathUtils.cpp return NULL;
NULL 831 core/MathUtils.cpp return NULL;
NULL 849 core/MathUtils.cpp return NULL;
NULL 101 core/MethodEnv-inlines.h AvmAssert(vtable()->base != NULL);
NULL 171 core/MethodEnv.cpp atom = AvmCore::isNullOrUndefined(atom) ? NULL : (Atom)this->core()->string(atom);
NULL 243 core/MethodEnv.cpp return NULL; // unreachable
NULL 312 core/MethodEnv.cpp AvmAssert(method->implFPR() != NULL);
NULL 316 core/MethodEnv.cpp AvmAssert(method->implGPR() != NULL);
NULL 473 core/MethodEnv.cpp AvmAssert(ms->paramTraits(i) == NULL);
NULL 561 core/MethodEnv.cpp AvmAssert(method != NULL);
NULL 599 core/MethodEnv.cpp AvmAssert(core->debugger() != NULL);
NULL 895 core/MethodEnv.cpp VTable* vt = core->newVTable(traits, NULL, toplevel);
NULL 898 core/MethodEnv.cpp return core->newObject(vt, NULL);
NULL 1017 core/MethodEnv.cpp return ScopeChain::create(core->GetGC(), _vtable, _abcEnv, stc, NULL, core->findPublicNamespace());
NULL 1141 core/MethodEnv.cpp ScriptObject *delegate = NULL;
NULL 1163 core/MethodEnv.cpp delegate = proto ? proto->getDelegate() : NULL;
NULL 1173 core/MethodEnv.cpp while (index == 0 && delegate != NULL)
NULL 1202 core/MethodEnv.cpp AvmAssert(fvtable->ivtable == NULL || fvtable->ivtable == toplevel->object_ivtable);
NULL 1259 core/MethodEnv.cpp if (!((base == NULL && itraits->base == NULL) || (base != NULL && itraitsBase == baseIvtableTraits)))
NULL 1271 core/MethodEnv.cpp VTable* ivtable = core->newVTable(itraits, base ? base->ivtable() : NULL, toplevel);
NULL 1279 core/MethodEnv.cpp AvmAssert(ctraits->init != NULL);
NULL 1289 core/MethodEnv.cpp AvmAssert(itraits->init != NULL);
NULL 1306 core/MethodEnv.cpp AvmAssert(toplevel->object_cscope == NULL);
NULL 1333 core/MethodEnv.cpp AvmAssert(toplevel->vectorobj_cscope == NULL);
NULL 1334 core/MethodEnv.cpp AvmAssert(toplevel->vectorobj_iscope == NULL);
NULL 1344 core/MethodEnv.cpp if (createClassClosure != NULL)
NULL 1351 core/MethodEnv.cpp AvmAssert(cc->prototype == NULL);
NULL 1358 core/MethodEnv.cpp if (base != NULL)
NULL 1388 core/MethodEnv.cpp Traitsp declarer = NULL;
NULL 1625 core/MethodEnv.cpp while ((o = o->getDelegate()) != NULL);
NULL 1648 core/MethodEnv.cpp while ((o = o->getDelegate()) != NULL);
NULL 1782 core/MethodEnv.cpp if (global == NULL)
NULL 1805 core/MethodEnv.cpp while ((o = o->getDelegate()) != NULL);
NULL 1865 core/MethodEnv.cpp AvmAssert(expected != NULL);
NULL 1871 core/MethodEnv.cpp return NULL;
NULL 1887 core/MethodEnv.cpp return NULL;
NULL 1903 core/MethodEnv.cpp AvmAssert(activationTraits != NULL);
NULL 1906 core/MethodEnv.cpp VTable* activation = core->newVTable(activationTraits, NULL, toplevel);
NULL 1915 core/MethodEnv.cpp return NULL;
NULL 1938 core/MethodEnv.cpp AvmAssert(activation != NULL);
NULL 347 core/MethodInfo-inlines.h AvmAssert(_msref != NULL);
NULL 349 core/MethodInfo-inlines.h if ((ms = (MethodSignaturep)_msref->get()) == NULL)
NULL 63 core/MethodInfo.cpp _abc_info_pos(NULL),
NULL 76 core/MethodInfo.cpp _abc_info_pos(NULL),
NULL 80 core/MethodInfo.cpp AvmAssert(native_info != NULL);
NULL 184 core/MethodInfo.cpp if (ms->paramTraits(i) != NULL) {
NULL 338 core/MethodInfo.cpp CodeWriter* coder = NULL;
NULL 427 core/MethodInfo.cpp set_word_code(core->GetGC(), NULL);
NULL 431 core/MethodInfo.cpp _abc.word_code.exceptions = NULL;
NULL 469 core/MethodInfo.cpp coder = NULL;
NULL 617 core/MethodInfo.cpp return dmi ? (AbcFile*)(dmi->file) : NULL;
NULL 696 core/MethodInfo.cpp AvmAssert(_pool->core->debugger() != NULL);
NULL 736 core/MethodInfo.cpp AvmAssert(traitArr != NULL);
NULL 773 core/MethodInfo.cpp AvmAssert(traitArr != NULL);
NULL 961 core/MethodInfo.cpp untyped_args += (argType == NULL);
NULL 968 core/MethodInfo.cpp if (toplevel != NULL && (_flags & PROTOFUNC))
NULL 977 core/MethodInfo.cpp if (!hasOptional() && returnType == NULL && param_count > 0 && untyped_args == param_count)
NULL 1068 core/MethodInfo.cpp AvmAssert(_msref->get() == NULL);
NULL 1081 core/MethodInfo.cpp MethodSignature* ms = _buildMethodSignature(NULL);
NULL 1106 core/MethodInfo.cpp if (ms->paramTraits(0) != NULL && ms->paramTraits(0)->isInterface())
NULL 1160 core/MethodInfo.cpp Stringp name = NULL;
NULL 1232 core/MethodInfo.cpp if (name == NULL)
NULL 77 core/Multiname-inlines.h AvmAssert(_ns != NULL);
NULL 99 core/Multiname-inlines.h AvmAssert(_nsset != NULL);
NULL 117 core/Multiname-inlines.h this->name = NULL;
NULL 118 core/Multiname-inlines.h this->ns = NULL;
NULL 125 core/Multiname-inlines.h this->name = NULL;
NULL 158 core/Multiname-inlines.h name = NULL;
NULL 159 core/Multiname-inlines.h nsset = NULL;
NULL 230 core/Multiname-inlines.h return !isRtns() && !(flags&NSSET) && ns == NULL;
NULL 242 core/Multiname-inlines.h return ((flags & (ATTR|RTNAME)) == 0) && name != NULL && containsAnyPublicNamespace();
NULL 268 core/Multiname-inlines.h ns = NULL;
NULL 274 core/Multiname-inlines.h name = NULL;
NULL 280 core/Multiname-inlines.h name = NULL;
NULL 286 core/Multiname-inlines.h ns = NULL;
NULL 292 core/Multiname-inlines.h if (name != NULL)
NULL 294 core/Multiname-inlines.h if (ns != NULL && (flags & NSSET) == 0)
NULL 300 core/Multiname-inlines.h if (name != NULL)
NULL 302 core/Multiname-inlines.h if (ns != NULL && (flags & NSSET) == 0)
NULL 49 core/Multiname.cpp return nsset ? nsset->nsAt(i) : NULL;
NULL 61 core/MultinameHashtable-inlines.h AvmAssert(m_quads[index-1].name != NULL); return m_quads[index-1].name;
NULL 77 core/MultinameHashtable.cpp match = (b != BIND_NONE) ? mname.getNamespace() : NULL;
NULL 98 core/MultinameHashtable.cpp m_quads(NULL),
NULL 135 core/MultinameHashtable.cpp AvmAssert(name != NULL && ns != NULL);
NULL 149 core/MultinameHashtable.cpp while (((k=t[i].name) != name || !(t[i].ns == ns || matchNS(t[i].ns->m_uri, t[i].apis, ns))) && k != NULL)
NULL 160 core/MultinameHashtable.cpp static const Stringp EMPTY = NULL;
NULL 165 core/MultinameHashtable.cpp static const Quad kBindNone = { NULL, NULL, BIND_NONE, 0, 0 };
NULL 166 core/MultinameHashtable.cpp static const Quad kBindAmbiguous = { NULL, NULL, BIND_AMBIGUOUS, 0, 0 };
NULL 168 core/MultinameHashtable.cpp static const Quad kBindNone = { NULL, NULL, BIND_NONE, 0, 0 };
NULL 169 core/MultinameHashtable.cpp static const Quad kBindAmbiguous = { NULL, NULL, BIND_AMBIGUOUS, 0, 0 };
NULL 297 core/MultinameHashtable.cpp AvmAssert(cur->name == NULL);
NULL 368 core/MultinameHashtable.cpp if (t[index++].name != NULL) {
NULL 62 core/Namespace.cpp setUri(NULL, NS_Public);
NULL 86 core/NamespaceSet-inlines.h AvmAssert(_namespaces[i] != NULL);
NULL 93 core/NamespaceSet-inlines.h AvmAssert(_namespaces[i] == NULL);
NULL 94 core/NamespaceSet-inlines.h AvmAssert(ns != NULL);
NULL 90 core/NativeFunction.cpp AvmAssert(methods[_methodEntry->method_id] == NULL);
NULL 101 core/NativeFunction.cpp AvmAssert(classes[_classEntry->class_id] == NULL);
NULL 115 core/NativeFunction.cpp AvmAssert(domain != NULL);
NULL 119 core/NativeFunction.cpp return core->parseActionBlock(code, /*start*/0, /*toplevel*/NULL, domain, this, ApiUtils::getLargestAPI(core)/*active api*/);
NULL 174 core/NativeFunction.h inline AvmString AvmThunkCoerce_AvmBox_AvmString(AvmBox v) { AvmAssert((v) == kAvmThunkUndefined || (v) == kAvmThunkNull); (void)v; return NULL; }
NULL 175 core/NativeFunction.h inline AvmObject AvmThunkCoerce_AvmBox_AvmObject(AvmBox v) { AvmAssert((v) == kAvmThunkUndefined || (v) == kAvmThunkNull); (void)v; return NULL; }
NULL 178 core/NativeFunction.h #define AvmThunkCoerce_AvmBox_AvmString(v) (NULL)
NULL 179 core/NativeFunction.h #define AvmThunkCoerce_AvmBox_AvmObject(v) (NULL)
NULL 361 core/NativeFunction.h { { NULL }, NULL, -1 } };
NULL 378 core/NativeFunction.h { { NULL }, NULL, -1 } };
NULL 385 core/NativeFunction.h { NULL, -1 } };
NULL 399 core/NativeFunction.h { NULL, -1, 0, 0, 0, 0 } };
NULL 117 core/ObjectClass.cpp Traitsp t = NULL;
NULL 203 core/ObjectClass.cpp for (; o != NULL; o = o->getDelegate())
NULL 130 core/PoolObject-inlines.h return (i < _method_dmi.size()) ? _method_dmi[i] : NULL;
NULL 135 core/PoolObject-inlines.h : GCRoot (gc, NULL, 0), data(NULL)
NULL 145 core/PoolObject-inlines.h AvmAssert(data == NULL);
NULL 65 core/PoolObject.cpp _abcStringStart(NULL),
NULL 66 core/PoolObject.cpp _abcStringEnd(NULL),
NULL 79 core/PoolObject.cpp , aotInfo(NULL)
NULL 146 core/PoolObject.cpp if (t == NULL)
NULL 160 core/PoolObject.cpp Traits* match = NULL;
NULL 167 core/PoolObject.cpp if (t != NULL)
NULL 169 core/PoolObject.cpp if (match == NULL)
NULL 590 core/PoolObject.cpp return NULL;
NULL 632 core/PoolObject.cpp Traits* r = NULL;
NULL 685 core/PoolObject.cpp if (this->precompNames == NULL)
NULL 714 core/PoolObject.cpp Stringp name = NULL;
NULL 336 core/PrintWriter.cpp if (ns != NULL && !ns->isPublic())
NULL 110 core/PrintWriter.h PrintWriter(AvmCore* core) { m_core = core; m_stream = NULL; col = 0; }
NULL 46 core/QCache.cpp m_head(NULL),
NULL 65 core/QCache.cpp gen->next = NULL;
NULL 68 core/QCache.cpp m_head = NULL;
NULL 83 core/QCache.cpp QCachedItem* evicted = NULL;
NULL 90 core/QCache.cpp QCachedItem* evicted_prev = NULL;
NULL 103 core/QCache.cpp AvmAssert(evicted != NULL && evicted != gen);
NULL 109 core/QCache.cpp AvmAssert(evicted != NULL && evicted != gen);
NULL 112 core/QCache.cpp evicted->next = NULL; // never need a WB to write NULL
NULL 128 core/QCache.cpp AvmAssert(evicted ? evicted->next == NULL : true);
NULL 141 core/QCache.cpp QCachedItem* prev = NULL;
NULL 75 core/QCache.h inline QCachedItem() : next(NULL) { }
NULL 107 core/RegExpClass.cpp Stringp options = NULL;
NULL 54 core/RegExpObject.cpp ~PcreState() { AvmCore::setPCREContext(NULL); }
NULL 79 core/RegExpObject.cpp m_pcreInst = (void*)pcre_compile(utf8Pattern.c_str(), m_optionFlags, &error, &errptr, NULL );
NULL 99 core/RegExpObject.cpp m_pcreInst = (void*)pcre_compile(utf8Pattern.c_str(), m_optionFlags, &error, &errptr, NULL );
NULL 125 core/RegExpObject.cpp const char* optionStr = options ? optionUTF8.c_str() : NULL;
NULL 138 core/RegExpObject.cpp else if (optionStr == NULL && ptr[0] == '/' && (ptr == utf8Pattern.c_str() || ptr[-1] != '\\') && numSlashSeen++ > 0)
NULL 174 core/RegExpObject.cpp m_pcreInst = (void*)pcre_compile(utf8Pattern.c_str(), m_optionFlags, &error, &errptr, NULL );
NULL 186 core/RegExpObject.cpp m_pcreInst = NULL;
NULL 263 core/RegExpObject.cpp matchLen)) != NULL)
NULL 321 core/RegExpObject.cpp AvmAssert(subject != NULL);
NULL 345 core/RegExpObject.cpp AvmAssert(subject != NULL);
NULL 355 core/RegExpObject.cpp NULL,
NULL 365 core/RegExpObject.cpp return NULL;
NULL 392 core/RegExpObject.cpp pcre_fullinfo((pcre*)m_pcreInst, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrySize);
NULL 395 core/RegExpObject.cpp pcre_fullinfo((pcre*)m_pcreInst, NULL, PCRE_INFO_NAMECOUNT, &nameCount);
NULL 399 core/RegExpObject.cpp pcre_fullinfo((pcre*)m_pcreInst, NULL, PCRE_INFO_NAMETABLE, &nameTable);
NULL 457 core/RegExpObject.cpp if ((matchArray == NULL) || (last == m_lastIndex))
NULL 492 core/RegExpObject.cpp (matchCount = pcre_exec((pcre*)m_pcreInst, NULL, (const char*)src,
NULL 609 core/RegExpObject.cpp (matchCount = pcre_exec((pcre*)m_pcreInst, NULL, (const char*)src,
NULL 131 core/Sampler.cpp return NULL;
NULL 152 core/Sampler.cpp sampleIteratorVTable(NULL),
NULL 153 core/Sampler.cpp slotIteratorVTable(NULL),
NULL 157 core/Sampler.cpp samples(NULL),
NULL 158 core/Sampler.cpp currentSample(NULL),
NULL 159 core/Sampler.cpp lastAllocSample(NULL),
NULL 160 core/Sampler.cpp callback(NULL),
NULL 163 core/Sampler.cpp ptrSamples(NULL),
NULL 180 core/Sampler.cpp AttachSampler(NULL);
NULL 326 core/Sampler.cpp if (s.ptr != NULL && sotGetKind(s.sot) != kSOT_Empty && !GC::IsFinalized(s.ptr))
NULL 337 core/Sampler.cpp s.ptr = NULL;
NULL 401 core/Sampler.cpp DomainEnv* domainEnv = core->codeContext() ? core->codeContext()->domainEnv() : NULL;
NULL 402 core/Sampler.cpp Toplevel* toplevel = domainEnv ? domainEnv->toplevel() : NULL;
NULL 490 core/Sampler.cpp int megs = (callback != NULL) ? 16 : 256;
NULL 553 core/Sampler.cpp currentSample = NULL;
NULL 599 core/Sampler.cpp if (name_str != NULL)
NULL 623 core/Sampler.cpp if (ptr != NULL && !GC::GetMark(ptr))
NULL 634 core/Sampler.cpp #define NULL_OR_MARKED(_x) GCAssert(_x == NULL || GC::GetMark(_x))
NULL 50 core/ScopeChain-inlines.h return create(gc, traits, NULL, NULL, NULL, NULL);
NULL 107 core/ScopeChain.h ScopeChain* cloneWithNewVTable(MMgc::GC* gc, VTable* vtable, AbcEnv* abcEnv, const ScopeTypeChain* scopeTraits = NULL);
NULL 136 core/ScriptBuffer.h m_impl = NULL;
NULL 160 core/ScriptObject.cpp while ((o = o->delegate) != NULL);
NULL 168 core/ScriptObject.cpp if (o != NULL)
NULL 185 core/ScriptObject.cpp while ((o = o->delegate) != NULL);
NULL 242 core/ScriptObject.cpp MMGC_MEM_TYPE(NULL);
NULL 367 core/ScriptObject.cpp while ((o = o->delegate) != NULL);
NULL 387 core/ScriptObject.cpp MMGC_MEM_TYPE(NULL);
NULL 506 core/ScriptObject.cpp if (traits()->name() != NULL) {
NULL 679 core/ScriptObject.cpp return NULL;
NULL 697 core/ScriptObject.cpp AvmAssert(td->getSlotTraits(slot) == NULL || td->getSlotTraits(slot)->builtinType == BUILTIN_object);
NULL 698 core/ScriptObject.cpp if (value == undefinedAtom && td->getSlotTraits(slot) != NULL)
NULL 148 core/ScriptObject.h AvmAssert(name != NULL && name->isInterned());
NULL 165 core/ScriptObject.h AvmAssert(name != NULL && name->isInterned());
NULL 170 core/ScriptObject.h AvmAssert(name != NULL && name->isInterned());
NULL 217 core/ScriptObject.h virtual CodeContext* getFunctionCodeContext() const { AvmAssert(0); return NULL; }
NULL 222 core/ScriptObject.h virtual GlobalMemoryProvider* getGlobalMemoryProvider() { AvmAssert(0); return NULL; }
NULL 235 core/ScriptObject.h virtual MethodEnv* getCallMethodEnv() { return NULL; }
NULL 79 core/SortedMap.h : keys(NULL, cap), values(NULL, cap) { }
NULL 51 core/StackTrace.cpp AvmAssert(env != NULL);
NULL 55 core/StackTrace.cpp m_info = env ? env->method : NULL;
NULL 57 core/StackTrace.cpp m_fakename = NULL;
NULL 60 core/StackTrace.cpp m_filename = NULL;
NULL 68 core/StackTrace.cpp AvmAssert(methodInfo != NULL);
NULL 70 core/StackTrace.cpp m_env = NULL;
NULL 72 core/StackTrace.cpp m_fakename = NULL;
NULL 73 core/StackTrace.cpp m_core = NULL;
NULL 74 core/StackTrace.cpp m_next = NULL;
NULL 76 core/StackTrace.cpp m_eip = NULL;
NULL 77 core/StackTrace.cpp m_filename = NULL;
NULL 78 core/StackTrace.cpp m_framep = NULL;
NULL 79 core/StackTrace.cpp m_traits = NULL;
NULL 87 core/StackTrace.cpp m_env = NULL;
NULL 88 core/StackTrace.cpp m_info = NULL;
NULL 92 core/StackTrace.cpp AvmAssert(core != NULL);
NULL 99 core/StackTrace.cpp m_core = NULL;
NULL 100 core/StackTrace.cpp m_next = NULL;
NULL 112 core/StackTrace.cpp AvmAssert(core != NULL);
NULL 116 core/StackTrace.cpp m_info = NULL;
NULL 117 core/StackTrace.cpp m_env = NULL;
NULL 118 core/StackTrace.cpp m_fakename = NULL;
NULL 122 core/StackTrace.cpp m_eip = NULL;
NULL 123 core/StackTrace.cpp m_filename = NULL;
NULL 124 core/StackTrace.cpp m_framep = NULL;
NULL 125 core/StackTrace.cpp m_traits = NULL;
NULL 140 core/StackTrace.cpp AvmAssert(core != NULL);
NULL 142 core/StackTrace.cpp m_next = NULL;
NULL 143 core/StackTrace.cpp m_core = NULL; // so the dtor doesn't pop again
NULL 171 core/StackTrace.cpp ScopeChain* scopeChain = m_env ? m_env->scope() : NULL;
NULL 267 core/StackTrace.cpp Stringp filename=NULL;
NULL 129 core/StackTrace.h Sampler* sampler = core ? core->get_sampler() : NULL;
NULL 130 core/StackTrace.h init(core, sampler ? sampler->getFakeFunctionName(name) : NULL);
NULL 256 core/StackTrace.h u.m_fakename = NULL; // let's keep the stack nice and clean
NULL 273 core/StackTrace.h inline MethodInfo* info() const { return isAS3Sample() ? m_info : NULL; }
NULL 276 core/StackTrace.h inline Stringp fakename() const { return isAS3Sample() ? u.m_fakename : NULL; }
NULL 278 core/StackTrace.h inline Stringp name() const { return isAS3Sample() ? ((!u.m_fakename && m_info) ? m_info->getMethodName() : u.m_fakename) : NULL; }
NULL 279 core/StackTrace.h inline Stringp filename() const { return isAS3Sample() ? u.m_filename : NULL; }
NULL 86 core/StringBuffer.h PrintWriter(NULL), m_stream(gc)
NULL 184 core/StringClass.cpp ScriptObject *replaceFunction = NULL;
NULL 185 core/StringClass.cpp Stringp replacement = NULL;
NULL 82 core/StringObject.cpp AvmAssert(self != NULL);
NULL 313 core/StringObject.cpp m_extra(NULL),
NULL 326 core/StringObject.cpp m_buffer((void*)NULL),
NULL 330 core/StringObject.cpp m_extra(NULL),
NULL 357 core/StringObject.cpp m_extra(NULL),
NULL 377 core/StringObject.cpp AvmAssert(master != NULL);
NULL 458 core/StringObject.cpp if (buffer == NULL)
NULL 476 core/StringObject.cpp if (data != NULL && len != 0)
NULL 487 core/StringObject.cpp if (data != NULL)
NULL 515 core/StringObject.cpp if (buffer == NULL)
NULL 527 core/StringObject.cpp if (desiredWidth == k8 && core->kEmptyString != NULL)
NULL 539 core/StringObject.cpp Stringp s = NULL;
NULL 547 core/StringObject.cpp s = createDynamic(gc, NULL, len, desiredWidth, is7bit);
NULL 560 core/StringObject.cpp return NULL;
NULL 563 core/StringObject.cpp Stringp newStr = createDynamic(_gc(this), NULL, m_length, w, is7bit);
NULL 589 core/StringObject.cpp m_extra.master = NULL; // might have already been cleared above, but that's ok
NULL 590 core/StringObject.cpp m_buffer.p8 = NULL;
NULL 599 core/StringObject.cpp AvmAssert(dataStart != NULL);
NULL 776 core/StringObject.cpp if (other == NULL)
NULL 827 core/StringObject.cpp if (substr == NULL)
NULL 901 core/StringObject.cpp if (substr == NULL)
NULL 958 core/StringObject.cpp if (p == NULL || end <= start)
NULL 1009 core/StringObject.cpp if (p == NULL || pos >= m_length)
NULL 1030 core/StringObject.cpp if (p == NULL || pos >= m_length)
NULL 1053 core/StringObject.cpp if (leftStr == NULL || leftStr->m_length == 0)
NULL 1062 core/StringObject.cpp if (rightStr == NULL || rightStr->m_length == 0)
NULL 1174 core/StringObject.cpp Stringp newStr = createDynamic(gc, NULL, newLen, newWidth, is7bit, extra);
NULL 2024 core/StringObject.cpp Stringp newStr = createDynamic(gc, NULL, m_length, w, is7bit);
NULL 2078 core/StringObject.cpp AvmAssert(str != NULL);
NULL 2093 core/StringObject.cpp AvmAssert(str != NULL);
NULL 2249 core/StringObject.cpp return localeCompare(other, NULL, 0);
NULL 2266 core/StringObject.cpp AvmAssert(s != NULL);
NULL 2428 core/StringObject.cpp if (buffer == NULL)
NULL 2443 core/StringObject.cpp return NULL;
NULL 2454 core/StringObject.cpp if (desiredWidth == String::k8 && core->kEmptyString != NULL)
NULL 2466 core/StringObject.cpp Stringp s = NULL;
NULL 2473 core/StringObject.cpp s = NULL;
NULL 2515 core/StringObject.cpp s = createDynamic(gc, NULL, int32AddChecked(int32AddChecked(widths.w8, widths.w16), int32AddChecked(widths.w32, widths.w32)), String::k16, is7bit);
NULL 2520 core/StringObject.cpp return NULL;
NULL 2529 core/StringObject.cpp if (buffer == NULL)
NULL 2547 core/StringObject.cpp return NULL;
NULL 2560 core/StringObject.cpp return NULL;
NULL 2565 core/StringObject.cpp if (desiredWidth == k8 && core->kEmptyString != NULL)
NULL 2581 core/StringObject.cpp Stringp s = createDynamic(core->GetGC(), NULL, stringLength, desiredWidth, is7bit);
NULL 2675 core/StringObject.cpp len = UnicodeUtils::Utf16ToUtf8(data, str->length(), NULL, 0);
NULL 326 core/StringObject.h REALLY_INLINE Stringp appendLatin1(const char* p) { return _append(NULL, Pointers((const uint8_t*)p), Length(p), k8); }
NULL 327 core/StringObject.h REALLY_INLINE Stringp appendLatin1(const char* p, int32_t len) { return _append(NULL, Pointers((const uint8_t*)p), len, k8); }
NULL 334 core/StringObject.h REALLY_INLINE Stringp append16(const wchar* p) { return _append(NULL, Pointers(p), Length(p), k16); }
NULL 335 core/StringObject.h REALLY_INLINE Stringp append16(const wchar* p, int32_t len) { return _append(NULL, Pointers(p), len, k16); }
NULL 46 core/Toplevel.cpp _builtinClasses(NULL),
NULL 47 core/Toplevel.cpp _global(NULL)
NULL 59 core/Toplevel.cpp object_ivtable = core->newVTable(core->traits.object_itraits, NULL, NULL);
NULL 61 core/Toplevel.cpp ScopeChain* object_iscope = ScopeChain::create(gc, object_ivtable, abcEnv, core->traits.object_istc, NULL, publicNS);
NULL 72 core/Toplevel.cpp toplevel_scope = ScopeChain::create(gc, mainVTable, abcEnv, mainTraits->init->declaringScope(), NULL, publicNS);
NULL 75 core/Toplevel.cpp _global = new (gc, mainVTable->getExtraSize()) ScriptObject(mainVTable, NULL);
NULL 82 core/Toplevel.cpp ScopeChain* class_iscope = ScopeChain::create(gc, class_ivtable, abcEnv, core->traits.class_istc, NULL, publicNS);
NULL 99 core/Toplevel.cpp AvmAssert(_global != NULL);
NULL 147 core/Toplevel.cpp return NULL;
NULL 183 core/Toplevel.cpp return NULL;
NULL 235 core/Toplevel.cpp return NULL;
NULL 245 core/Toplevel.cpp Stringp s = NULL;
NULL 465 core/Toplevel.cpp for (; o != NULL; o = o->getDelegate())
NULL 487 core/Toplevel.cpp if (itraits == NULL)
NULL 528 core/Toplevel.cpp while ((o = o->getDelegate()) != NULL);
NULL 549 core/Toplevel.cpp while ((!result) && (curObj != NULL))
NULL 941 core/Toplevel.cpp DomainEnv* domainEnv = NULL;
NULL 943 core/Toplevel.cpp String* filename = NULL; // should be NULL to denote eval code, for now
NULL 944 core/Toplevel.cpp NativeInitializer* nativeInitializer = NULL; // "native" not supported for eval code
NULL 947 core/Toplevel.cpp uint32_t api = core->getAPI(NULL);
NULL 1033 core/Toplevel.cpp return NULL;
NULL 1038 core/Toplevel.cpp return NULL;
NULL 1049 core/Toplevel.cpp return NULL;
NULL 1072 core/Toplevel.cpp return NULL;
NULL 1076 core/Toplevel.cpp return NULL;
NULL 1080 core/Toplevel.cpp return NULL;
NULL 1098 core/Toplevel.cpp return NULL;
NULL 1103 core/Toplevel.cpp return NULL;
NULL 1108 core/Toplevel.cpp return NULL;
NULL 1112 core/Toplevel.cpp return NULL;
NULL 1116 core/Toplevel.cpp return NULL;
NULL 1123 core/Toplevel.cpp return NULL;
NULL 1133 core/Toplevel.cpp return NULL;
NULL 1153 core/Toplevel.cpp return NULL;
NULL 1343 core/Toplevel.cpp return NULL;
NULL 165 core/Traits-inlines.h slotMetadataPos(NULL),
NULL 166 core/Traits-inlines.h methodMetadataPos(NULL)
NULL 210 core/Traits-inlines.h AvmAssert(metadata_pos == NULL);
NULL 227 core/Traits-inlines.h AvmAssert(m_tbref != NULL);
NULL 229 core/Traits-inlines.h if ((tb = (TraitsBindings*)m_tbref->get()) == NULL)
NULL 237 core/Traits-inlines.h AvmAssert(m_tmref != NULL);
NULL 239 core/Traits-inlines.h if ((tm = (TraitsMetadata*)m_tmref->get()) == NULL)
NULL 380 core/Traits-inlines.h while (*st != NULL && !(*st)->isInterface())
NULL 382 core/Traits-inlines.h return *st != NULL;
NULL 387 core/Traits-inlines.h AvmAssert(*st != NULL && (*st)->isInterface());
NULL 115 core/Traits.cpp Namespacep foundns = NULL;
NULL 128 core/Traits.cpp if (!declParent || declParent->protectedNamespace == NULL)
NULL 145 core/Traits.cpp declarer = NULL;
NULL 424 core/Traits.cpp residingPool = NULL;
NULL 434 core/Traits.cpp return NULL;
NULL 440 core/Traits.cpp residingPool = NULL;
NULL 450 core/Traits.cpp return NULL;
NULL 475 core/Traits.cpp AvmAssert(m_tbref->get() == NULL);
NULL 476 core/Traits.cpp AvmAssert(m_tmref->get() == NULL);
NULL 503 core/Traits.cpp AvmAssert(pool != NULL);
NULL 510 core/Traits.cpp AvmAssert(pool != NULL);
NULL 511 core/Traits.cpp Traits* traits = new (pool->core->GetGC()) Traits(pool, NULL, sizeof(ScriptObject), sizeof(ScriptObject), traitsPos, TRAITSTYPE_CATCH);
NULL 520 core/Traits.cpp Traits* newtraits = Traits::newTraits(this->pool, _base, this->getSizeOfInstance(), this->m_offsetofSlots, NULL, TRAITSTYPE_RT);
NULL 548 core/Traits.cpp pos = NULL;
NULL 556 core/Traits.cpp AvmAssert(isInstanceType() && pos != NULL);
NULL 711 core/Traits.cpp TraitsBindingsp tb = this->base ? this->base->getTraitsBindings() : NULL;
NULL 712 core/Traits.cpp while (tb != NULL && tb->slotCount > 0)
NULL 930 core/Traits.cpp while ((currBindings != NULL) && (currBindings->owner->getSizeOfInstance() == thisSize))
NULL 941 core/Traits.cpp if (currBindings == NULL)
NULL 949 core/Traits.cpp AvmAssert(tb->base != NULL);
NULL 957 core/Traits.cpp AvmAssert(tb->base != NULL);
NULL 958 core/Traits.cpp AvmAssert(currBindings != NULL);
NULL 1102 core/Traits.cpp const Traitsp slotType = NULL;
NULL 1118 core/Traits.cpp AvmAssert(pos != NULL);
NULL 1143 core/Traits.cpp Traitsp intf = t->pool->resolveTypeName(pos, NULL);
NULL 1144 core/Traits.cpp AvmAssert(intf && intf->isInterface() && intf->base == NULL);
NULL 1176 core/Traits.cpp TraitsBindings* thisData = NULL;
NULL 1198 core/Traits.cpp thisData = TraitsBindings::alloc(gc, this, /*base*/NULL, bindings, /*slotCount*/1, /*methodCount*/0);
NULL 1204 core/Traits.cpp TraitsBindingsp basetb = this->base ? this->base->getTraitsBindings() : NULL;
NULL 1269 core/Traits.cpp AvmAssert(m_tbref->get() == NULL);
NULL 1289 core/Traits.cpp TraitsMetadatap basetm = this->base ? this->base->getTraitsMetadata() : NULL;
NULL 1326 core/Traits.cpp this->pool->resolveQName(ne.qni, qn, /*toplevel*/NULL);
NULL 1342 core/Traits.cpp AvmAssert(m_tmref->get() == NULL);
NULL 1363 core/Traits.cpp if (tbm->f == NULL)
NULL 1409 core/Traits.cpp if (t == NULL || t == this)
NULL 1418 core/Traits.cpp for (Traits** st = m_secondary_supertypes; *st != NULL; st++) {
NULL 1445 core/Traits.cpp for (Traits* t = this->base; t != NULL; t = t->base)
NULL 1447 core/Traits.cpp for (Traits** st = this->m_secondary_supertypes; *st != NULL; st++)
NULL 1503 core/Traits.cpp if (tbm->f != NULL)
NULL 1510 core/Traits.cpp if (this->init != NULL)
NULL 1524 core/Traits.cpp if (basetbm->f != NULL && basetbm->f != tbm->f)
NULL 1556 core/Traits.cpp AvmAssert(activationTraits != NULL);
NULL 1558 core/Traits.cpp AvmAssert(aotInfo->activationTraits != NULL);
NULL 1562 core/Traits.cpp AvmAssert(aotInfo->activationTraitsInitFunctions != NULL);
NULL 1564 core/Traits.cpp if (activationTraits->init == NULL) {
NULL 1631 core/Traits.cpp if (name() != NULL)
NULL 1776 core/Traits.cpp InlineHashtable* ht = m_hashTableOffset ? obj->getTableNoInit() : NULL;
NULL 1816 core/Traits.cpp RCObject* rc = NULL;
NULL 1852 core/Traits.cpp if (_fullname != NULL)
NULL 1879 core/Traits.cpp AvmAssert(basetb != NULL);
NULL 1957 core/Traits.cpp TraitsBindings* tb = _buildTraitsBindings(/*toplevel*/NULL, /*abcGen*/NULL);
NULL 1972 core/Traits.cpp for (Traits** t = list; *t != NULL; t++)
NULL 2059 core/Traits.cpp for (Traits **d = list, **s = base->m_secondary_supertypes; *s != NULL; s++, d++)
NULL 2075 core/Traits.cpp if (t != NULL) {
NULL 2083 core/Traits.cpp for (Traits** st = m_secondary_supertypes; *st != NULL; st++) {
NULL 2098 core/Traits.cpp for (Traits** s = m_secondary_supertypes; *s != NULL; s++) {
NULL 48 core/TraitsIterator.h traits(_traits ? _traits->getTraitsBindings() : NULL),
NULL 82 core/TraitsIterator.h return NULL;
NULL 174 core/TypeDescriber.cpp uint32_t curapi = core->getAPI(NULL);
NULL 193 core/TypeDescriber.cpp return NULL;
NULL 202 core/TypeDescriber.cpp ArrayObject* bases = NULL;
NULL 203 core/TypeDescriber.cpp ArrayObject* metadata = NULL;
NULL 204 core/TypeDescriber.cpp ArrayObject* interfaces = NULL;
NULL 205 core/TypeDescriber.cpp ArrayObject* methods = NULL;
NULL 206 core/TypeDescriber.cpp ArrayObject* accessors = NULL;
NULL 207 core/TypeDescriber.cpp ArrayObject* variables = NULL;
NULL 208 core/TypeDescriber.cpp ScriptObject* constructor = NULL;
NULL 301 core/TypeDescriber.cpp TraitsMetadata::MetadataPtr md1 = NULL;
NULL 302 core/TypeDescriber.cpp TraitsMetadata::MetadataPtr md2 = NULL;
NULL 303 core/TypeDescriber.cpp PoolObject* md1pool = NULL;
NULL 304 core/TypeDescriber.cpp PoolObject* md2pool = NULL;
NULL 411 core/TypeDescriber.cpp ArrayObject* vm = NULL;
NULL 420 core/TypeDescriber.cpp { kstrid_uri, strAtom(nsuri->length() == 0 ? NULL : nsuri) },
NULL 476 core/TypeDescriber.cpp return NULL;
NULL 557 core/TypeDescriber.cpp return NULL;
NULL 565 core/TypeDescriber.cpp { kstrid_isStatic, boolAtom(traits->itraits != NULL) },
NULL 576 core/TypeDescriber.cpp return traits ? describeClassName(traits) : NULL;
NULL 585 core/TypeDescriber.cpp return NULL;
NULL 592 core/TypeDescriber.cpp NULL;
NULL 119 core/UnicodeUtils.h return Utf8ToUtf16(in, inLen, NULL, 0, strict);
NULL 114 core/VTable.cpp ImtEntry* map = NULL;
NULL 126 core/VTable.cpp return NULL;
NULL 138 core/VTable.cpp if (name == NULL)
NULL 153 core/VTable.cpp NULL;
NULL 166 core/VTable.cpp NULL;
NULL 178 core/VTable.cpp AvmAssert(map != NULL);
NULL 229 core/VTable.cpp AvmAssert(ite != NULL);
NULL 255 core/VTable.cpp AvmAssert(this->base != NULL); // only Object has null base, and it has no Interfaces
NULL 336 core/VTable.cpp init(NULL),
NULL 338 core/VTable.cpp ivtable(NULL),
NULL 342 core/VTable.cpp AvmAssert(traits != NULL);
NULL 347 core/VTable.cpp AvmAssert(scope != NULL);
NULL 363 core/VTable.cpp AvmAssert((base == NULL && traits->base == NULL) || (base != NULL && traitsBase == baseTraits));
NULL 390 core/VTable.cpp if (method != NULL)
NULL 434 core/VTable.cpp if (abcEnv->getMethod(method_id) == NULL)
NULL 453 core/VTable.cpp if(ivtable != NULL)
NULL 469 core/VTable.cpp else if(method != NULL)
NULL 499 core/VTable.cpp AvmAssert(itraits != NULL);
NULL 104 core/VectorClass.h m_array = NULL;
NULL 110 core/VectorClass.h m_array = NULL;
NULL 403 core/VectorClass.h return NULL;
NULL 525 core/VectorClass.h return NULL;
NULL 87 core/Verifier.cpp ) : blockStates(NULL)
NULL 104 core/Verifier.cpp if (info->declaringTraits() == NULL) {
NULL 133 core/Verifier.cpp state = NULL;
NULL 299 core/Verifier.cpp FrameState* blockState = blockStates ? blockStates->get(pc) : NULL;
NULL 377 core/Verifier.cpp state->push(NULL);
NULL 415 core/Verifier.cpp v.traits = NULL;
NULL 615 core/Verifier.cpp state->push(STRING_TYPE, pool->getString(imm30) != NULL);
NULL 647 core/Verifier.cpp state->push(NAMESPACE_TYPE, pool->cpool_ns[imm30] != NULL);
NULL 700 core/Verifier.cpp v.traits = NULL;
NULL 725 core/Verifier.cpp const ScopeTypeChain* fscope = ScopeTypeChain::create(core->GetGC(), core->traits.function_itraits, scope, state, NULL, NULL);
NULL 770 core/Verifier.cpp const ScopeTypeChain* cscope = ScopeTypeChain::create(core->GetGC(), ctraits, scope, state, NULL, ctraits);
NULL 783 core/Verifier.cpp const ScopeTypeChain* iscope = ScopeTypeChain::create(core->GetGC(), itraits, cscope, NULL, ctraits, itraits);
NULL 834 core/Verifier.cpp Traitsp declarer = NULL;
NULL 864 core/Verifier.cpp AvmAssert(f != NULL);
NULL 925 core/Verifier.cpp state->pop_push(n, NULL);
NULL 973 core/Verifier.cpp Traits* t = NULL;
NULL 1014 core/Verifier.cpp Traits *type = NULL;
NULL 1136 core/Verifier.cpp state->pop_push(argc+2, NULL);
NULL 1147 core/Verifier.cpp Traits* itraits = ctraits ? ctraits->itraits : NULL;
NULL 1220 core/Verifier.cpp Traits* itraits = ctraits ? ctraits->itraits : NULL;
NULL 1221 core/Verifier.cpp state->pop_push(n, itraits, itraits==NULL?false:true);
NULL 1232 core/Verifier.cpp state->pop_push(argc+1, NULL, true);
NULL 1256 core/Verifier.cpp Traits *resultType = NULL;
NULL 1300 core/Verifier.cpp AvmAssert(f != NULL);
NULL 1341 core/Verifier.cpp AvmAssert(f != NULL);
NULL 1754 core/Verifier.cpp state->pop_push(2, NULL);
NULL 1774 core/Verifier.cpp state->setType(imm30, NULL, false);
NULL 1938 core/Verifier.cpp state->pop_push(n, NULL);
NULL 2033 core/Verifier.cpp if (slotType && slotType->base == CLASS_TYPE && slotType->getCreateClassClosureProc() == NULL)
NULL 2036 core/Verifier.cpp AvmAssert(slotType->itraits != NULL);
NULL 2181 core/Verifier.cpp AvmAssert(f != NULL);
NULL 2268 core/Verifier.cpp if (value.ins != NULL)
NULL 2295 core/Verifier.cpp if (base != NULL)
NULL 2346 core/Verifier.cpp Traits* target = (argc <= mms->param_count()) ? mms->paramTraits(argc) : NULL;
NULL 2370 core/Verifier.cpp while (t != lhs && t != NULL)
NULL 2372 core/Verifier.cpp return t != NULL;
NULL 2402 core/Verifier.cpp TraitsBindingsp td = traits ? traits->getTraitsBindings() : NULL;
NULL 2434 core/Verifier.cpp return NULL;
NULL 2468 core/Verifier.cpp if (t == NULL)
NULL 2473 core/Verifier.cpp Traits* param_traits = name.getTypeParameter() ? checkTypeName(name.getTypeParameter()) : NULL ;
NULL 2635 core/Verifier.cpp if (t1 == NULL) {
NULL 2664 core/Verifier.cpp while ((t = t->base) != NULL);
NULL 2668 core/Verifier.cpp while (t != NULL && !t->commonBase)
NULL 2676 core/Verifier.cpp while ((t = t->base) != NULL);
NULL 2798 core/Verifier.cpp Traits* t = type_index ? checkTypeName(type_index) : NULL;
NULL 2847 core/Verifier.cpp info->set_abc_exceptions(core->GetGC(), NULL);
NULL 55 core/WordcodeEmitter.cpp , backpatches(NULL)
NULL 56 core/WordcodeEmitter.cpp , labels(NULL)
NULL 57 core/WordcodeEmitter.cpp , exception_fixes(NULL)
NULL 58 core/WordcodeEmitter.cpp , buffers(NULL)
NULL 60 core/WordcodeEmitter.cpp , spare_buffer(NULL)
NULL 64 core/WordcodeEmitter.cpp , pool(NULL)
NULL 65 core/WordcodeEmitter.cpp , code_start(NULL)
NULL 67 core/WordcodeEmitter.cpp , dest(NULL)
NULL 68 core/WordcodeEmitter.cpp , dest_limit(NULL)
NULL 70 core/WordcodeEmitter.cpp AvmAssert(info != NULL);
NULL 82 core/WordcodeEmitter.cpp , info(NULL)
NULL 84 core/WordcodeEmitter.cpp , backpatches(NULL)
NULL 85 core/WordcodeEmitter.cpp , labels(NULL)
NULL 86 core/WordcodeEmitter.cpp , exception_fixes(NULL)
NULL 87 core/WordcodeEmitter.cpp , buffers(NULL)
NULL 89 core/WordcodeEmitter.cpp , spare_buffer(NULL)
NULL 93 core/WordcodeEmitter.cpp , pool(NULL)
NULL 96 core/WordcodeEmitter.cpp , dest(NULL)
NULL 97 core/WordcodeEmitter.cpp , dest_limit(NULL)
NULL 120 core/WordcodeEmitter.cpp while (tmp1 != NULL) { \
NULL 125 core/WordcodeEmitter.cpp v = NULL; \
NULL 137 core/WordcodeEmitter.cpp spare_buffer = NULL;
NULL 143 core/WordcodeEmitter.cpp if (buffers != NULL) {
NULL 148 core/WordcodeEmitter.cpp if (spare_buffer != NULL) {
NULL 150 core/WordcodeEmitter.cpp spare_buffer = NULL;
NULL 166 core/WordcodeEmitter.cpp while (l != NULL && l->old_offset != old_offset)
NULL 170 core/WordcodeEmitter.cpp if (l == NULL) {
NULL 171 core/WordcodeEmitter.cpp if (avm_toplevel != NULL)
NULL 191 core/WordcodeEmitter.cpp backpatch_info* qq = NULL;
NULL 192 core/WordcodeEmitter.cpp while (q != NULL && q->target_pc < b->target_pc) {
NULL 196 core/WordcodeEmitter.cpp if (qq == NULL) {
NULL 209 core/WordcodeEmitter.cpp if (info == NULL || info->abc_exceptions() == NULL)
NULL 261 core/WordcodeEmitter.cpp catch_info* ee = NULL;
NULL 262 core/WordcodeEmitter.cpp while (j < 3 && e != NULL) {
NULL 264 core/WordcodeEmitter.cpp if (ee == NULL)
NULL 278 core/WordcodeEmitter.cpp if (ee == NULL)
NULL 291 core/WordcodeEmitter.cpp if (exception_fixes != NULL) {
NULL 305 core/WordcodeEmitter.cpp if (((exception_fixes != NULL) && (exception_fixes->pc == pc)) || ((backpatches != NULL) && (backpatches->target_pc == pc)))
NULL 309 core/WordcodeEmitter.cpp while (exception_fixes != NULL && exception_fixes->pc <= pc) {
NULL 318 core/WordcodeEmitter.cpp while (backpatches != NULL && backpatches->target_pc <= pc) {
NULL 1024 core/WordcodeEmitter.cpp AvmAssert(backpatches == NULL);
NULL 1025 core/WordcodeEmitter.cpp AvmAssert(labels == NULL);
NULL 1031 core/WordcodeEmitter.cpp AvmAssert(backpatches == NULL);
NULL 1032 core/WordcodeEmitter.cpp AvmAssert(exception_fixes == NULL);
NULL 1034 core/WordcodeEmitter.cpp if (info != NULL)
NULL 1050 core/WordcodeEmitter.cpp first->next = NULL;
NULL 1051 core/WordcodeEmitter.cpp while (next != NULL) {
NULL 1061 core/WordcodeEmitter.cpp while (first != NULL) {
NULL 1068 core/WordcodeEmitter.cpp if (info != NULL) {
NULL 1076 core/WordcodeEmitter.cpp if (code_result != NULL)
NULL 1239 core/WordcodeEmitter.cpp spare_buffer->next = NULL;
NULL 1334 core/WordcodeEmitter.cpp backpatch_info *b2 = NULL;
NULL 1335 core/WordcodeEmitter.cpp while (b != NULL && b->patch_loc != &I[nextI - 1][1])
NULL 1337 core/WordcodeEmitter.cpp AvmAssert(b != NULL);
NULL 1338 core/WordcodeEmitter.cpp if (b2 == NULL)
NULL 1505 core/WordcodeEmitter.cpp peep(0, NULL); // commits, but may start another match
NULL 68 core/WordcodeEmitter.h virtual uint32 epilogue(uintptr_t** code_result = NULL);
NULL 92 core/WordcodeEmitter.h void write(FrameState* state, const byte *pc, AbcOpcode opcode, Traits *type = NULL);
NULL 93 core/WordcodeEmitter.h void writeOp1 (FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type = NULL);
NULL 94 core/WordcodeEmitter.h void writeOp2 (FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type = NULL);
NULL 95 core/WordcodeEmitter.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr opd1, uint32_t opd2, Traits* type = NULL);
NULL 45 core/WordcodeTranslator.cpp static FILE *swprof_code_fp = NULL;
NULL 46 core/WordcodeTranslator.cpp static FILE *swprof_sample_fp = NULL;
NULL 54 core/WordcodeTranslator.cpp if (swprof_code_fp == NULL)
NULL 62 core/WordcodeTranslator.cpp if (swprof_sample_fp == NULL)
NULL 73 core/WordcodeTranslator.cpp if (swprof_code_fp != NULL) { fclose(swprof_code_fp); swprof_code_fp = NULL; }
NULL 74 core/WordcodeTranslator.cpp if (swprof_sample_fp != NULL) { fclose(swprof_sample_fp); swprof_sample_fp = NULL; }
NULL 79 core/WordcodeTranslator.cpp if (swprof_code_fp != NULL) {
NULL 89 core/WordcodeTranslator.cpp if (swprof_sample_fp != NULL) {
NULL 70 core/WordcodeTranslator.h virtual uint32 epilogue(uintptr_t** code_result = NULL) = 0;
NULL 74 core/WordcodeTranslator.h void emitOp0(WordOpcode opcode) { emitOp0(NULL, opcode); }
NULL 214 core/XMLClass.cpp E4XNode *validNode = NULL;
NULL 221 core/XMLClass.cpp if (validNode != NULL)
NULL 367 core/XMLClass.cpp ns = NULL;
NULL 104 core/XMLListClass.cpp c->setParent (NULL);
NULL 333 core/XMLListObject.cpp if (y->getParent() != NULL)
NULL 546 core/XMLListObject.cpp if (px != NULL)
NULL 154 core/XMLObject.cpp E4XNode* pNewElement = NULL;
NULL 271 core/XMLObject.cpp tag.text = NULL;
NULL 659 core/XMLObject.cpp Stringp name = !m.isAnyName() ? m.getName() : NULL;
NULL 847 core/XMLObject.cpp x->setParent(NULL);
NULL 883 core/XMLObject.cpp x->setParent (NULL);
NULL 2828 core/XMLObject.cpp if (ns == NULL)
NULL 2875 core/XMLObject.cpp Namespacep ns = ApiUtils::getVersionedNamespace(core, toplevel->getDefaultNamespace(), core->getAPI(NULL));
NULL 2928 core/XMLObject.cpp AvmAssert(ns!=NULL);
NULL 282 core/XMLObject.h XMLObject(XMLClass *type, Stringp s=NULL, Namespace *defaultNamespace=NULL);
NULL 57 core/XMLParser16.h text = NULL;
NULL 106 core/XMLParser16.h core = NULL;
NULL 59 core/avm.cpp return NULL;
NULL 72 core/avm.cpp return NULL;
NULL 77 core/avm.cpp return NULL;
NULL 83 core/avm.cpp return NULL;
NULL 89 core/avm.cpp return NULL;
NULL 383 core/avmplusDebugger.cpp if(pool2abcIndex.get(pool) != NULL)
NULL 446 core/avmplusDebugger.cpp SourceFile* active = NULL; // current source file
NULL 501 core/avmplusDebugger.cpp if (active == NULL)
NULL 514 core/avmplusDebugger.cpp if (active == NULL)
NULL 545 core/avmplusDebugger.cpp DebugFrame* frame = NULL;
NULL 564 core/avmplusDebugger.cpp while(count++ < frameNbr && trace != NULL)
NULL 621 core/avmplusDebugger.cpp return NULL;
NULL 705 core/avmplusDebugger.cpp AvmAssert(tr != NULL);
NULL 706 core/avmplusDebugger.cpp AvmAssert(debug != NULL);
NULL 726 core/avmplusDebugger.cpp return (source != NULL && linenum > 0);
NULL 120 core/avmplusDebuggerStubs.cpp return NULL;
NULL 130 core/avmplusDebuggerStubs.cpp return NULL;
NULL 144 core/avmplusDebuggerStubs.cpp return NULL;
NULL 154 core/avmplusDebuggerStubs.cpp return NULL;
NULL 167 core/avmplusDebuggerStubs.cpp return NULL;
NULL 181 core/avmplusDebuggerStubs.cpp return NULL;
NULL 110 core/avmplusHashtable.cpp AvmAssert(x != NULL);
NULL 362 core/avmplusHashtable.cpp if(ref && ref->get() == NULL) {
NULL 379 core/avmplusHashtable.cpp if(wr->get() != NULL) {
NULL 422 core/avmplusHashtable.cpp if(ref && ref->get() == NULL) {
NULL 136 core/avmplusList.h AvmAssert(data != NULL);
NULL 153 core/avmplusList.h AvmAssert(data != NULL);
NULL 170 core/avmplusList.h AvmAssert(data != NULL);
NULL 199 core/avmplusList.h data = NULL;
NULL 217 core/avmplusList.h data = NULL;
NULL 328 core/avmplusList.h set(i, NULL);
NULL 334 core/avmplusList.h data[len] = NULL;
NULL 350 core/builtin.cpp , (argc <= 2 ? NULL : argv + argoffV)
NULL 447 core/builtin.cpp (argc <= 0 ? NULL : argv + argoffV)
NULL 508 core/builtin.cpp , (argc <= 7 ? NULL : argv + argoffV)
NULL 646 core/builtin.cpp , (argc <= 1 ? NULL : argv + argoffV)
NULL 1078 core/builtin.cpp (argc <= 0 ? NULL : argv + argoffV)
NULL 1126 core/builtin.cpp (argc <= 0 ? NULL : argv + argoffV)
NULL 1485 core/builtin.cpp , (argc <= 2 ? NULL : argv + argoffV)
NULL 147 core/instr.cpp return NULL;
NULL 270 core/jit-calls.h CallCache c(name, NULL); // temporary cache, just so we can call the generic handler.
NULL 431 core/jit-calls.h GetCache c(name, NULL);
NULL 624 core/jit-calls.h if (c.slot_type == NULL) {
NULL 645 core/jit-calls.h SetCache c(name, NULL); // temporary cache, just so we can call the generic handler.
NULL 134 eval/eval-abc-inlines.h traits = NULL;
NULL 55 eval/eval-abc.cpp for ( ; xs != NULL ; xs = xs->tl )
NULL 62 eval/eval-abc.cpp for ( ; xs != NULL ; xs = xs->tl )
NULL 70 eval/eval-abc.cpp for ( ; xs != NULL ; xs = xs->tl )
NULL 164 eval/eval-abc.cpp for ( nss = namespaces.get(), i=1 ; nss != NULL ; nss = nss->tl, i++ )
NULL 179 eval/eval-abc.cpp for ( tmp=nss ; tmp != NULL ; tmp=tmp->tl)
NULL 183 eval/eval-abc.cpp for ( nsss = namespaceSets.get(), i=1 ; nsss != NULL ; nsss = nsss->tl, i++ ) {
NULL 195 eval/eval-abc.cpp for ( tmp=nss, j=0 ; tmp != NULL ; tmp=tmp->tl ) {
NULL 208 eval/eval-abc.cpp for ( mns = multinames.get(), i=1 ; mns != NULL ; mns = mns->tl, i++ )
NULL 503 eval/eval-abc.cpp for ( Seq<uint32_t>* param_types = this->param_types ; param_types != NULL ; param_types = param_types->tl )
NULL 521 eval/eval-abc.cpp for ( Seq<uint32_t>* param_types = this->param_types ; param_types != NULL ; param_types = param_types->tl )
NULL 538 eval/eval-abc.cpp for ( Seq<ABCExceptionInfo*>* exceptions = this->exceptions.get() ; exceptions != NULL ; exceptions = exceptions->tl )
NULL 547 eval/eval-abc.cpp for ( Seq<ABCExceptionInfo*>* exceptions = this->exceptions.get() ; exceptions != NULL ; exceptions = exceptions->tl )
NULL 139 eval/eval-avmplus.cpp RTC::Compiler compiler(&context, filename == NULL ? NULL : fn.c_str(), src.c_str(), src.length());
NULL 106 eval/eval-cogen-expr.cpp if (qname->qualifier != NULL) {
NULL 189 eval/eval-cogen-expr.cpp if ((name->qualifier == NULL || name->qualifier->tag() == TAG_wildcardName) && name->name->tag() == TAG_wildcardName && !name->is_attr)
NULL 422 eval/eval-cogen-expr.cpp if (function->name != NULL) {
NULL 431 eval/eval-cogen-expr.cpp (NULL,
NULL 434 eval/eval-cogen-expr.cpp (function->name, NULL, TAG_varBinding)))),
NULL 435 eval/eval-cogen-expr.cpp NULL,
NULL 437 eval/eval-cogen-expr.cpp NULL,
NULL 438 eval/eval-cogen-expr.cpp NULL,
NULL 441 eval/eval-cogen-expr.cpp NULL,
NULL 445 eval/eval-cogen-expr.cpp (NULL, ALLOC(SimpleName,
NULL 452 eval/eval-cogen-expr.cpp NULL,
NULL 467 eval/eval-cogen-expr.cpp for ( Seq<LiteralField*>* fields = this->fields ; fields != NULL ; fields = fields->tl ) {
NULL 482 eval/eval-cogen-expr.cpp for ( ; exprs != NULL ; exprs = exprs->tl ) {
NULL 484 eval/eval-cogen-expr.cpp if (e == NULL)
NULL 492 eval/eval-cogen-expr.cpp if (exprs != NULL) {
NULL 494 eval/eval-cogen-expr.cpp for ( ; exprs != NULL ; exprs = exprs->tl, i++ ) {
NULL 496 eval/eval-cogen-expr.cpp if (e != NULL) {
NULL 586 eval/eval-cogen-expr.cpp for ( ; args != NULL ; args = args->tl, i++ )
NULL 627 eval/eval-cogen-expr.cpp for ( Seq<Expr*>* exprs = this->exprs ; exprs != NULL ; exprs = exprs->tl ) {
NULL 89 eval/eval-cogen-stmt.cpp BreakCtx(Label* label, Ctx* ctx0, Str* label_name=NULL)
NULL 168 eval/eval-cogen-stmt.cpp : Ctx(CTX_Function, NULL)
NULL 178 eval/eval-cogen-stmt.cpp : Ctx(CTX_Program, NULL)
NULL 189 eval/eval-cogen-stmt.cpp if (label == NULL)
NULL 194 eval/eval-cogen-stmt.cpp while (labels != NULL)
NULL 208 eval/eval-cogen-stmt.cpp while (ctx != NULL) {
NULL 251 eval/eval-cogen-stmt.cpp if (ctx == NULL)
NULL 280 eval/eval-cogen-stmt.cpp for ( Seq<Stmt*>* stmts = this->stmts ; stmts != NULL ; stmts = stmts->tl )
NULL 292 eval/eval-cogen-stmt.cpp for ( Seq<Stmt*>* stmts = this->stmts ; stmts != NULL ; stmts = stmts->tl )
NULL 304 eval/eval-cogen-stmt.cpp for ( Seq<Stmt*>* ss = stmts ; ss != NULL ; ss = ss->tl )
NULL 338 eval/eval-cogen-stmt.cpp if (alternate != NULL) {
NULL 385 eval/eval-cogen-stmt.cpp if (init != NULL) {
NULL 390 eval/eval-cogen-stmt.cpp if (test != NULL) {
NULL 398 eval/eval-cogen-stmt.cpp if (update != NULL) {
NULL 490 eval/eval-cogen-stmt.cpp (label == NULL ? "No 'break' allowed here" : "'break' to undefined label"),
NULL 505 eval/eval-cogen-stmt.cpp (label == NULL ? "No 'continue' allowed here" : "'continue' to undefined label"),
NULL 525 eval/eval-cogen-stmt.cpp if (expr != NULL) {
NULL 535 eval/eval-cogen-stmt.cpp NULL,
NULL 539 eval/eval-cogen-stmt.cpp if (expr == NULL)
NULL 703 eval/eval-cogen-stmt.cpp Label* Ldefault = NULL;
NULL 705 eval/eval-cogen-stmt.cpp Label* Lfall = NULL;
NULL 716 eval/eval-cogen-stmt.cpp for ( Seq<CaseClause*>* cases=this->cases ; cases != NULL ; cases = cases->tl ) {
NULL 719 eval/eval-cogen-stmt.cpp if (c->expr == NULL) {
NULL 720 eval/eval-cogen-stmt.cpp AvmAssert(Ldefault == NULL);
NULL 725 eval/eval-cogen-stmt.cpp if (Lnext != NULL) {
NULL 727 eval/eval-cogen-stmt.cpp Lnext = NULL;
NULL 737 eval/eval-cogen-stmt.cpp if (Lfall != NULL) { // label fall through pos
NULL 739 eval/eval-cogen-stmt.cpp Lfall = NULL;
NULL 742 eval/eval-cogen-stmt.cpp for ( Seq<Stmt*>* stmts = c->stmts ; stmts != NULL ; stmts = stmts->tl )
NULL 749 eval/eval-cogen-stmt.cpp if (Lnext != NULL)
NULL 751 eval/eval-cogen-stmt.cpp if (Ldefault != NULL)
NULL 753 eval/eval-cogen-stmt.cpp if (Lfall != NULL)
NULL 761 eval/eval-cogen-stmt.cpp if (finallyblock != NULL)
NULL 846 eval/eval-cogen-stmt.cpp for ( Seq<Stmt*>* stmts = this->finallyblock ; stmts != NULL ; stmts = stmts->tl )
NULL 855 eval/eval-cogen-stmt.cpp for ( i=0, labels = fctx.returnLabels.get() ; labels != NULL ; i++, labels = labels->tl ) {
NULL 868 eval/eval-cogen-stmt.cpp for ( Seq<Stmt*>* stmts = this->tryblock ; stmts != NULL ; stmts = stmts->tl )
NULL 877 eval/eval-cogen-stmt.cpp AvmAssert(this->catches == NULL || this->catches->tl == NULL);
NULL 879 eval/eval-cogen-stmt.cpp for( Seq<CatchClause*>* catches = this->catches ; catches != NULL ; catches = catches->tl )
NULL 911 eval/eval-cogen-stmt.cpp for ( Seq<Stmt*>* stmts = catchClause->stmts ; stmts != NULL ; stmts = stmts->tl )
NULL 245 eval/eval-cogen.cpp for ( Seq<Label*>* labels = this->labels.get() ; labels != NULL ; labels = labels->tl ) {
NULL 249 eval/eval-cogen.cpp for ( Seq<uint32_t>* backpatches = labels->hd->backpatches ; backpatches != NULL ; backpatches = backpatches->tl ) {
NULL 276 eval/eval-cogen.cpp if (t == NULL)
NULL 279 eval/eval-cogen.cpp if (t->qualifier != NULL) {
NULL 336 eval/eval-cogen.cpp if (name == NULL)
NULL 340 eval/eval-cogen.cpp for ( Seq<FunctionParam*>* params = this->params ; params != NULL ; params = params->tl )
NULL 344 eval/eval-cogen.cpp *body = ALLOC(ABCMethodBodyInfo, (compiler, *info, traits, 1 + numparams + (uses_arguments || (rest_param != NULL))));
NULL 349 eval/eval-cogen.cpp AvmAssert( !(uses_arguments && (rest_param != NULL)) );
NULL 352 eval/eval-cogen.cpp if (rest_param != NULL)
NULL 364 eval/eval-cogen.cpp FunctionDefn* fn = NULL;
NULL 376 eval/eval-cogen.cpp if (fn && (fn->bindings != NULL || fn->uses_arguments)) {
NULL 384 eval/eval-cogen.cpp for ( Seq<Binding*>* bindings = this->bindings ; bindings != NULL ; bindings = bindings->tl ) {
NULL 401 eval/eval-cogen.cpp for ( Seq<NamespaceDefn*>* namespaces = this->namespaces ; namespaces != NULL ; namespaces = namespaces->tl ) {
NULL 405 eval/eval-cogen.cpp if (value == NULL)
NULL 429 eval/eval-cogen.cpp for ( ; params != NULL ; params = params->tl, i++ ) {
NULL 445 eval/eval-cogen.cpp for ( Seq<FunctionDefn*>* functions = this->functions ; functions != NULL ; functions = functions->tl ) {
NULL 43 eval/eval-cogen.h Label() : address(~0U), backpatches(NULL) {}
NULL 64 eval/eval-compile.cpp strTable[i] = NULL;
NULL 73 eval/eval-compile.cpp , filename(filename != NULL ? filename : default_filename)
NULL 79 eval/eval-compile.cpp , origin_is_file(filename != NULL)
NULL 110 eval/eval-compile.cpp , str_filename(intern(this->filename, NULL))
NULL 142 eval/eval-compile.cpp ABCMethodInfo* global_info = ALLOC(ABCMethodInfo, (this, abc.addString("script$init"), 0, NULL, 0));
NULL 233 eval/eval-compile.cpp for ( Str* p = strTable[h] ; p != NULL ; p = p->next ) {
NULL 83 eval/eval-lex.cpp , mark(NULL)
NULL 54 eval/eval-parse-expr.cpp return NULL;
NULL 56 eval/eval-parse-expr.cpp if ((n->qualifier != NULL && n->qualifier->tag() != TAG_simpleName) ||
NULL 65 eval/eval-parse-expr.cpp Str* name = NULL;
NULL 66 eval/eval-parse-expr.cpp NameComponent* n = NULL;
NULL 86 eval/eval-parse-expr.cpp return ALLOC(QualifiedName, (NULL, n, is_attr, pos));
NULL 92 eval/eval-parse-expr.cpp for ( es=es->tl ; es != NULL ; es = es->tl )
NULL 120 eval/eval-parse-expr.cpp Str* name = NULL;
NULL 164 eval/eval-parse-expr.cpp Expr* elt = NULL;
NULL 173 eval/eval-parse-expr.cpp if (elt == NULL)
NULL 174 eval/eval-parse-expr.cpp elt = NULL;
NULL 176 eval/eval-parse-expr.cpp elt = NULL;
NULL 181 eval/eval-parse-expr.cpp if (elt != NULL)
NULL 188 eval/eval-parse-expr.cpp if (elt != NULL)
NULL 285 eval/eval-parse-expr.cpp return ALLOC(QualifiedName, (NULL, ALLOC(ComputedName, (e)), true, 0));
NULL 301 eval/eval-parse-expr.cpp return NULL;
NULL 325 eval/eval-parse-expr.cpp return ALLOC(ObjectRef, (obj, ALLOC(QualifiedName, (NULL, ALLOC(ComputedName, (expr)), false, pos)), pos));
NULL 330 eval/eval-parse-expr.cpp return NULL;
NULL 424 eval/eval-parse-expr.cpp return ALLOC(NewExpr, (call_expression, NULL));
NULL 83 eval/eval-parse-stmt.cpp return NULL;
NULL 146 eval/eval-parse-stmt.cpp fn->name = NULL;
NULL 147 eval/eval-parse-stmt.cpp addVarBinding(name, NULL);
NULL 151 eval/eval-parse-stmt.cpp ALLOC(QualifiedName, (NULL, ALLOC(SimpleName, (name)), false, pos)),
NULL 157 eval/eval-parse-stmt.cpp return NULL;
NULL 163 eval/eval-parse-stmt.cpp return NULL;
NULL 234 eval/eval-parse-stmt.cpp AvmAssert( !is_const || firstName == NULL );
NULL 236 eval/eval-parse-stmt.cpp Expr* inits = NULL;
NULL 242 eval/eval-parse-stmt.cpp *firstName = NULL;
NULL 245 eval/eval-parse-stmt.cpp QualifiedName* type_name = NULL;
NULL 256 eval/eval-parse-stmt.cpp Expr* lhs = ALLOC(QualifiedName, (NULL, ALLOC(SimpleName, (name)), false, *pos));
NULL 260 eval/eval-parse-stmt.cpp if (firstName && *firstName == NULL)
NULL 262 eval/eval-parse-stmt.cpp if (inits == NULL)
NULL 267 eval/eval-parse-stmt.cpp else if (firstName && *firstName == NULL) {
NULL 268 eval/eval-parse-stmt.cpp *firstName = ALLOC(QualifiedName, (NULL, ALLOC(SimpleName, (name)), false, *pos));
NULL 299 eval/eval-parse-stmt.cpp name.addAtEnd(NULL);
NULL 333 eval/eval-parse-stmt.cpp Expr* expr = NULL;
NULL 357 eval/eval-parse-stmt.cpp return noNewline() ? identifier() : NULL;
NULL 376 eval/eval-parse-stmt.cpp return NULL;
NULL 385 eval/eval-parse-stmt.cpp Stmt* alternate = NULL;
NULL 415 eval/eval-parse-stmt.cpp Expr* init=NULL;
NULL 416 eval/eval-parse-stmt.cpp Expr* lhs=NULL;
NULL 446 eval/eval-parse-stmt.cpp AvmAssert( lhs != NULL );
NULL 454 eval/eval-parse-stmt.cpp Expr* test = hd() == T_Semicolon ? NULL : commaExpression(0);
NULL 456 eval/eval-parse-stmt.cpp Expr* update = hd() == T_RightParen ? NULL : commaExpression(0);
NULL 471 eval/eval-parse-stmt.cpp Seq<CaseClause*>* cases = NULL;
NULL 483 eval/eval-parse-stmt.cpp CaseClause* last = NULL;
NULL 498 eval/eval-parse-stmt.cpp cases.addAtEnd(last = ALLOC(CaseClause, (0, NULL)));
NULL 512 eval/eval-parse-stmt.cpp if (last == NULL)
NULL 514 eval/eval-parse-stmt.cpp AvmAssert(last->stmts == NULL);
NULL 538 eval/eval-parse-stmt.cpp Seq<Stmt*>* finallyblock = NULL;
NULL 567 eval/eval-parse-stmt.cpp QualifiedName* catchvar_type_name = NULL;
NULL 131 eval/eval-parse.cpp , topRib(NULL)
NULL 132 eval/eval-parse.cpp , lexerStack(NULL)
NULL 139 eval/eval-parse.cpp , included_input(NULL)
NULL 374 eval/eval-parse.cpp Str* extends = NULL;
NULL 387 eval/eval-parse.cpp Seq<Stmt*>* instance_init = NULL;
NULL 436 eval/eval-parse.cpp addNamespaceBinding(name, NULL);
NULL 464 eval/eval-parse.cpp if (input == NULL)
NULL 480 eval/eval-parse.cpp if (lexerStack == NULL)
NULL 535 eval/eval-parse.cpp if (n1 == NULL && n2 == NULL)
NULL 537 eval/eval-parse.cpp if (n1 == NULL || n2 == NULL)
NULL 556 eval/eval-parse.cpp if (n1 == NULL || n2 == NULL)
NULL 563 eval/eval-parse.cpp if (rib == NULL)
NULL 565 eval/eval-parse.cpp for ( Seq<Binding*>* bindings = rib->bindings.get() ; bindings != NULL ; bindings = bindings->tl ) {
NULL 572 eval/eval-parse.cpp return NULL;
NULL 589 eval/eval-parse.cpp addVarBinding(fn->name, NULL);
NULL 613 eval/eval-parse.cpp rib->bindings.addAtEnd(ALLOC(Binding, (fn->name, NULL, TAG_methodBinding)));
NULL 621 eval/eval-parse.cpp topRib->bindings.addAtEnd(ALLOC(Binding, (name, NULL, TAG_namespaceBinding))); // FIXME: type for 'Namespace'
NULL 667 eval/eval-parse.cpp Str* name = NULL;
NULL 668 eval/eval-parse.cpp FunctionParam * rest_param = NULL;
NULL 678 eval/eval-parse.cpp Str* rest_name = NULL;
NULL 679 eval/eval-parse.cpp QualifiedName* rest_type_name = NULL;
NULL 685 eval/eval-parse.cpp rest_param = ALLOC(FunctionParam, (rest_name, rest_type_name, NULL));
NULL 690 eval/eval-parse.cpp QualifiedName* param_type_name = NULL;
NULL 691 eval/eval-parse.cpp Expr* param_default_value = NULL;
NULL 709 eval/eval-parse.cpp QualifiedName* return_type_name = NULL;
NULL 721 eval/eval-parse.cpp if (rest_param == NULL)
NULL 722 eval/eval-parse.cpp addVarBinding(compiler->SYM_arguments, NULL);
NULL 107 eval/eval-parse.h Qualifier() : tag(QUAL_none), is_native(false), is_static(false), is_prototype(false), name(NULL) {}
NULL 549 eval/eval-parse.h AvmAssert(name != NULL);
NULL 565 eval/eval-parse.h AvmAssert(obj != NULL && name != NULL);
NULL 582 eval/eval-parse.h SimpleName(Str* name) : name(name) { AvmAssert(name != NULL); }
NULL 684 eval/eval-parse.h LabelSetStmt(uint32_t pos=0) : Stmt(pos), labels(NULL) {}
NULL 756 eval/eval-parse.h CaseClause(uint32_t pos, Expr* expr) : pos(pos), expr(expr), stmts(NULL) {}
NULL 853 eval/eval-parse.h Seq<Stmt*>* directives(int flags, Seq<Stmt*>** out_instance_init=NULL);
NULL 861 eval/eval-parse.h Expr* varBindings(uint32_t* pos, bool is_const=false, int flags=0, uint32_t* numbindings=NULL, Expr** firstName=NULL);
NULL 999 eval/eval-parse.h Binding* findBinding(Str* name, BindingKind kind, BindingRib* rib=NULL);
NULL 77 eval/eval-util-inlines.h return last == NULL ? 0 : (uint32_t)(size_rest + (out - last->start));
NULL 51 eval/eval-util.cpp , free_sbchunks(NULL)
NULL 52 eval/eval-util.cpp , current_chunk(NULL)
NULL 53 eval/eval-util.cpp , current_top(NULL)
NULL 54 eval/eval-util.cpp , current_limit(NULL)
NULL 64 eval/eval-util.cpp while (current_chunk != NULL)
NULL 99 eval/eval-util.cpp if (last == NULL)
NULL 137 eval/eval-util.cpp , chunk(NULL)
NULL 144 eval/eval-util.cpp while (chunk != NULL)
NULL 152 eval/eval-util.cpp if (chunk == NULL)
NULL 154 eval/eval-util.cpp while (chunk->next != NULL)
NULL 179 eval/eval-util.cpp if (lim == NULL) {
NULL 207 eval/eval-util.cpp if (chunk->next == NULL)
NULL 231 eval/eval-util.cpp if (other != NULL) {
NULL 239 eval/eval-util.cpp if (c == NULL)
NULL 243 eval/eval-util.cpp if (c->next != NULL)
NULL 251 eval/eval-util.cpp if (c == NULL)
NULL 255 eval/eval-util.cpp if (c->next != NULL)
NULL 265 eval/eval-util.cpp if (allocator->free_sbchunks != NULL) {
NULL 413 eval/eval-util.cpp , out(NULL)
NULL 414 eval/eval-util.cpp , limit(NULL)
NULL 415 eval/eval-util.cpp , first(NULL)
NULL 416 eval/eval-util.cpp , last(NULL)
NULL 423 eval/eval-util.cpp if (last != NULL) {
NULL 429 eval/eval-util.cpp c->next = NULL;
NULL 433 eval/eval-util.cpp if (last != NULL)
NULL 442 eval/eval-util.cpp if (last != NULL) {
NULL 444 eval/eval-util.cpp for ( Chunk* c = first ; c != NULL ; c = c->next ) {
NULL 215 eval/eval-util.h Seq(T hd, Seq<T>* tl=NULL) : hd(hd), tl(tl) {}
NULL 222 eval/eval-util.h SeqBuilder(Allocator* allocator) : allocator(allocator), items(NULL), last(NULL) {}
NULL 161 eval/generate-unicode-tables.c if (fp == NULL)
NULL 166 eval/generate-unicode-tables.c while (fgets(buf, sizeof(buf), fp) != NULL) {
NULL 164 extensions/DictionaryGlue.cpp AvmAssert(key->traits() != NULL);
NULL 1538 extensions/JavaGlue.cpp HKEY hKey = NULL;
NULL 1553 extensions/JavaGlue.cpp err = RegQueryValueEx(hKey, JRE_KEY, NULL, NULL, (LPBYTE)val, &length);
NULL 61 extensions/ST_avmplus_basics.cpp const char* ST_avmplus_basics::ST_names[] = {"unsigned_int","signed_int","equalsLatin1","containsLatin1","indexOfLatin1","matchesLatin1","matchesLatin1_caseless", NULL };
NULL 64 extensions/ST_avmplus_peephole.cpp const char* ST_avmplus_peephole::ST_names[] = {"get2locals", NULL };
NULL 80 extensions/ST_avmplus_peephole.cpp opcode_labels = NULL; // interpGetOpcodeLables() returns a pointer to static data
NULL 86 extensions/ST_avmplus_peephole.cpp WordcodeEmitter* t = new WordcodeEmitter(core, NULL);
NULL 72 extensions/ST_mmgc_basics.cpp const char* ST_mmgc_basics::ST_names[] = {"create_gc_instance","create_gc_object","get_bytesinuse","collect","getgcheap","fixedAlloc","fixedMalloc","gcheap","gcmethods","gcLargeAlloc","finalizerDelete", NULL };
NULL 90 extensions/ST_mmgc_basics.cpp if (gc==NULL) {
NULL 111 extensions/ST_mmgc_basics.cpp verifyPass(gc != NULL, "gc != NULL", __FILE__, __LINE__);
NULL 118 extensions/ST_mmgc_basics.cpp verifyPass(mygcobject!=NULL, "mygcobject!=NULL", __FILE__, __LINE__);
NULL 147 extensions/ST_mmgc_basics.cpp verifyPass(gc->GetGCHeap()!=NULL, "gc->GetGCHeap()!=NULL", __FILE__, __LINE__);
NULL 69 extensions/ST_mmgc_threads.cpp return NULL;
NULL 88 extensions/ST_mmgc_threads.cpp pthread_create(&pthread, NULL, slaveRunner, this);
NULL 122 extensions/ST_mmgc_threads.cpp const char* ST_mmgc_threads::ST_names[] = {"mmgc_gc_root_thread", NULL };
NULL 130 extensions/ST_mmgc_threads.cpp if (gc==NULL) {
NULL 134 extensions/ST_mmgc_threads.cpp pthread_mutex_init(&pmutex, NULL);
NULL 135 extensions/ST_mmgc_threads.cpp pthread_cond_init(&pcond, NULL);
NULL 153 extensions/ST_mmgc_threads.cpp ~RCObjectNotifier() { *isDead = true; isDead = NULL; }
NULL 175 extensions/ST_mmgc_threads.cpp pthread_join(pthread, NULL);
NULL 138 extensions/SamplerScript.cpp ScriptObject(vt, NULL),
NULL 187 extensions/SamplerScript.cpp : ScriptObject(vtable, NULL)
NULL 188 extensions/SamplerScript.cpp , currTraits(t ? t->getTraitsBindings() : NULL)
NULL 194 extensions/SamplerScript.cpp while (currTraits != NULL)
NULL 219 extensions/SamplerScript.cpp currTraits = NULL;
NULL 232 extensions/SamplerScript.cpp Traits* t = Traits::newTraits(pool, NULL, sz, 0, 0, TRAITSTYPE_RT);
NULL 233 extensions/SamplerScript.cpp return toplevel->core()->newVTable(t, NULL, toplevel);
NULL 245 extensions/SamplerScript.cpp if (s->sampleIteratorVTable == NULL)
NULL 330 extensions/SamplerScript.cpp ScopeChain* sc = NULL;
NULL 372 extensions/SamplerScript.cpp StackFrameObject* sf = (StackFrameObject*)sfcc->createInstance(sfcc->ivtable(), NULL);
NULL 378 extensions/SamplerScript.cpp if (s->getSamples(num) == NULL)
NULL 398 extensions/SamplerScript.cpp SampleObject* sam = (SampleObject*)cc->createInstance(cc->ivtable(), NULL);
NULL 409 extensions/SamplerScript.cpp return NULL;
NULL 417 extensions/SamplerScript.cpp return NULL;
NULL 432 extensions/SamplerScript.cpp return NULL;
NULL 433 extensions/SamplerScript.cpp if (sample.ptr != NULL )
NULL 444 extensions/SamplerScript.cpp return NULL;
NULL 451 extensions/SamplerScript.cpp return NULL;
NULL 470 extensions/SamplerScript.cpp if (s->slotIteratorVTable == NULL)
NULL 607 extensions/SamplerScript.cpp AvmAssert(core->codeContext() != NULL);
NULL 616 extensions/SamplerScript.cpp if (object == NULL)
NULL 642 extensions/SamplerScript.cpp MethodEnv *env = NULL;
NULL 63 extensions/Selftest.cpp , tests(NULL)
NULL 64 extensions/Selftest.cpp , last(NULL)
NULL 71 extensions/Selftest.cpp while (tests != NULL)
NULL 81 extensions/Selftest.cpp test->next = NULL;
NULL 82 extensions/Selftest.cpp if (last != NULL)
NULL 96 extensions/Selftest.cpp for ( Selftest* volatile ts = tests ; ts != NULL ; ts = ts->next )
NULL 99 extensions/Selftest.cpp if ((component_glob == NULL || match(component_glob, t->component)) &&
NULL 100 extensions/Selftest.cpp (category_glob == NULL || match(category_glob, t->category)))
NULL 112 extensions/Selftest.cpp if (test_name == NULL)
NULL 114 extensions/Selftest.cpp if (name_glob == NULL || match(name_glob, test_name))
NULL 206 extensions/Selftest.cpp , next(NULL)
NULL 47 extensions/SelftestClasses.h child=NULL;
NULL 47 nanojit/Allocator.cpp : current_chunk(NULL)
NULL 48 nanojit/Allocator.cpp , current_top(NULL)
NULL 49 nanojit/Allocator.cpp , current_limit(NULL)
NULL 65 nanojit/Allocator.cpp current_chunk = NULL;
NULL 66 nanojit/Allocator.cpp current_top = NULL;
NULL 67 nanojit/Allocator.cpp current_limit = NULL;
NULL 61 nanojit/Assembler.cpp : codeList(NULL)
NULL 65 nanojit/Assembler.cpp , _thisfrag(NULL)
NULL 69 nanojit/Assembler.cpp , _epilogue(NULL)
NULL 72 nanojit/Assembler.cpp , pedanticTop(NULL)
NULL 75 nanojit/Assembler.cpp , cgen(NULL)
NULL 707 nanojit/Assembler.cpp _epilogue = NULL;
NULL 1548 nanojit/Assembler.cpp for (Seq<LIns*> *p = pending_lives.get(); p != NULL; p = p->tail) {
NULL 129 nanojit/CodeAlloc.cpp NanoAssert(mem != NULL); // see allocCodeChunk contract in CodeAlloc.h
NULL 248 nanojit/CodeAlloc.cpp FlushInstructionCache(GetCurrentProcess(), NULL, NULL);
NULL 293 nanojit/CodeAlloc.cpp FlushInstructionCache(GetCurrentProcess(), NULL, NULL);
NULL 106 nanojit/Containers.h Seq(T head, Seq<T>* tail=NULL) : head(head), tail(tail) {}
NULL 119 nanojit/Containers.h , items(NULL)
NULL 120 nanojit/Containers.h , last(NULL)
NULL 126 nanojit/Containers.h if (last == NULL)
NULL 134 nanojit/Containers.h if (last == NULL)
NULL 148 nanojit/Containers.h return items == NULL;
NULL 153 nanojit/Containers.h items = last = NULL;
NULL 270 nanojit/Containers.h for (Seq<Node>* p = buckets[i]; p != NULL; p = p->tail) {
NULL 274 nanojit/Containers.h return NULL;
NULL 321 nanojit/Containers.h for (Seq<Node>* p = buckets[i]; p != NULL; p = p->tail) {
NULL 349 nanojit/Containers.h Iter(HashMap<K,T,H>& map) : map(map), bucket((int)map.nbuckets-1), current(NULL)
NULL 358 nanojit/Containers.h return current != NULL;
NULL 363 nanojit/Containers.h NanoAssert(current != NULL);
NULL 369 nanojit/Containers.h NanoAssert(current != NULL);
NULL 393 nanojit/Containers.h Node(K k, T v) : left(NULL), right(NULL), key(k), value(v)
NULL 419 nanojit/Containers.h return NULL;
NULL 430 nanojit/Containers.h TreeMap(Allocator& alloc) : alloc(alloc), root(NULL)
NULL 459 nanojit/Containers.h root = NULL;
NULL 56 nanojit/Fragmento.cpp lirbuf(NULL),
NULL 57 nanojit/Fragmento.cpp lastIns(NULL),
NULL 60 nanojit/Fragmento.cpp fragEntry(NULL),
NULL 61 nanojit/Fragmento.cpp verbose_only( loopLabel(NULL), )
NULL 68 nanojit/Fragmento.cpp verbose_only( guardsForFrag(NULL), )
NULL 69 nanojit/Fragmento.cpp _code(NULL),
NULL 71 nanojit/LIR.cpp NULL
NULL 106 nanojit/LIR.cpp for (Seq<char*>* p = _strs.get(); p != NULL; p = p->tail)
NULL 133 nanojit/LIR.cpp names(NULL),
NULL 135 nanojit/LIR.cpp abi(ABI_FASTCALL), state(NULL), param1(NULL), sp(NULL), rp(NULL),
NULL 149 nanojit/LIR.cpp savedRegs[i] = NULL;
NULL 813 nanojit/LIR.cpp return out->insGuard(LIR_x, NULL, gr);
NULL 1198 nanojit/LIR.cpp while ((ins = m_list[kind][hash]) != NULL &&
NULL 1222 nanojit/LIR.cpp while ((ins = m_list[kind][hash]) != NULL &&
NULL 1253 nanojit/LIR.cpp while ((ins = m_list[kind][hash]) != NULL &&
NULL 1277 nanojit/LIR.cpp while ((ins = m_list[kind][hash]) != NULL &&
NULL 1300 nanojit/LIR.cpp while ((ins = m_list[kind][hash]) != NULL &&
NULL 1323 nanojit/LIR.cpp while ((ins = m_list[kind][hash]) != NULL &&
NULL 1346 nanojit/LIR.cpp while ((ins = m_list[kind][hash]) != NULL &&
NULL 1377 nanojit/LIR.cpp while ((ins = m_list[kind][hash]) != NULL &&
NULL 1404 nanojit/LIR.cpp RetiredEntry(): live(NULL), i(NULL) {}
NULL 1644 nanojit/LIR.cpp for (Seq<RetiredEntry*>* p = live.retired.get(); p != NULL; p = p->tail) {
NULL 1652 nanojit/LIR.cpp for (Seq<LIns*>* p = e->live; p != NULL; p = p->tail) {
NULL 2151 nanojit/LIR.cpp ReverseLister *pp_init = NULL;
NULL 2152 nanojit/LIR.cpp ReverseLister *pp_after_sf = NULL;
NULL 2213 nanojit/LIR.cpp for (Seq<char*>* p = asmOutput.get(); p != NULL; p = p->tail) {
NULL 2316 nanojit/LIR.cpp if (start != NULL) {
NULL 1149 nanojit/LIR.h for (Seq<LIns*>* p = code.get(); p != NULL; p = p->tail) {
NULL 1471 nanojit/LIR.h : LirWriter(out), sp(NULL), rp(NULL)
NULL 161 nanojit/Native.h NanoAssert(gr->next == NULL);
NULL 88 nanojit/RegAlloc.h NanoAssert(active[r] == NULL);
NULL 96 nanojit/RegAlloc.h NanoAssert(active[r] != NULL);
NULL 104 nanojit/RegAlloc.h NanoAssert(active[r] != NULL);
NULL 107 nanojit/RegAlloc.h active[r] = NULL;
NULL 113 nanojit/RegAlloc.h NanoAssert(active[r] != NULL);
NULL 114 nanojit/RegAlloc.h active[r] = NULL;
NULL 162 other-licenses/zlib/crc32.c if (out == NULL) return;
NULL 584 other-licenses/zlib/deflate.c if (s->gzhead == NULL) {
NULL 611 other-licenses/zlib/deflate.c if (s->gzhead->extra != NULL) {
NULL 653 other-licenses/zlib/deflate.c if (s->gzhead->extra != NULL) {
NULL 681 other-licenses/zlib/deflate.c if (s->gzhead->name != NULL) {
NULL 712 other-licenses/zlib/deflate.c if (s->gzhead->comment != NULL) {
NULL 117 other-licenses/zlib/gzio.c s->file = NULL;
NULL 124 other-licenses/zlib/gzio.c s->msg = NULL;
NULL 128 other-licenses/zlib/gzio.c if (s->path == NULL) {
NULL 183 other-licenses/zlib/gzio.c if (s->file == NULL) {
NULL 241 other-licenses/zlib/gzio.c if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
NULL 364 other-licenses/zlib/gzio.c if (s->stream.state != NULL) {
NULL 375 other-licenses/zlib/gzio.c if (s->file != NULL && fclose(s->file)) {
NULL 403 other-licenses/zlib/gzio.c if (s == NULL || s->mode != 'r') return Z_STREAM_ERROR;
NULL 521 other-licenses/zlib/gzio.c if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF;
NULL 566 other-licenses/zlib/gzio.c if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
NULL 713 other-licenses/zlib/gzio.c if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
NULL 774 other-licenses/zlib/gzio.c if (s == NULL || whence == SEEK_END ||
NULL 862 other-licenses/zlib/gzio.c if (s == NULL || s->mode != 'r') return -1;
NULL 900 other-licenses/zlib/gzio.c if (s == NULL || s->mode != 'r') return 0;
NULL 913 other-licenses/zlib/gzio.c if (s == NULL || s->mode != 'r') return 0;
NULL 958 other-licenses/zlib/gzio.c if (s == NULL) return Z_STREAM_ERROR;
NULL 994 other-licenses/zlib/gzio.c if (s == NULL) {
NULL 1003 other-licenses/zlib/gzio.c if (m == NULL || *m == '\0') m = (char*)ERR_MSG(s->z_err);
NULL 1022 other-licenses/zlib/gzio.c if (s == NULL) return;
NULL 335 other-licenses/zlib/trees.c Assert (header != NULL, "Can't open trees.h");
NULL 230 other-licenses/zlib/zutil.c if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
NULL 131 other-licenses/zlib/zutil.h # define fdopen(fd,mode) NULL /* No fdopen() */
NULL 151 other-licenses/zlib/zutil.h # define fdopen(fd,mode) NULL /* No fdopen() */
NULL 156 other-licenses/zlib/zutil.h # define fdopen(fd,mode) NULL /* No fdopen() */
NULL 88 pcre/dftables.cpp if (f == NULL)
NULL 1069 pcre/pcre_compile.cpp if (name == NULL && count == lorn) return count;
NULL 1084 pcre/pcre_compile.cpp if (name == NULL && count == lorn) return count;
NULL 1089 pcre/pcre_compile.cpp if (name != NULL && lorn == ptr - thisname &&
NULL 1202 pcre/pcre_compile.cpp AvmAssert(topSegment == NULL || top > topSegment->memory);
NULL 1203 pcre/pcre_compile.cpp AvmAssert(topSegment == NULL || limit == topSegment->memory + TYPED_SEGMENT_SIZE);
NULL 1209 pcre/pcre_compile.cpp : topSegment(NULL)
NULL 1210 pcre/pcre_compile.cpp , top(NULL)
NULL 1211 pcre/pcre_compile.cpp , limit(NULL)
NULL 1230 pcre/pcre_compile.cpp while (topSegment != NULL)
NULL 1237 pcre/pcre_compile.cpp return topSegment == NULL;
NULL 1281 pcre/pcre_compile.cpp if (topSegment != NULL)
NULL 1295 pcre/pcre_compile.cpp if (topSegment != NULL)
NULL 1302 pcre/pcre_compile.cpp top = NULL;
NULL 1303 pcre/pcre_compile.cpp limit = NULL;
NULL 1588 pcre/pcre_compile.cpp if (c == OP_END) return NULL;
NULL 1689 pcre/pcre_compile.cpp if (c == OP_END) return NULL;
NULL 1786 pcre/pcre_compile.cpp for (code = first_significant_code(code + _pcre_OP_lengths[*code], NULL, 0, TRUE);
NULL 1788 pcre/pcre_compile.cpp code = first_significant_code(code + _pcre_OP_lengths[c], NULL, 0, TRUE))
NULL 1974 pcre/pcre_compile.cpp while (bcptr != NULL && bcptr->current >= code)
NULL 2083 pcre/pcre_compile.cpp while ((ptr = (uschar *)find_recurse(ptr, utf8)) != NULL)
NULL 2614 pcre/pcre_compile.cpp uschar *previous = NULL;
NULL 2615 pcre/pcre_compile.cpp uschar *previous_callout = NULL;
NULL 2616 pcre/pcre_compile.cpp uschar *save_hwm = NULL;
NULL 2626 pcre/pcre_compile.cpp uschar *utf8_char = NULL;
NULL 2630 pcre/pcre_compile.cpp if (lengthptr != NULL) DPRINTF((">> start branch\n"));
NULL 2686 pcre/pcre_compile.cpp if (lengthptr != NULL)
NULL 2720 pcre/pcre_compile.cpp if (previous != NULL)
NULL 2758 pcre/pcre_compile.cpp if (previous_callout != NULL)
NULL 2760 pcre/pcre_compile.cpp if (lengthptr == NULL) /* Don't attempt in pre-compile phase */
NULL 2762 pcre/pcre_compile.cpp previous_callout = NULL;
NULL 2779 pcre/pcre_compile.cpp if (!is_quantifier && previous_callout != NULL &&
NULL 2782 pcre/pcre_compile.cpp if (lengthptr == NULL) /* Don't attempt in pre-compile phase */
NULL 2784 pcre/pcre_compile.cpp previous_callout = NULL;
NULL 2831 pcre/pcre_compile.cpp if (lengthptr != NULL)
NULL 2853 pcre/pcre_compile.cpp previous = NULL;
NULL 2858 pcre/pcre_compile.cpp previous = NULL;
NULL 3095 pcre/pcre_compile.cpp if (lengthptr == NULL) switch (-c)
NULL 3469 pcre/pcre_compile.cpp if (lengthptr == NULL) for (; c <= d; c++)
NULL 3646 pcre/pcre_compile.cpp if (lengthptr == NULL) /* Save time in the pre-compile phase */
NULL 3695 pcre/pcre_compile.cpp if (previous == NULL)
NULL 3800 pcre/pcre_compile.cpp check_auto_possessive(OP_NOT, c, utf8, NULL, ptr + 1, options, cd))
NULL 3824 pcre/pcre_compile.cpp check_auto_possessive(c, 0, utf8, NULL, ptr + 1, options, cd))
NULL 4025 pcre/pcre_compile.cpp uschar *bralink = NULL;
NULL 4103 pcre/pcre_compile.cpp offset = (bralink == NULL)? 0 : previous - bralink;
NULL 4126 pcre/pcre_compile.cpp if (lengthptr != NULL)
NULL 4178 pcre/pcre_compile.cpp if (lengthptr != NULL && repeat_max > 0)
NULL 4209 pcre/pcre_compile.cpp offset = (bralink == NULL)? 0 : code - bralink;
NULL 4227 pcre/pcre_compile.cpp while (bralink != NULL)
NULL 4233 pcre/pcre_compile.cpp bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset;
NULL 4256 pcre/pcre_compile.cpp if (lengthptr == NULL && *bracode != OP_ONCE)
NULL 4335 pcre/pcre_compile.cpp previous = NULL;
NULL 4358 pcre/pcre_compile.cpp previous = NULL;
NULL 4511 pcre/pcre_compile.cpp if (lengthptr != NULL) break;
NULL 4635 pcre/pcre_compile.cpp previous = NULL;
NULL 4696 pcre/pcre_compile.cpp previous = NULL;
NULL 4728 pcre/pcre_compile.cpp if (lengthptr != NULL)
NULL 4811 pcre/pcre_compile.cpp if (lengthptr != NULL)
NULL 4926 pcre/pcre_compile.cpp if (lengthptr == NULL)
NULL 4933 pcre/pcre_compile.cpp if (called == NULL)
NULL 4935 pcre/pcre_compile.cpp if (find_parens(ptr, cd->bracount, NULL, recno,
NULL 5043 pcre/pcre_compile.cpp (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
NULL 5066 pcre/pcre_compile.cpp previous = NULL; /* This item can't be repeated */
NULL 5105 pcre/pcre_compile.cpp previous = (bravalue >= OP_ONCE)? code : NULL;
NULL 5125 pcre/pcre_compile.cpp (lengthptr == NULL)? NULL : /* Actual compile phase */
NULL 5140 pcre/pcre_compile.cpp if (bravalue == OP_COND && lengthptr == NULL)
NULL 5192 pcre/pcre_compile.cpp if (lengthptr != NULL)
NULL 5364 pcre/pcre_compile.cpp previous = (-c > ESC_b && -c < ESC_Z)? code : NULL;
NULL 5512 pcre/pcre_compile.cpp uschar *reverse_count = NULL;
NULL 5579 pcre/pcre_compile.cpp &branchreqbyte, &bc, cd, (lengthptr == NULL)? NULL : &length))
NULL 5592 pcre/pcre_compile.cpp if (lengthptr == NULL)
NULL 5664 pcre/pcre_compile.cpp if (lengthptr == NULL)
NULL 5702 pcre/pcre_compile.cpp if (lengthptr != NULL)
NULL 5723 pcre/pcre_compile.cpp if (lengthptr != NULL)
NULL 5917 pcre/pcre_compile.cpp wi_code + _pcre_OP_lengths[*wi_code], NULL, 0, FALSE);
NULL 6106 pcre/pcre_compile.cpp return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
NULL 6146 pcre/pcre_compile.cpp if (errorptr == NULL)
NULL 6148 pcre/pcre_compile.cpp if (errorcodeptr != NULL) *errorcodeptr = 99;
NULL 6149 pcre/pcre_compile.cpp return NULL;
NULL 6152 pcre/pcre_compile.cpp *errorptr = NULL;
NULL 6153 pcre/pcre_compile.cpp if (errorcodeptr != NULL) *errorcodeptr = ERR0;
NULL 6157 pcre/pcre_compile.cpp if (erroroffset == NULL)
NULL 6191 pcre/pcre_compile.cpp if (tables == NULL) tables = _pcre_default_tables;
NULL 6279 pcre/pcre_compile.cpp cd->name_table = NULL;
NULL 6299 pcre/pcre_compile.cpp &code, &ptr, &errorcode, FALSE, FALSE, 0, &firstbyte, &reqbyte, NULL, cd,
NULL 6320 pcre/pcre_compile.cpp if (re == NULL)
NULL 6341 pcre/pcre_compile.cpp re->tables = (tables == _pcre_default_tables)? NULL : tables;
NULL 6342 pcre/pcre_compile.cpp re->nullpad = NULL;
NULL 6369 pcre/pcre_compile.cpp &errorcode, FALSE, FALSE, 0, &firstbyte, &reqbyte, NULL, cd, NULL);
NULL 6399 pcre/pcre_compile.cpp if (groupptr == NULL) errorcode = ERR53;
NULL 6417 pcre/pcre_compile.cpp if (errorcodeptr != NULL) *errorcodeptr = errorcode;
NULL 6418 pcre/pcre_compile.cpp return NULL;
NULL 6503 pcre/pcre_compile.cpp if (errorcodeptr != NULL) *errorcodeptr = ERR23;
NULL 6504 pcre/pcre_compile.cpp return NULL;
NULL 2386 pcre/pcre_dfa_exec.cpp if (pcre_callout != NULL)
NULL 2499 pcre/pcre_dfa_exec.cpp const pcre_study_data *study = NULL;
NULL 2503 pcre/pcre_dfa_exec.cpp const uschar *start_bits = NULL;
NULL 2514 pcre/pcre_dfa_exec.cpp if (re == NULL || subject == NULL || workspace == NULL ||
NULL 2515 pcre/pcre_dfa_exec.cpp (offsets == NULL && offsetcount > 0)) return PCRE_ERROR_NULL;
NULL 2525 pcre/pcre_dfa_exec.cpp md->callout_data = NULL;
NULL 2527 pcre/pcre_dfa_exec.cpp if (extra_data != NULL)
NULL 2549 pcre/pcre_dfa_exec.cpp if (re == NULL) return PCRE_ERROR_BADMAGIC;
NULL 2550 pcre/pcre_dfa_exec.cpp if (study != NULL) study = &internal_study;
NULL 2641 pcre/pcre_dfa_exec.cpp if (md->tables == NULL) md->tables = _pcre_default_tables;
NULL 2666 pcre/pcre_dfa_exec.cpp if (startline && study != NULL &&
NULL 2742 pcre/pcre_dfa_exec.cpp else if (start_bits != NULL)
NULL 294 pcre/pcre_exec.cpp if (frame != NULL)\
NULL 437 pcre/pcre_exec.cpp frame->Xprevframe = NULL; /* Marks the top level */
NULL 805 pcre/pcre_exec.cpp condition = md->recursive != NULL &&
NULL 829 pcre/pcre_exec.cpp RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, ims, NULL,
NULL 880 pcre/pcre_exec.cpp if (md->recursive != NULL && md->recursive->group_num == 0)
NULL 921 pcre/pcre_exec.cpp RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, ims, NULL, 0,
NULL 948 pcre/pcre_exec.cpp RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, ims, NULL, 0,
NULL 998 pcre/pcre_exec.cpp if (pcre_callout != NULL)
NULL 1063 pcre/pcre_exec.cpp if (new_recursive.offset_save == NULL) RRETURN(PCRE_ERROR_NOMEMORY);
NULL 1232 pcre/pcre_exec.cpp else saved_eptr = NULL;
NULL 1328 pcre/pcre_exec.cpp if (md->recursive != NULL && md->recursive->group_num == number)
NULL 4530 pcre/pcre_exec.cpp const uschar *start_bits = NULL;
NULL 4545 pcre/pcre_exec.cpp if (re == NULL || subject == NULL ||
NULL 4546 pcre/pcre_exec.cpp (offsets == NULL && offsetcount > 0)) return PCRE_ERROR_NULL;
NULL 4552 pcre/pcre_exec.cpp study = NULL;
NULL 4555 pcre/pcre_exec.cpp md->callout_data = NULL;
NULL 4561 pcre/pcre_exec.cpp if (extra_data != NULL)
NULL 4579 pcre/pcre_exec.cpp if (tables == NULL) tables = _pcre_default_tables;
NULL 4589 pcre/pcre_exec.cpp if (re == NULL) return PCRE_ERROR_BADMAGIC;
NULL 4590 pcre/pcre_exec.cpp if (study != NULL) study = &internal_study;
NULL 4618 pcre/pcre_exec.cpp md->recursive = NULL; /* No recursion at top level */
NULL 4706 pcre/pcre_exec.cpp if (md->offset_vector == NULL) return PCRE_ERROR_NOMEMORY;
NULL 4732 pcre/pcre_exec.cpp if (md->offset_vector != NULL)
NULL 4754 pcre/pcre_exec.cpp if (!startline && study != NULL &&
NULL 4782 pcre/pcre_exec.cpp if (md->offset_vector != NULL)
NULL 4838 pcre/pcre_exec.cpp else if (start_bits != NULL)
NULL 4921 pcre/pcre_exec.cpp rc = match(start_match, md->start_code, start_match, 2, md, ims, NULL, 0, 0);
NULL 75 pcre/pcre_fullinfo.cpp const pcre_study_data *study = NULL;
NULL 77 pcre/pcre_fullinfo.cpp if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
NULL 79 pcre/pcre_fullinfo.cpp if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_STUDY_DATA) != 0)
NULL 85 pcre/pcre_fullinfo.cpp if (re == NULL) return PCRE_ERROR_BADMAGIC;
NULL 86 pcre/pcre_fullinfo.cpp if (study != NULL) study = &internal_study;
NULL 100 pcre/pcre_fullinfo.cpp *((size_t *)where) = (study == NULL)? 0 : study->size;
NULL 122 pcre/pcre_fullinfo.cpp (study != NULL && (study->options & PCRE_STUDY_MAPPED) != 0)?
NULL 123 pcre/pcre_fullinfo.cpp ((const pcre_study_data *)extra_data->study_data)->start_bits : NULL;
NULL 76 pcre/pcre_get.cpp if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
NULL 80 pcre/pcre_get.cpp if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
NULL 82 pcre/pcre_get.cpp if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
NULL 126 pcre/pcre_get.cpp if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
NULL 130 pcre/pcre_get.cpp if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
NULL 132 pcre/pcre_get.cpp if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
NULL 190 pcre/pcre_get.cpp char *first=NULL, *last=NULL;
NULL 325 pcre/pcre_get.cpp if (stringlist == NULL) return PCRE_ERROR_NOMEMORY;
NULL 339 pcre/pcre_get.cpp *stringlist = NULL;
NULL 400 pcre/pcre_get.cpp if (substring == NULL) return PCRE_ERROR_NOMEMORY;
NULL 68 pcre/pcre_globals.cpp const pcre_callout_t pcre_callout = NULL;
NULL 77 pcre/pcre_globals.cpp extern "C" int (*pcre_callout)(pcre_callout_block *) = NULL;;
NULL 91 pcre/pcre_globals.cpp int (*pcre_callout)(pcre_callout_block *) = NULL;
NULL 102 pcre/pcre_globals.cpp PCRE_EXP_DATA_DEFN int (*pcre_callout)(pcre_callout_block *) = NULL;
NULL 80 pcre/pcre_info.cpp if (re == NULL) return PCRE_ERROR_NULL;
NULL 83 pcre/pcre_info.cpp re = _pcre_try_flipped(re, &internal_re, NULL, NULL);
NULL 84 pcre/pcre_info.cpp if (re == NULL) return PCRE_ERROR_BADMAGIC;
NULL 86 pcre/pcre_info.cpp if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_OPTIONS);
NULL 87 pcre/pcre_info.cpp if (first_byte != NULL)
NULL 81 pcre/pcre_maketables.cpp if (yield == NULL) return NULL;
NULL 75 pcre/pcre_refcount.cpp if (re == NULL) return PCRE_ERROR_NULL;
NULL 49 pcre/pcre_scanner.cc skip_(NULL),
NULL 53 pcre/pcre_scanner.cc comments_(NULL),
NULL 60 pcre/pcre_scanner.cc skip_(NULL),
NULL 64 pcre/pcre_scanner.cc comments_(NULL),
NULL 75 pcre/pcre_scanner.cc if (re != NULL) {
NULL 81 pcre/pcre_scanner.cc skip_ = NULL;
NULL 89 pcre/pcre_scanner.cc if (re != NULL) {
NULL 95 pcre/pcre_scanner.cc skip_ = NULL;
NULL 102 pcre/pcre_scanner.cc assert(skip_ != NULL);
NULL 107 pcre/pcre_scanner.cc assert(skip_ != NULL);
NULL 152 pcre/pcre_scanner.cc if (comments_ == NULL) {
NULL 512 pcre/pcre_study.cpp *errorptr = NULL;
NULL 514 pcre/pcre_study.cpp if (re == NULL || re->magic_number != MAGIC_NUMBER)
NULL 517 pcre/pcre_study.cpp return NULL;
NULL 523 pcre/pcre_study.cpp return NULL;
NULL 534 pcre/pcre_study.cpp return NULL;
NULL 539 pcre/pcre_study.cpp if (tables == NULL)
NULL 540 pcre/pcre_study.cpp (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,
NULL 552 pcre/pcre_study.cpp (re->options & PCRE_UTF8) != 0, &compile_block) != SSB_DONE) return NULL;
NULL 564 pcre/pcre_study.cpp if (extra == NULL)
NULL 567 pcre/pcre_study.cpp return NULL;
NULL 106 pcre/pcre_try_flipped.cpp return NULL;
NULL 126 pcre/pcre_try_flipped.cpp if (study != NULL)
NULL 58 pcre/pcrecpp.cc PCRECPP_EXP_DEFN Arg no_arg((void*)NULL);
NULL 68 pcre/pcrecpp.cc if (options == NULL) {
NULL 74 pcre/pcrecpp.cc re_full_ = NULL;
NULL 75 pcre/pcrecpp.cc re_partial_ = NULL;
NULL 78 pcre/pcrecpp.cc if (re_partial_ != NULL) {
NULL 84 pcre/pcrecpp.cc if (re_full_ != NULL) (*pcre_free)(re_full_);
NULL 85 pcre/pcrecpp.cc if (re_partial_ != NULL) (*pcre_free)(re_partial_);
NULL 117 pcre/pcrecpp.cc &compile_error, &eoffset, NULL);
NULL 125 pcre/pcrecpp.cc &compile_error, &eoffset, NULL);
NULL 127 pcre/pcrecpp.cc if (re == NULL) {
NULL 460 pcre/pcrecpp.cc if (re == NULL) {
NULL 476 pcre/pcrecpp.cc (text.data() == NULL) ? "" : text.data(),
NULL 516 pcre/pcrecpp.cc if (n == 0 || args == NULL) {
NULL 590 pcre/pcrecpp.cc if (re_partial_ == NULL) return -1;
NULL 594 pcre/pcrecpp.cc NULL, // We did not study the pattern
NULL 605 pcre/pcrecpp.cc return (dest == NULL);
NULL 296 pcre/pcrecpp_unittest.cc { "", NULL, NULL, NULL, NULL }
NULL 305 pcre/pcrecpp_unittest.cc for (const ReplaceTest *t = tests; t->original != NULL; ++t) {
NULL 861 pcre/pcrecpp_unittest.cc CHECK(RE("(\\w+)(:)(\\d+)").FullMatch("ruby:1234", &s, (void*)NULL, &i));
NULL 1229 pcre/pcrecpp_unittest.cc if (getenv("VERBOSE_TEST") != NULL)
NULL 82 pcre/pcredemo.cpp NULL); /* use default character tables */
NULL 86 pcre/pcredemo.cpp if (re == NULL)
NULL 101 pcre/pcredemo.cpp NULL, /* no extra data - we didn't study the pattern */
NULL 167 pcre/pcredemo.cpp NULL, /* no extra data - we didn't study the pattern */
NULL 181 pcre/pcredemo.cpp NULL, /* no extra data - we didn't study the pattern */
NULL 187 pcre/pcredemo.cpp NULL, /* no extra data - we didn't study the pattern */
NULL 252 pcre/pcredemo.cpp NULL, /* no extra data - we didn't study the pattern */
NULL 114 pcre/pcregrep.cpp static char *colour_option = NULL;
NULL 115 pcre/pcregrep.cpp static char *dee_option = NULL;
NULL 116 pcre/pcregrep.cpp static char *DEE_option = NULL;
NULL 117 pcre/pcregrep.cpp static char *newline = NULL;
NULL 118 pcre/pcregrep.cpp static char *pattern_filename = NULL;
NULL 120 pcre/pcregrep.cpp static char *locale = NULL;
NULL 122 pcre/pcregrep.cpp static const unsigned char *pcretables = NULL;
NULL 125 pcre/pcregrep.cpp static pcre **pattern_list = NULL;
NULL 126 pcre/pcregrep.cpp static pcre_extra **hints_list = NULL;
NULL 128 pcre/pcregrep.cpp static char *include_pattern = NULL;
NULL 129 pcre/pcregrep.cpp static char *exclude_pattern = NULL;
NULL 131 pcre/pcregrep.cpp static pcre *include_compiled = NULL;
NULL 132 pcre/pcregrep.cpp static pcre *exclude_compiled = NULL;
NULL 179 pcre/pcregrep.cpp { OP_NODATA, N_NULL, NULL, "", " terminate options" },
NULL 180 pcre/pcregrep.cpp { OP_NODATA, N_HELP, NULL, "help", "display this help and exit" },
NULL 185 pcre/pcregrep.cpp { OP_NODATA, 'c', NULL, "count", "print only a count of matching lines per FILE" },
NULL 189 pcre/pcregrep.cpp { OP_PATLIST, 'e', NULL, "regex(p)", "specify pattern (may be used more than once)" },
NULL 190 pcre/pcregrep.cpp { OP_NODATA, 'F', NULL, "fixed_strings", "patterns are sets of newline-separated strings" },
NULL 192 pcre/pcregrep.cpp { OP_NODATA, 'H', NULL, "with-filename", "force the prefixing filename on output" },
NULL 193 pcre/pcregrep.cpp { OP_NODATA, 'h', NULL, "no-filename", "suppress the prefixing filename on output" },
NULL 194 pcre/pcregrep.cpp { OP_NODATA, 'i', NULL, "ignore-case", "ignore case distinctions" },
NULL 195 pcre/pcregrep.cpp { OP_NODATA, 'l', NULL, "files-with-matches", "print only FILE names containing matches" },
NULL 196 pcre/pcregrep.cpp { OP_NODATA, 'L', NULL, "files-without-match","print only FILE names not containing matches" },
NULL 199 pcre/pcregrep.cpp { OP_NODATA, 'M', NULL, "multiline", "run in multiline mode" },
NULL 201 pcre/pcregrep.cpp { OP_NODATA, 'n', NULL, "line-number", "print line number with output lines" },
NULL 202 pcre/pcregrep.cpp { OP_NODATA, 'o', NULL, "only-matching", "show only the part of the line that matched" },
NULL 203 pcre/pcregrep.cpp { OP_NODATA, 'q', NULL, "quiet", "suppress output, just set return code" },
NULL 204 pcre/pcregrep.cpp { OP_NODATA, 'r', NULL, "recursive", "recursively scan sub-directories" },
NULL 210 pcre/pcregrep.cpp { OP_NODATA, 's', NULL, "no-messages", "suppress error messages" },
NULL 211 pcre/pcregrep.cpp { OP_NODATA, 'u', NULL, "utf-8", "use UTF-8 mode" },
NULL 212 pcre/pcregrep.cpp { OP_NODATA, 'V', NULL, "version", "print version information and exit" },
NULL 213 pcre/pcregrep.cpp { OP_NODATA, 'v', NULL, "invert-match", "select non-matching lines" },
NULL 214 pcre/pcregrep.cpp { OP_NODATA, 'w', NULL, "word-regex(p)", "force patterns to match only as words" },
NULL 215 pcre/pcregrep.cpp { OP_NODATA, 'x', NULL, "line-regex(p)", "force patterns to match only whole lines" },
NULL 216 pcre/pcregrep.cpp { OP_NODATA, 0, NULL, NULL, NULL }
NULL 280 pcre/pcregrep.cpp if (dent == NULL) return NULL;
NULL 362 pcre/pcregrep.cpp if ((pattern == NULL) || (dir == NULL))
NULL 380 pcre/pcregrep.cpp return NULL;
NULL 391 pcre/pcregrep.cpp return NULL;
NULL 401 pcre/pcregrep.cpp return NULL; /* Keep compiler happy; never executed */
NULL 783 pcre/pcregrep.cpp if (printname != NULL) fprintf(stdout, "%s-", printname);
NULL 824 pcre/pcregrep.cpp char *lastmatchrestart = NULL;
NULL 974 pcre/pcregrep.cpp if (printname != NULL) fprintf(stdout, "%s:", printname);
NULL 1008 pcre/pcregrep.cpp if (printname != NULL) fprintf(stdout, "%s-", printname);
NULL 1048 pcre/pcregrep.cpp if (printname != NULL) fprintf(stdout, "%s-", printname);
NULL 1062 pcre/pcregrep.cpp if (printname != NULL) fprintf(stdout, "%s:", printname);
NULL 1205 pcre/pcregrep.cpp if (printname != NULL) fprintf(stdout, "%s:", printname);
NULL 1246 pcre/pcregrep.cpp stdin_name : NULL);
NULL 1263 pcre/pcregrep.cpp if (dir == NULL)
NULL 1271 pcre/pcregrep.cpp while ((nextfile = readdirectory(dir)) != NULL)
NULL 1277 pcre/pcregrep.cpp if (exclude_compiled != NULL &&
NULL 1278 pcre/pcregrep.cpp pcre_exec(exclude_compiled, NULL, buffer, blen, 0, 0, NULL, 0) >= 0)
NULL 1281 pcre/pcregrep.cpp if (include_compiled != NULL &&
NULL 1282 pcre/pcregrep.cpp pcre_exec(include_compiled, NULL, buffer, blen, 0, 0, NULL, 0) < 0)
NULL 1307 pcre/pcregrep.cpp if (in == NULL)
NULL 1316 pcre/pcregrep.cpp (filenames == FN_DEFAULT && !only_one_at_top))? pathname : NULL);
NULL 1482 pcre/pcregrep.cpp (filename == NULL)? "command-line " : "", MAX_PATTERN_COUNT);
NULL 1490 pcre/pcregrep.cpp if (pattern_list[pattern_count] != NULL)
NULL 1501 pcre/pcregrep.cpp if (filename == NULL)
NULL 1601 pcre/pcregrep.cpp option_item *op = NULL;
NULL 1613 pcre/pcregrep.cpp if (pattern_filename != NULL || pattern_count > 0) break;
NULL 1643 pcre/pcregrep.cpp if (opbra == NULL) /* Not a (p) case */
NULL 1645 pcre/pcregrep.cpp if (equals == NULL) /* Not thing=data case */
NULL 1652 pcre/pcregrep.cpp int arglen = (argequals == NULL)? (int)strlen(arg) : argequals - arg;
NULL 1808 pcre/pcregrep.cpp int nlen = (equals == NULL)? (int)strlen(op->long_name) :
NULL 1834 pcre/pcregrep.cpp if (locale == NULL)
NULL 1840 pcre/pcregrep.cpp if (locale == NULL)
NULL 1849 pcre/pcregrep.cpp if (locale != NULL)
NULL 1851 pcre/pcregrep.cpp if (setlocale(LC_CTYPE, locale) == NULL)
NULL 1862 pcre/pcregrep.cpp if (colour_option != NULL && strcmp(colour_option, "never") != 0)
NULL 1875 pcre/pcregrep.cpp if (cs == NULL) cs = getenv("PCREGREP_COLOR");
NULL 1876 pcre/pcregrep.cpp if (cs != NULL) colour_string = cs;
NULL 1915 pcre/pcregrep.cpp if (dee_option != NULL)
NULL 1927 pcre/pcregrep.cpp if (DEE_option != NULL)
NULL 1958 pcre/pcregrep.cpp if (pattern_list == NULL || hints_list == NULL)
NULL 1967 pcre/pcregrep.cpp if (cmd_pattern_count == 0 && pattern_filename == NULL)
NULL 1978 pcre/pcregrep.cpp if (!compile_pattern(patterns[j], pcre_options, NULL,
NULL 1985 pcre/pcregrep.cpp if (pattern_filename != NULL)
NULL 2000 pcre/pcregrep.cpp if (f == NULL)
NULL 2009 pcre/pcregrep.cpp while (fgets(buffer, MBUFTHIRD, f) != NULL)
NULL 2028 pcre/pcregrep.cpp if (error != NULL)
NULL 2040 pcre/pcregrep.cpp if (exclude_pattern != NULL)
NULL 2044 pcre/pcregrep.cpp if (exclude_compiled == NULL)
NULL 2052 pcre/pcregrep.cpp if (include_pattern != NULL)
NULL 2056 pcre/pcregrep.cpp if (include_compiled == NULL)
NULL 2068 pcre/pcregrep.cpp rc = pcregrep(stdin, (filenames > FN_DEFAULT)? stdin_name : NULL);
NULL 2088 pcre/pcregrep.cpp if (pattern_list != NULL)
NULL 2093 pcre/pcregrep.cpp if (hints_list != NULL)
NULL 192 pcre/pcreposix.cpp addlength = (preg != NULL && (int)preg->re_erroffset != -1)?
NULL 254 pcre/pcreposix.cpp &erroffset, NULL);
NULL 257 pcre/pcreposix.cpp if (preg->re_pcre == NULL) return eint[errorcode];
NULL 259 pcre/pcreposix.cpp preg->re_nsub = pcre_info((const pcre *)preg->re_pcre, NULL, NULL);
NULL 287 pcre/pcreposix.cpp int *ovector = NULL;
NULL 313 pcre/pcreposix.cpp if (ovector == NULL) return REG_ESPACE;
NULL 318 pcre/pcreposix.cpp rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string, (int)strlen(string),
NULL 169 pcre/pcretest.cpp static uschar *buffer = NULL;
NULL 170 pcre/pcretest.cpp static uschar *dbuffer = NULL;
NULL 171 pcre/pcretest.cpp static uschar *pbuffer = NULL;
NULL 209 pcre/pcretest.cpp if (fgets((char *)here, rlen, f) == NULL)
NULL 210 pcre/pcretest.cpp return (here == start)? NULL : start;
NULL 223 pcre/pcretest.cpp if (new_buffer == NULL || new_dbuffer == NULL || new_pbuffer == NULL)
NULL 247 pcre/pcretest.cpp return NULL; /* Control never gets here */
NULL 408 pcre/pcretest.cpp if (f != NULL) fprintf(f, "%c", c);
NULL 414 pcre/pcretest.cpp if (f != NULL) fprintf(f, "\\x{%02x}", c);
NULL 430 pcre/pcretest.cpp if (f != NULL) fprintf(f, "%c", c);
NULL 435 pcre/pcretest.cpp if (f != NULL) fprintf(f, "\\x%02x", c);
NULL 455 pcre/pcretest.cpp FILE *f = (first_callout | callout_extra)? outfile : NULL;
NULL 481 pcre/pcretest.cpp if (f != NULL) fprintf(f, "--->");
NULL 487 pcre/pcretest.cpp subject_length = pchars((unsigned char *)cb->subject, cb->subject_length, NULL);
NULL 492 pcre/pcretest.cpp if (f != NULL) fprintf(f, "\n");
NULL 526 pcre/pcretest.cpp if (cb->callout_data != NULL)
NULL 774 pcre/pcretest.cpp int *offsets = NULL;
NULL 921 pcre/pcretest.cpp if (offsets == NULL)
NULL 934 pcre/pcretest.cpp if (infile == NULL)
NULL 945 pcre/pcretest.cpp if (outfile == NULL)
NULL 968 pcre/pcretest.cpp pcre *re = NULL;
NULL 969 pcre/pcretest.cpp pcre_extra *extra = NULL;
NULL 978 pcre/pcretest.cpp unsigned char *to_file = NULL;
NULL 979 pcre/pcretest.cpp const unsigned char *tables = NULL;
NULL 995 pcre/pcretest.cpp if (extend_inputline(infile, buffer) == NULL) break;
NULL 1005 pcre/pcretest.cpp if (*p == '<' && strchr((char *)(p+1), '<') == NULL)
NULL 1017 pcre/pcretest.cpp if (f == NULL)
NULL 1055 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options);
NULL 1074 pcre/pcretest.cpp if (extra != NULL) new_free(extra);
NULL 1075 pcre/pcretest.cpp if (re != NULL) new_free(re);
NULL 1112 pcre/pcretest.cpp if ((pp = extend_inputline(infile, pp)) == NULL)
NULL 1185 pcre/pcretest.cpp if (setlocale(LC_CTYPE, (const char *)pp) == NULL)
NULL 1265 pcre/pcretest.cpp if (re != NULL) free(re);
NULL 1278 pcre/pcretest.cpp if (re == NULL)
NULL 1286 pcre/pcretest.cpp if (extend_inputline(infile, buffer) == NULL)
NULL 1329 pcre/pcretest.cpp if (extra != NULL) free(extra);
NULL 1335 pcre/pcretest.cpp if (error != NULL)
NULL 1337 pcre/pcretest.cpp else if (extra != NULL)
NULL 1362 pcre/pcretest.cpp if (extra != NULL)
NULL 1391 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options);
NULL 1392 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_SIZE, &size);
NULL 1393 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_CAPTURECOUNT, &count);
NULL 1394 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_BACKREFMAX, &backrefmax);
NULL 1395 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_FIRSTBYTE, &first_char);
NULL 1396 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_LASTLITERAL, &need_char);
NULL 1397 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_NAMEENTRYSIZE, &nameentrysize);
NULL 1398 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_NAMECOUNT, &namecount);
NULL 1399 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_NAMETABLE, (void *)&nametable);
NULL 1400 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_OKPARTIAL, &okpartial);
NULL 1401 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_JCHANGED, &jchanged);
NULL 1402 pcre/pcretest.cpp new_info(re, NULL, PCRE_INFO_HASCRORLF, &hascrorlf);
NULL 1535 pcre/pcretest.cpp if (extra == NULL)
NULL 1539 pcre/pcretest.cpp uschar *start_bits = NULL;
NULL 1542 pcre/pcretest.cpp if (start_bits == NULL)
NULL 1580 pcre/pcretest.cpp if (to_file != NULL)
NULL 1583 pcre/pcretest.cpp if (f == NULL)
NULL 1608 pcre/pcretest.cpp if (extra != NULL)
NULL 1624 pcre/pcretest.cpp if (extra != NULL) new_free(extra);
NULL 1625 pcre/pcretest.cpp if (tables != NULL) new_free((void *)tables);
NULL 1666 pcre/pcretest.cpp if (extra != NULL) extra->flags &=
NULL 1673 pcre/pcretest.cpp if (extend_inputline(infile, buffer + len) == NULL)
NULL 1801 pcre/pcretest.cpp pcre_callout = NULL;
NULL 1883 pcre/pcretest.cpp if (offsets == NULL)
NULL 1892 pcre/pcretest.cpp if (n == 0) use_offsets = NULL; /* Ensures it can't write to it */
NULL 1901 pcre/pcretest.cpp if (extra == NULL)
NULL 1912 pcre/pcretest.cpp if (extra == NULL)
NULL 1967 pcre/pcretest.cpp regmatch_t *pmatch = NULL;
NULL 2027 pcre/pcretest.cpp count = pcre_dfa_exec(re, NULL, (char *)bptr, len, start_offset,
NULL 2050 pcre/pcretest.cpp if (extra == NULL)
NULL 2071 pcre/pcretest.cpp if (extra == NULL)
NULL 2090 pcre/pcretest.cpp count = pcre_dfa_exec(re, NULL, (char *)bptr, len, start_offset,
NULL 2232 pcre/pcretest.cpp if (stringlist[i] != NULL)
NULL 2356 pcre/pcretest.cpp if (re != NULL) new_free(re);
NULL 2357 pcre/pcretest.cpp if (extra != NULL) new_free(extra);
NULL 2358 pcre/pcretest.cpp if (tables != NULL)
NULL 2370 pcre/pcretest.cpp if (infile != NULL && infile != stdin) fclose(infile);
NULL 2371 pcre/pcretest.cpp if (outfile != NULL && outfile != stdout) fclose(outfile);
NULL 49 platform/arm/OSDepUnix.cpp ::gettimeofday(&tv, NULL);
NULL 64 platform/unix/OSDepUnix.cpp pthread_exit(NULL);
NULL 65 platform/unix/OSDepUnix.cpp return NULL;
NULL 74 platform/unix/OSDepUnix.cpp pthread_create(&p, NULL, timerThread, data);
NULL 82 platform/unix/OSDepUnix.cpp data->addr = NULL;
NULL 83 platform/unix/OSDepUnix.cpp pthread_join(data->thread, NULL);
NULL 251 platform/win32/Vtune.cpp ML.user_data = NULL; // bits supplied by the user for saving in the JIT file...
NULL 51 shell/ByteArrayGlue.cpp m_subscriberRoot = NULL;
NULL 54 shell/ByteArrayGlue.cpp m_array = NULL;
NULL 62 shell/ByteArrayGlue.cpp m_subscriberRoot = NULL;
NULL 78 shell/ByteArrayGlue.cpp m_subscriberRoot = NULL;
NULL 82 shell/ByteArrayGlue.cpp m_array = NULL;
NULL 184 shell/ByteArrayGlue.cpp while(curLink != NULL) // notify subscribers
NULL 557 shell/ByteArrayGlue.cpp if (instance == NULL) {
NULL 644 shell/ByteArrayGlue.cpp if (fp == NULL || !fp->open(filenameUTF8.c_str(), File::OPEN_READ_BINARY))
NULL 723 shell/ByteArrayGlue.cpp if (fp == NULL || !fp->open(filenameUTF8.c_str(), File::OPEN_WRITE_BINARY))
NULL 73 shell/DebugCLI.cpp { NULL, 0 }
NULL 87 shell/DebugCLI.cpp { NULL, 0 }
NULL 99 shell/DebugCLI.cpp { NULL, 0 }
NULL 113 shell/DebugCLI.cpp currentSource = NULL;
NULL 128 shell/DebugCLI.cpp currentToken = *currentToken ? currentToken : NULL;
NULL 270 shell/DebugCLI.cpp MethodInfo* info = NULL;
NULL 295 shell/DebugCLI.cpp return NULL;
NULL 304 shell/DebugCLI.cpp return NULL;
NULL 377 shell/DebugCLI.cpp SourceFile* sourceFile = NULL;
NULL 386 shell/DebugCLI.cpp if (sourceFile == NULL) {
NULL 706 shell/DebugCLI.cpp currentSource = NULL;
NULL 71 shell/DomainClass.cpp domainEnv = new (core->GetGC()) DomainEnv(core, domain, parentDomain ? parentDomain->domainEnv : (DomainEnv*)NULL);
NULL 89 shell/DomainClass.cpp uint32_t api = core->getAPI(NULL);
NULL 93 shell/DomainClass.cpp NULL, codeContext,
NULL 109 shell/DomainClass.cpp if (script->global == NULL)
NULL 122 shell/DomainClass.cpp if (name == NULL) {
NULL 137 shell/DomainClass.cpp ns = core->internNamespace(core->newNamespace(uri, Namespace::NS_Public, core->getAPI(NULL)));
NULL 54 shell/FileInputStream.cpp file = NULL;
NULL 61 shell/FileInputStream.cpp return file != NULL;
NULL 58 shell/ShellCore.cpp : arguments(NULL)
NULL 75 shell/ShellCore.cpp , st_component(NULL)
NULL 76 shell/ShellCore.cpp , st_category(NULL)
NULL 77 shell/ShellCore.cpp , st_name(NULL)
NULL 92 shell/ShellCore.cpp systemClass = NULL;
NULL 191 shell/ShellCore.cpp NULL);
NULL 220 shell/ShellCore.cpp if (s == NULL)
NULL 230 shell/ShellCore.cpp if (referencingFile != NULL && filename->charAt(0) != '/' && filename->charAt(0) != '\\') {
NULL 243 shell/ShellCore.cpp return NULL;
NULL 268 shell/ShellCore.cpp uint32_t api = this->getAPI(NULL);
NULL 269 shell/ShellCore.cpp Atom result = handleActionSource(input, NULL, shell_domainEnv, shell_toplevel, NULL, codeContext, api);
NULL 469 shell/ShellCore.cpp return handleArbitraryExecutableContent(dummyScriptBuffer, NULL);
NULL 517 shell/ShellCore.cpp if (filename == NULL) {
NULL 522 shell/ShellCore.cpp uint32_t api = this->getAPI(NULL);
NULL 523 shell/ShellCore.cpp handleActionBlock(code, 0, shell_domainEnv, shell_toplevel, NULL, codeContext, api);
NULL 535 shell/ShellCore.cpp uint32_t api = this->getAPI(NULL);
NULL 536 shell/ShellCore.cpp handleActionSource(code_string, filename_string, shell_domainEnv, shell_toplevel, NULL, codeContext, api);
NULL 177 shell/ShellCore.h return allowDebugger ? new (GetGC()) DebugCLI(this, (avmplus::Debugger::TraceLevel)tracelevel) : NULL;
NULL 179 shell/ShellCore.h virtual avmplus::Profiler* createProfiler() { AvmAssert(allowDebugger >= 0); return allowDebugger ? new (GetGC()) Profiler(this) : NULL; }
NULL 47 shell/SystemClass.cpp if (core->systemClass == NULL) {
NULL 147 shell/SystemClass.cpp return core()->debugger() != NULL;
NULL 56 shell/WinFile.cpp return file != NULL;
NULL 62 shell/WinFile.cpp file = NULL;
NULL 51 shell/avmshell.cpp , programFilename(NULL)
NULL 52 shell/avmshell.cpp , filenames(NULL)
NULL 179 shell/avmshell.cpp AvmAssert(settings.programFilename != NULL);
NULL 187 shell/avmshell.cpp int exitCode = shell->evaluateFile(settings, NULL);
NULL 230 shell/avmshell.cpp , next(NULL)
NULL 252 shell/avmshell.cpp , corenode(NULL)
NULL 253 shell/avmshell.cpp , filename(NULL)
NULL 254 shell/avmshell.cpp , next(NULL)
NULL 257 shell/avmshell.cpp pthread_cond_init(&c, NULL);
NULL 258 shell/avmshell.cpp pthread_mutex_init(&m, NULL);
NULL 293 shell/avmshell.cpp , free_threads(NULL)
NULL 294 shell/avmshell.cpp , free_threads_last(NULL)
NULL 295 shell/avmshell.cpp , free_cores(NULL)
NULL 296 shell/avmshell.cpp , free_cores_last(NULL)
NULL 299 shell/avmshell.cpp pthread_mutex_init(&m, NULL);
NULL 300 shell/avmshell.cpp pthread_cond_init(&c, NULL);
NULL 314 shell/avmshell.cpp if (free_threads_last != NULL)
NULL 320 shell/avmshell.cpp if (t->corenode != NULL) {
NULL 321 shell/avmshell.cpp if (free_cores_last != NULL)
NULL 337 shell/avmshell.cpp if (free_threads == NULL || free_cores == NULL)
NULL 342 shell/avmshell.cpp if (free_threads == NULL)
NULL 343 shell/avmshell.cpp free_threads_last = NULL;
NULL 344 shell/avmshell.cpp (*t)->next = NULL;
NULL 348 shell/avmshell.cpp if (free_cores == NULL)
NULL 349 shell/avmshell.cpp free_cores_last = NULL;
NULL 350 shell/avmshell.cpp (*c)->next = NULL;
NULL 390 shell/avmshell.cpp pthread_create(&threads[i]->thread, NULL, slaveThread, threads[i]);
NULL 422 shell/avmshell.cpp threads[i]->startWork(NULL,NULL);
NULL 426 shell/avmshell.cpp pthread_join(threads[i]->thread, NULL);
NULL 477 shell/avmshell.cpp MMGC_ENTER_RETURN(NULL);
NULL 495 shell/avmshell.cpp if (self->corenode == NULL) {
NULL 497 shell/avmshell.cpp pthread_exit(NULL);
NULL 508 shell/avmshell.cpp return (void*) NULL;
NULL 530 shell/avmshell.cpp if(Platform::GetInstance()->getUserInput(commandLine, kMaxCommandLine) == NULL)
NULL 562 shell/avmshell.cpp if(Platform::GetInstance()->getUserInput(commandLine, kMaxCommandLine) == NULL)
NULL 606 shell/avmshell.cpp lastDot = NULL;
NULL 610 shell/avmshell.cpp size_t logFilenameLen = (lastDot == NULL) ? VMPI_strlen(basename) : (lastDot - basename);
NULL 635 shell/avmshell.cpp if (settings.filenames == NULL)
NULL 714 shell/avmshell.cpp settings.st_component = NULL;
NULL 716 shell/avmshell.cpp settings.st_category = NULL;
NULL 718 shell/avmshell.cpp settings.st_name = NULL;
NULL 859 shell/avmshell.cpp if (val == NULL)
NULL 920 shell/avmshell.cpp if (settings.filenames == NULL)
NULL 925 shell/avmshell.cpp if (settings.filenames == NULL)
NULL 931 shell/avmshell.cpp if (settings.arguments == NULL) {
NULL 936 shell/avmshell.cpp AvmAssert(settings.filenames != NULL && settings.numfiles != -1);
NULL 937 shell/avmshell.cpp AvmAssert(settings.arguments != NULL && settings.numargs != -1);
NULL 949 shell/avmshell.cpp if (settings.programFilename != NULL && ShellCore::isValidProjectorFile(settings.programFilename)) {
NULL 94 shell/avmshellMac.cpp avmshell::MacPlatform* gPlatformHandle = NULL;
NULL 98 shell/avmshellMac.cpp AvmAssert(gPlatformHandle != NULL);
NULL 96 shell/avmshellUnix.cpp avmshell::UnixPlatform* gPlatformHandle = NULL;
NULL 100 shell/avmshellUnix.cpp AvmAssert(gPlatformHandle != NULL);
NULL 192 shell/avmshellWin.cpp NULL, CREATE_ALWAYS,
NULL 193 shell/avmshellWin.cpp FILE_ATTRIBUTE_NORMAL, NULL);
NULL 199 shell/avmshellWin.cpp (pException) ? &M : NULL, NULL, NULL);
NULL 233 shell/avmshellWin.cpp avmshell::WinPlatform* gPlatformHandle = NULL;
NULL 237 shell/avmshellWin.cpp AvmAssert(gPlatformHandle != NULL);
NULL 68 shell/shell_toplevel.cpp , (argc <= 2 ? NULL : argv + argoffV)
NULL 347 shell/shell_toplevel.cpp , (argc <= 1 ? NULL : argv + argoffV)
NULL 478 shell/shell_toplevel.cpp , (argc <= 1 ? NULL : argv + argoffV)
NULL 153 shell/swf.cpp uint32_t api = core->getAPI(NULL);
NULL 155 shell/swf.cpp core->parseActionBlock(code, 0, toplevel, domainEnv->domain(), NULL, api);
NULL 157 shell/swf.cpp core->handleActionBlock(code, 0, domainEnv, toplevel, NULL, codeContext, api);
NULL 71 utils/avmc/avmc.cpp fp != NULL || fail("Could not open file for input: %s", filename);
NULL 78 utils/avmc/avmc.cpp text != NULL || fail("Out of memory");
NULL 87 utils/avmc/avmc.cpp wfilename != NULL || fail("Out of memory");
NULL 102 utils/avmc/avmc.cpp fp != NULL || fail("Could not open file for output: %s\n", outfn);
NULL 106 utils/avmc/avmc.cpp context.result = NULL;
NULL 132 utils/avmc/avmc.cpp result != NULL || fail("Out of memory");
NULL 141 utils/avmc/avmc.cpp return NULL;
NULL 157 utils/avmc/avmc.cpp *d = strtod(s, NULL);
NULL 344 utils/superwordprof.c toplevel[i].left_child = NULL;
NULL 345 utils/superwordprof.c toplevel[i].right_sibling = NULL;
NULL 597 utils/superwordprof.c (code_fp = fopen(filename, "rb")) != NULL || fail("No such file: %s", filename);
NULL 661 utils/superwordprof.c (sample_fp = fopen(filename, "rb")) != NULL || fail("No such file: %s", filename);
NULL 667 utils/superwordprof.c prev_codestruct = NULL;
NULL 685 utils/superwordprof.c codestruct != NULL || fail("Could not find pc=%08x anywhere in code memory.", pc);
NULL 807 utils/superwordprof.c if (t->left_child == NULL) {
NULL 814 utils/superwordprof.c trie_t *t3 = NULL;
NULL 816 utils/superwordprof.c while (t2 != NULL && (t2->opcode != opcode || t2->opd1 != opd1 || t2->opd2 != opd2))
NULL 820 utils/superwordprof.c while (t2 != NULL && t2->opcode != opcode)
NULL 823 utils/superwordprof.c if (t2 != NULL) {
NULL 827 utils/superwordprof.c if (t3 != NULL) { /* Otherwise it's already at the head of the list */
NULL 1044 utils/superwordprof.c for ( t2=t ; t2 != NULL ; t2 = t2->right_sibling) {
NULL 1051 utils/superwordprof.c if (t2->left_child == NULL) {
NULL 1056 utils/superwordprof.c for ( t3=t2->left_child ; t3 != NULL ; t3 = t3->right_sibling ) {
NULL 1081 utils/superwordprof.c seq->operand1 = NULL;
NULL 1082 utils/superwordprof.c seq->operand2 = NULL;
NULL 1093 utils/superwordprof.c t2 != NULL || fail("allocation failure: trie_t");
NULL 1098 utils/superwordprof.c t2->left_child = NULL;
NULL 1099 utils/superwordprof.c t2->right_sibling = NULL;
NULL 1134 utils/superwordprof.c m != NULL || fail("Allocation failure: %d", nbytes);
NULL 72 utils/wmremote/avmremote/avmremote.cpp if (match!=NULL) {
NULL 90 utils/wmremote/avmremote/avmremote.cpp NULL, NULL, FALSE,
NULL 92 utils/wmremote/avmremote/avmremote.cpp NULL, NULL, NULL,
NULL 75 utils/wmremote/ceremotedeployer/ceremotedeployer.cpp NULL, OPEN_EXISTING,
NULL 76 utils/wmremote/ceremotedeployer/ceremotedeployer.cpp FILE_ATTRIBUTE_NORMAL, NULL);
NULL 92 utils/wmremote/ceremotedeployer/ceremotedeployer.cpp HANDLE ceFile = CeCreateFile(destFile, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL,NULL);
NULL 95 utils/wmremote/ceremotedeployer/ceremotedeployer.cpp DWORD dwBufsize=4096, dwFilesize = ::GetFileSize(hFile, NULL);
NULL 101 utils/wmremote/ceremotedeployer/ceremotedeployer.cpp while (ReadFile(hFile, localBuf, dwBufsize, &dwRead, NULL))
NULL 103 utils/wmremote/ceremotedeployer/ceremotedeployer.cpp hr = CeWriteFile(ceFile, (void*)localBuf, dwRead, &dwCeBytes, NULL);
NULL 88 utils/wmremote/ceremoteshell/ceremoteshell.cpp if(m_namedSharedObject == NULL){
NULL 91 utils/wmremote/ceremoteshell/ceremoteshell.cpp NULL, GetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
NULL 92 utils/wmremote/ceremoteshell/ceremoteshell.cpp (LPTSTR) &lpMsgBuf, 0, NULL );
NULL 97 utils/wmremote/ceremoteshell/ceremoteshell.cpp CreateThread(NULL, 0, WaitForMemorySignal, sig_data, 0, NULL);
NULL 110 utils/wmremote/ceremoteshell/ceremoteshell.cpp HANDLE pipe = CreateNamedPipeA((LPCSTR)name, PIPE_ACCESS_OUTBOUND, PIPE_TYPE_BYTE, 1, 4096, 4096, 100, NULL);
NULL 111 utils/wmremote/ceremoteshell/ceremoteshell.cpp ConnectNamedPipe(pipe, NULL);
NULL 135 utils/wmremote/ceremoteshell/ceremoteshell.cpp 0, NULL, &t, &b, NULL, 0);
NULL 147 utils/wmremote/ceremoteshell/ceremoteshell.cpp HANDLE statsFile = CeCreateFile(L"\\Temp\\gcstats.txt", GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
NULL 150 utils/wmremote/ceremoteshell/ceremoteshell.cpp dwFilesize = CeGetFileSize(statsFile, NULL);
NULL 156 utils/wmremote/ceremoteshell/ceremoteshell.cpp while (CeReadFile(statsFile, localBuf, dwBufsize, &dwRead, NULL))
NULL 175 utils/wmremote/ceremoteshell/ceremoteshell.cpp if (source==NULL) {
NULL 177 utils/wmremote/ceremoteshell/ceremoteshell.cpp HANDLE hEmpty=CeCreateFile(wDest, GENERIC_WRITE, FILE_SHARE_READ, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL,NULL);
NULL 181 utils/wmremote/ceremoteshell/ceremoteshell.cpp HANDLE hSource = CreateFile(source,GENERIC_READ, FILE_SHARE_READ,NULL, OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL, NULL);
NULL 191 utils/wmremote/ceremoteshell/ceremoteshell.cpp HANDLE hDest = CeCreateFile(wDest, GENERIC_WRITE, FILE_SHARE_READ, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL,NULL);
NULL 202 utils/wmremote/ceremoteshell/ceremoteshell.cpp DWORD dwBufsize=4096, dwFilesize = ::GetFileSize(hSource, NULL);
NULL 208 utils/wmremote/ceremoteshell/ceremoteshell.cpp while (ReadFile(hSource, localBuf, dwBufsize, &dwRead, NULL))
NULL 210 utils/wmremote/ceremoteshell/ceremoteshell.cpp BOOL bWrite = CeWriteFile(hDest, (void*)localBuf, dwRead, &dwCeBytes, NULL);
NULL 266 utils/wmremote/ceremoteshell/ceremoteshell.cpp hFile = CreateFile(argv[i],GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
NULL 274 utils/wmremote/ceremoteshell/ceremoteshell.cpp copyFileToDevice(NULL,"\\Temp\\remoteshell.abc");
NULL 280 utils/wmremote/ceremoteshell/ceremoteshell.cpp if (strrchr(argv[i],'/')!=NULL) {
NULL 282 utils/wmremote/ceremoteshell/ceremoteshell.cpp } else if (strrchr(argv[i],'\\')!=NULL) {
NULL 313 utils/wmremote/ceremoteshell/ceremoteshell.cpp NULL, OPEN_EXISTING,
NULL 314 utils/wmremote/ceremoteshell/ceremoteshell.cpp FILE_ATTRIBUTE_NORMAL, NULL);
NULL 341 utils/wmremote/ceremoteshell/ceremoteshell.cpp &cbOut, ( BYTE ** ) &pOut, NULL, 0);
NULL 357 utils/wmremote/ceremoteshell/ceremoteshell.cpp &cbOut, ( BYTE ** ) &pOut, NULL, 0)==S_OK)
NULL 376 utils/wmremote/ceremoteshell/ceremoteshell.cpp &cbOut, ( BYTE ** ) &pOut, NULL, 0);
NULL 412 utils/wmremote/ceremoteshell/ceremoteshell.cpp ceFile = CeCreateFile(L"\\Temp\\remoteshell.log", GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
NULL 415 utils/wmremote/ceremoteshell/ceremoteshell.cpp if (CeGetFileSize(ceFile, NULL)==0)
NULL 425 utils/wmremote/ceremoteshell/ceremoteshell.cpp while (file!=NULL) {
NULL 428 utils/wmremote/ceremoteshell/ceremoteshell.cpp file=strtok(NULL,"\t");
NULL 433 utils/wmremote/ceremoteshell/ceremoteshell.cpp dwFilesize = CeGetFileSize(ceFile, NULL);
NULL 439 utils/wmremote/ceremoteshell/ceremoteshell.cpp while (CeReadFile(ceFile, localBuf, dwBufsize, &dwRead, NULL))
NULL 89 utils/wmremote/wmrunner/wmrunner.cpp while (GetMessage(&msg, NULL, 0, 0))
NULL 168 utils/wmremote/wmrunner/wmrunner.cpp CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
NULL 247 utils/wmremote/wmrunner/wmrunner.cpp g_hWndMenuBar = NULL;
NULL 268 utils/wmremote/wmrunner/wmrunner.cpp handle=CreateFile(szFile,GENERIC_WRITE,0,NULL,CREATE_NEW,0,NULL);
NULL 277 utils/wmremote/wmrunner/wmrunner.cpp WriteFile(handle,szMsg,6,&dwBytesWritten,NULL);
NULL 280 utils/wmremote/wmrunner/wmrunner.cpp SetTimer(hWnd, IDT_TIMER1, TIMER_INTERVAL, (TIMERPROC)NULL);
NULL 288 utils/wmremote/wmrunner/wmrunner.cpp SetTimer(hWnd, IDT_TIMER1, TIMER_INTERVAL, (TIMERPROC)NULL);
NULL 383 utils/wmremote/wmrunner/wmrunner.cpp HANDLE handle=CreateFile(nextvm,GENERIC_READ,FILE_SHARE_READ,NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL,NULL);
NULL 394 utils/wmremote/wmrunner/wmrunner.cpp BOOL read=ReadFile(handle,data,500,&count,NULL);
NULL 427 utils/wmremote/wmrunner/wmrunner.cpp while (pch!=NULL) {
NULL 437 utils/wmremote/wmrunner/wmrunner.cpp pch=strtok(NULL," ");
NULL 453 utils/wmremote/wmrunner/wmrunner.cpp CreateProcess(shell,params,NULL,NULL,FALSE,CREATE_NEW_CONSOLE,NULL,NULL,NULL,&pi);
NULL 473 utils/wmremote/wmrunner/wmrunner.cpp HANDLE ceExitFile = CreateFile(szExitCodeFile, GENERIC_WRITE, FILE_SHARE_READ, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL,NULL);
NULL 474 utils/wmremote/wmrunner/wmrunner.cpp WriteFile(ceExitFile, (void*)szExit, strlen(szExit), &dwBytes, NULL);
NULL 85 vprof/vprof.cpp static entry* entries = NULL;
NULL 114 vprof/vprof.cpp p = NULL;
NULL 206 vprof/vprof.cpp return NULL;
NULL 218 vprof/vprof.cpp if (e == NULL) {
NULL 225 vprof/vprof.cpp if (e == NULL) {
NULL 241 vprof/vprof.cpp e->h = NULL;
NULL 243 vprof/vprof.cpp e->genptr = NULL;
NULL 305 vprof/vprof.cpp if (e == NULL) {
NULL 312 vprof/vprof.cpp if (e == NULL) {
NULL 327 vprof/vprof.cpp e->func = NULL;
NULL 351 vprof/vprof.cpp e->genptr = NULL;
NULL 138 vprof/vprof.h profileValue (&id, __FILE__, __LINE__, (int64_t) (v), ##__VA_ARGS__, NULL) \
NULL 148 vprof/vprof.h profileValue (&id, (char*) (e), -1, (int64_t) (v), ##__VA_ARGS__, NULL) \
NULL 182 vprof/vprof.h profileValue (&id, (char*)(e), -1, (int64_t) 0, NULL) \