HomeSort by relevance Sort by last modified time
    Searched defs:EnsureCapacity (Results 1 - 11 of 11) sorted by null

  /art/compiler/linker/
vector_output_stream.h 41 EnsureCapacity(new_offset);
55 void EnsureCapacity(off_t new_offset) {
  /external/v8/src/regexp/
regexp-stack.cc 15 regexp_stack_->EnsureCapacity(0);
66 Address RegExpStack::EnsureCapacity(size_t size) {
  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 75 bool CByteDynBuffer::EnsureCapacity(size_t cap) throw()
100 if (!_buffer.EnsureCapacity(addSize))
  /external/v8/src/
bignum.h 89 void EnsureCapacity(int size) {
layout-descriptor.cc 55 layout_descriptor = LayoutDescriptor::EnsureCapacity(
97 Handle<LayoutDescriptor> LayoutDescriptor::EnsureCapacity(
bit-vector.h 218 EnsureCapacity(value, zone);
239 void EnsureCapacity(int value, Zone* zone) {
string-builder.h 141 void EnsureCapacity(int elements) {
223 void EnsureCapacity(int elements) { array_builder_.EnsureCapacity(elements); }
objects.cc     [all...]
  /external/webrtc/webrtc/base/
buffer.h 140 EnsureCapacity(new_size);
156 EnsureCapacity(size);
163 void EnsureCapacity(size_t capacity) {
  /art/compiler/utils/
assembler.h 168 // To emit an instruction to the assembler buffer, the EnsureCapacity helper
173 // AssemblerBuffer::EnsureCapacity ensured(&buffer);
178 class EnsureCapacity {
180 explicit EnsureCapacity(AssemblerBuffer* buffer) {
198 ~EnsureCapacity() {
219 class EnsureCapacity {
221 explicit EnsureCapacity(AssemblerBuffer* buffer) {
  /external/tinyxml2/
tinyxml2.h 179 EnsureCapacity( size+1 );
185 EnsureCapacity( size+count );
209 void EnsureCapacity( int cap ) {
    [all...]

Completed in 706 milliseconds