Searched refs:this_size (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dalloca.c310 long this_size; /* Size of this block (does not include member in struct:stk_trailer
367 size = trailer->this_size;
387 if (trailer->this_size <= 0)
389 result += trailer->this_size;
/external/v8/src/
H A Dinterface.cc176 int this_size = this->exports_ == NULL ? 0 : this->exports_->occupancy(); local
178 if (that->IsFrozen() && this_size > that_size) {
/external/valgrind/tsan/
H A Dthread_sanitizer.cc7625 uintptr_t this_size = write_size - i >= step ? step : write_size - i;
7626 HandleMemoryAccess(thr, pc, a + i, this_size,

Completed in 121 milliseconds