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

  /external/chromium/base/
stack_container.h 32 template<typename T, size_t stack_capacity>
61 char stack_buffer_[sizeof(T[stack_capacity])];
71 typedef StackAllocator<U, stack_capacity> other;
75 StackAllocator(const StackAllocator<T, stack_capacity>& rhs)
101 && n <= stack_capacity) {
130 template<typename TContainerType, int stack_capacity>
135 typedef StackAllocator<ContainedType, stack_capacity> Allocator;
141 container_.reserve(stack_capacity);
176 template<size_t stack_capacity>
180 StackAllocator<char, stack_capacity> >,
    [all...]
  /external/v8/src/
regexp-stack.h 72 size_t stack_capacity() { return thread_local_.memory_size_; } function in class:v8::internal::RegExpStack
regexp-macro-assembler.cc 255 size_t size = regexp_stack->stack_capacity();

Completed in 511 milliseconds