Home
last modified time | relevance | path

Searched refs:FixedStringAllocator (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dstring-stream.h43 class FixedStringAllocator final : public StringAllocator {
45 FixedStringAllocator(char* buffer, unsigned length) in FixedStringAllocator() function
47 ~FixedStringAllocator() override{}; in ~FixedStringAllocator()
54 DISALLOW_COPY_AND_ASSIGN(FixedStringAllocator);
Dstring-stream.cc26 char* FixedStringAllocator::allocate(unsigned bytes) { in allocate()
32 char* FixedStringAllocator::grow(unsigned* old) { in grow()
Disolate.cc375 FixedStringAllocator fixed(&js_stack_trace_[0], buffer_length - 1); in StackTraceFailureMessage()
/external/v8/src/heap/
Dheap.cc4407 FixedStringAllocator fixed(stats->js_stacktrace, kStacktraceBufferSize - 1); in RecordStats()