Searched refs:theBase (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DButterflyInlines.h112 void* theBase = base(0, propertyCapacity); local
115 if (!vm.heap.tryReallocateStorage(&theBase, oldSize, newSize))
117 return fromBase(theBase, 0, propertyCapacity);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collperf/
H A Dcollperf.cpp351 CmdQsort(UErrorCode & status,void *theBase, int32_t num, int32_t width, Func fn, int32_t,int32_t) argument
352 :backup(theBase),num(num),width(width),fn(fn){

Completed in 128 milliseconds