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

  /external/chromium_org/v8/src/
string-stream.h 41 class NoAllocationStringAllocator V8_FINAL : public StringAllocator {
43 NoAllocationStringAllocator(char* memory, unsigned size);
string-stream.cc 20 NoAllocationStringAllocator::NoAllocationStringAllocator(char* memory,
559 char* NoAllocationStringAllocator::grow(unsigned* bytes) {
code-stubs.cc 45 NoAllocationStringAllocator allocator(buffer,
405 NoAllocationStringAllocator allocator(buffer,
isolate.h 56 class NoAllocationStringAllocator;
    [all...]
ic.cc     [all...]

Completed in 95 milliseconds