/dalvik/vm/native/ |
dalvik_system_VMDebug.cpp | 113 allocProf->allocSize = 0; 183 pResult->i = allocProf->allocSize;
|
/external/llvm/include/llvm/ADT/ |
StringMap.h | 157 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+ 162 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment));
|
/frameworks/compile/slang/ |
slang_rs_export_type.h | 480 size_t AllocSize) 484 mAllocSize(AllocSize) {
|
slang_rs_export_type.cpp | [all...] |
slang_rs_reflection.cpp | [all...] |
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/ |
SEC_OMX_H264dec.c | 837 pSECComponent->processData[INPUT_PORT_INDEX].allocSize = pH264Dec->MFCDecInputBuffer[0].bufferSize; 864 pSECComponent->processData[INPUT_PORT_INDEX].allocSize = 0; [all...] |
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/ |
SEC_OMX_Mpeg4dec.c | [all...] |
/dalvik/vm/alloc/ |
Copying.cpp | [all...] |
Heap.cpp | 364 gDvm.allocProf.allocSize += size; 367 self->allocProf.allocSize += size;
|
/external/skia/src/effects/ |
SkGradientShader.cpp | 575 const size_t allocSize = sizeof(uint16_t) * entryCount; 578 fCache16Storage = (uint16_t*)sk_malloc_throw(allocSize); 598 fCache16Storage = (uint16_t*)sk_malloc_throw(allocSize); 618 const size_t allocSize = sizeof(SkPMColor) * entryCount; 622 (NULL, allocSize, NULL)); 646 (NULL, allocSize, NULL)); [all...] |
/dalvik/vm/jdwp/ |
JdwpEvent.cpp | 332 int allocSize = offsetof(JdwpEvent, mods) + 335 newEvent = (JdwpEvent*)malloc(allocSize); 336 memset(newEvent, 0, allocSize); [all...] |
/external/llvm/lib/VMCore/ |
Instructions.cpp | 355 Type *AllocTy, Value *AllocSize, 377 if (IsConstantOne(AllocSize)) { 378 AllocSize = ArraySize; // Operand * 1 = Operand 383 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); 387 AllocSize = BinaryOperator::CreateMul(ArraySize, AllocSize, 390 AllocSize = BinaryOperator::CreateMul(ArraySize, AllocSize, 395 assert(AllocSize->getType() == IntPtrTy && "malloc arg is wrong size") [all...] |
Core.cpp | [all...] |
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
rsbench.rs | 457 int allocSize = rsAllocationGetDimX(textAlloc); 467 for (int i = 0; i < allocSize; i++) {
|
/dalvik/docs/ |
debugmon.html | 549 The client could send one chunk (allocSize=8, virtAddr=0x10000, offset=0, 550 length=0x0400) or two (allocSize=8, virtAddr=0x10000, offset=0, length=0x300; 551 then allocSize=8, virtAddr=0x10000, offset=0x300, length=0x100).
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/ |
libexpat.so | |
libexpat.so.1 | |
libexpat.so.1.5.2 | |
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/ |
SEC_OMX_H264enc.c | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/ |
SEC_OMX_Mpeg4enc.c | [all...] |
/external/clang/lib/Rewrite/ |
RewriteRope.cpp | 794 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; 795 AllocBuffer = reinterpret_cast<RopeRefCountString *>(new char[AllocSize]);
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/dalvik/vm/ |
Profile.cpp | 683 gDvm.allocProf.allocSize);
|
/frameworks/base/tools/aapt/ |
AaptAssets.cpp | [all...] |