HomeSort by relevance Sort by last modified time
    Searched refs:size_in_bytes (Results 1 - 16 of 16) sorted by null

  /system/extras/tests/sdcard/
stopwatch.h 97 void setDataSize(size_t size_in_bytes) { mSizeKbytes = size_in_bytes / 1000; }
  /external/llvm/lib/Support/
SmallVector.cpp 20 size_t CurSizeBytes = size_in_bytes();
  /external/webrtc/src/common_audio/vad/main/interface/
webrtc_vad.h 49 * - size_in_bytes : Pointer to integer where the size is returned
53 WebRtc_Word16 WebRtcVad_AssignSize(int *size_in_bytes);
  /external/v8/src/
spaces.h     [all...]
spaces-inl.h 425 int size_in_bytes) {
427 Address new_top = current_top + size_in_bytes;
432 accounting_stats_.AllocateBytes(size_in_bytes);
438 MaybeObject* PagedSpace::AllocateRaw(int size_in_bytes) {
440 ASSERT_OBJECT_SIZE(size_in_bytes);
441 HeapObject* object = AllocateLinearly(&allocation_info_, size_in_bytes);
444 object = SlowAllocateRaw(size_in_bytes);
452 MaybeObject* PagedSpace::MCAllocateRaw(int size_in_bytes) {
454 ASSERT_OBJECT_SIZE(size_in_bytes);
455 HeapObject* object = AllocateLinearly(&mc_forwarding_info_, size_in_bytes);
    [all...]
spaces.cc 982 HeapObject* PagedSpace::SlowMCAllocateRaw(int size_in_bytes) {
1004 return AllocateLinearly(&mc_forwarding_info_, size_in_bytes);
2158 int size_in_bytes = static_cast<int>(PageAllocationLimit(last_in_use) - local
2186 int size_in_bytes = static_cast<int>(PageAllocationLimit(p) - local
    [all...]
heap-inl.h 144 MaybeObject* Heap::AllocateRaw(int size_in_bytes,
163 result = new_space_.AllocateRaw(size_in_bytes);
172 result = old_pointer_space_->AllocateRaw(size_in_bytes);
174 result = old_data_space_->AllocateRaw(size_in_bytes);
176 result = code_space_->AllocateRaw(size_in_bytes);
178 result = lo_space_->AllocateRaw(size_in_bytes);
180 result = cell_space_->AllocateRaw(size_in_bytes);
183 result = map_space_->AllocateRaw(size_in_bytes);
mark-compact.cc 2171 int size_in_bytes = static_cast<int>(p->AllocationTop() - free_start); local
    [all...]
objects.h     [all...]
heap.h     [all...]
  /external/webrtc/src/common_audio/vad/main/source/
webrtc_vad.c 43 WebRtc_Word16 WebRtcVad_AssignSize(int *size_in_bytes)
45 *size_in_bytes = sizeof(VadInstT) * 2 / sizeof(WebRtc_Word16);
  /external/webkit/Tools/android/flex-2.5.4a/
misc.c 872 * Sets region_ptr[0] through region_ptr[size_in_bytes - 1] to zero.
875 void zero_out( region_ptr, size_in_bytes )
877 size_t size_in_bytes;
882 rp_end = region_ptr + size_in_bytes;
  /external/llvm/include/llvm/ADT/
SmallVector.h 86 /// size_in_bytes - This returns size()*sizeof(T).
87 size_t size_in_bytes() const { function in class:llvm::SmallVectorBase
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree.h     [all...]

Completed in 438 milliseconds