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

/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp849 ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength()); local
850 if (!CopySize) return false;
862 CopySize->getZExtValue(), M->getAlignment(),
876 return processMemCpyMemCpyDependence(M, MDep, CopySize->getZExtValue());
886 if (LTSize->getZExtValue() >= CopySize->getZExtValue())
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2688 Value *CopySize = variable
2691 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize);
2692 IRB.CreateMemCpy(VAArgTLSCopy, MS.VAArgTLS, CopySize, 8);
/external/chromium_org/v8/src/
H A Dobjects.cc1969 FixedArray::CopySize(old_storage, external);
7340 cache = FixedArray::CopySize(cache, new_length);
7738 Handle<FixedArray> FixedArray::CopySize( function in class:v8::internal::FixedArray
9191 new_code_map = FixedArray::CopySize(
11280 cache = FixedArray::CopySize(cache, transitions * 2 * step + header);
11399 FixedArray::CopySize(entries, capacity, TENURED));

Completed in 640 milliseconds