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

  /external/v8/src/
string-stream.h 62 class NoAllocationStringAllocator: public StringAllocator {
64 NoAllocationStringAllocator(char* memory, unsigned size);
string-stream.cc 46 NoAllocationStringAllocator::NoAllocationStringAllocator(char* memory,
582 char* NoAllocationStringAllocator::grow(unsigned* bytes) {
code-stubs.cc 67 NoAllocationStringAllocator allocator(buffer,
374 NoAllocationStringAllocator allocator(buffer,
isolate.h 70 class NoAllocationStringAllocator;
    [all...]
isolate.cc     [all...]

Completed in 52 milliseconds