HomeSort by relevance Sort by last modified time
    Searched defs:GetSizeInBytes (Results 1 - 3 of 3) sorted by null

  /frameworks/ex/variablespeed/jni/
decode_buffer.cc 35 size_t DecodeBuffer::GetSizeInBytes() const {
40 return GetSizeInBytes() > maxSize_;
  /external/v8/include/
v8-profiler.h 501 virtual intptr_t GetSizeInBytes() { return -1; }
  /external/v8/test/cctest/
test-heap-profiler.cc 794 virtual intptr_t GetSizeInBytes() { return size_; }
    [all...]

Completed in 59 milliseconds