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

  /external/v8/src/
string-stream.h 44 class FixedStringAllocator final : public StringAllocator {
46 FixedStringAllocator(char* buffer, unsigned length)
48 ~FixedStringAllocator() override{};
55 DISALLOW_COPY_AND_ASSIGN(FixedStringAllocator);
string-stream.cc 21 char* FixedStringAllocator::allocate(unsigned bytes) {
27 char* FixedStringAllocator::grow(unsigned* old) {
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 74 milliseconds