Searched refs:alloc_ (Results 1 – 4 of 4) sorted by relevance
46 alloc_(true) { in Bitmap()60 alloc_(false) { in Bitmap()64 if (alloc_) in ~Bitmap()69 DCHECK(alloc_ || !map_); in Resize()80 if (alloc_) in Resize()83 alloc_ = true; in Resize()
16 Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {} in Bitmap()129 bool alloc_; // Whether or not we allocated the memory. variable
795 HeapStringAllocator alloc_; member in v8::internal::RegExpUnparser800 RegExpUnparser::RegExpUnparser() : stream_(&alloc_) { in RegExpUnparser()
3249 stream_(&alloc_) { } in DotPrinter()3261 HeapStringAllocator alloc_; member in v8::internal::DotPrinter