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 45 class FixedStringAllocator final : public StringAllocator {
47 FixedStringAllocator(char* buffer, unsigned length)
49 ~FixedStringAllocator() override{};
56 DISALLOW_COPY_AND_ASSIGN(FixedStringAllocator);
string-stream.cc 23 char* FixedStringAllocator::allocate(unsigned bytes) {
29 char* FixedStringAllocator::grow(unsigned* old) {
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 187 milliseconds