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

  /external/v8/src/
string-stream.h 35 class StringAllocator {
37 virtual ~StringAllocator() {}
49 class HeapStringAllocator: public StringAllocator {
62 class NoAllocationStringAllocator: public StringAllocator {
115 explicit StringStream(StringAllocator* allocator):
178 StringAllocator* allocator_;
isolate.cc 673 StringAllocator* allocator;
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 281 char *Buf = StringAllocator.Allocate<char>(Len);
306 char *Buf = StringAllocator.Allocate<char>(Len);
  /external/llvm/include/llvm/Support/
YAMLTraits.h 808 llvm::BumpPtrAllocator StringAllocator;
    [all...]

Completed in 674 milliseconds