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

  /external/lzma/CPP/Common/
DynamicBuffer.h 39 void EnsureCapacity(size_t capacity)
  /art/compiler/
vector_output_stream.h 41 EnsureCapacity(new_offset);
51 void EnsureCapacity(off_t new_offset) {
  /external/chromium_org/v8/src/
regexp-stack.cc 37 regexp_stack_->EnsureCapacity(0);
89 Address RegExpStack::EnsureCapacity(size_t size) {
bignum.h 110 void EnsureCapacity(int size) {
data-flow.h 227 EnsureCapacity(value, zone);
246 void EnsureCapacity(int value, Zone* zone) {
runtime.cc     [all...]
objects.cc     [all...]
  /external/v8/src/
regexp-stack.cc 37 regexp_stack_->EnsureCapacity(0);
90 Address RegExpStack::EnsureCapacity(size_t size) {
bignum.h 110 void EnsureCapacity(int size) {
lithium-allocator.h 412 EnsureCapacity(value, zone);
423 void EnsureCapacity(int value, Zone* zone) {
runtime.cc     [all...]
objects.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum.h 112 void EnsureCapacity(int size) {
  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 48 bool CByteDynBuffer::EnsureCapacity(size_t cap)
73 if (!_buffer.EnsureCapacity(addSize))
  /art/compiler/utils/
assembler.h 207 // To emit an instruction to the assembler buffer, the EnsureCapacity helper
212 // AssemblerBuffer::EnsureCapacity ensured(&buffer);
217 class EnsureCapacity {
219 explicit EnsureCapacity(AssemblerBuffer* buffer) {
237 ~EnsureCapacity() {
258 class EnsureCapacity {
260 explicit EnsureCapacity(AssemblerBuffer* buffer) {
  /external/tinyxml2/
tinyxml2.h 179 EnsureCapacity( size+1 );
185 EnsureCapacity( size+count );
209 void EnsureCapacity( int cap ) {
    [all...]

Completed in 263 milliseconds