HomeSort by relevance Sort by last modified time
    Searched refs:EnsureCapacity (Results 1 - 25 of 31) sorted by null

1 2

  /art/compiler/utils/x86/
assembler_x86_test.cc 25 AssemblerBuffer::EnsureCapacity ensured(&buffer);
assembler_x86.cc 47 AssemblerBuffer::EnsureCapacity ensured(&buffer_);
54 AssemblerBuffer::EnsureCapacity ensured(&buffer_);
61 AssemblerBuffer::EnsureCapacity ensured(&buffer_);
69 AssemblerBuffer::EnsureCapacity ensured(&buffer_);
75 AssemblerBuffer::EnsureCapacity ensured(&buffer_);
82 AssemblerBuffer::EnsureCapacity ensured(&buffer_);
94 AssemblerBuffer::EnsureCapacity ensured(&buffer_);
100 AssemblerBuffer::EnsureCapacity ensured(&buffer_);
107 AssemblerBuffer::EnsureCapacity ensured(&buffer_);
114 AssemblerBuffer::EnsureCapacity ensured(&buffer_)
    [all...]
  /art/compiler/
vector_output_stream.h 41 EnsureCapacity(new_offset);
51 void EnsureCapacity(off_t new_offset) {
vector_output_stream.cc 43 EnsureCapacity(new_offset);
  /external/chromium_org/v8/src/
regexp-stack.cc 37 regexp_stack_->EnsureCapacity(0);
89 Address RegExpStack::EnsureCapacity(size_t size) {
regexp-stack.h 83 Address EnsureCapacity(size_t size);
133 // you have to call EnsureCapacity before using it again.
bignum.cc 55 EnsureCapacity(1);
68 EnsureCapacity(needed_bigits);
139 EnsureCapacity(needed_bigits);
192 EnsureCapacity(1 + Max(BigitLength(), other.BigitLength()) - exponent_);
245 EnsureCapacity(used_digits_ + 1);
268 EnsureCapacity(used_digits_ + 1);
295 EnsureCapacity(used_digits_ + 1);
346 EnsureCapacity(product_length);
439 EnsureCapacity(final_size / kBigitSize + 2);
707 EnsureCapacity(used_digits_ + zero_digits)
    [all...]
bignum.h 110 void EnsureCapacity(int size) {
data-flow.h 227 EnsureCapacity(value, zone);
246 void EnsureCapacity(int value, Zone* zone) {
regexp-macro-assembler.cc 281 Address new_stack_base = regexp_stack->EnsureCapacity(size * 2);
objects.cc     [all...]
  /external/v8/src/
regexp-stack.cc 37 regexp_stack_->EnsureCapacity(0);
90 Address RegExpStack::EnsureCapacity(size_t size) {
regexp-stack.h 83 Address EnsureCapacity(size_t size);
133 // you have to call EnsureCapacity before using it again.
bignum.cc 54 EnsureCapacity(1);
67 EnsureCapacity(needed_bigits);
138 EnsureCapacity(needed_bigits);
191 EnsureCapacity(1 + Max(BigitLength(), other.BigitLength()) - exponent_);
244 EnsureCapacity(used_digits_ + 1);
267 EnsureCapacity(used_digits_ + 1);
294 EnsureCapacity(used_digits_ + 1);
345 EnsureCapacity(product_length);
438 EnsureCapacity(final_size / kBigitSize + 2);
706 EnsureCapacity(used_digits_ + zero_digits)
    [all...]
bignum.h 110 void EnsureCapacity(int size) {
lithium-allocator.h 412 EnsureCapacity(value, zone);
423 void EnsureCapacity(int value, Zone* zone) {
regexp-macro-assembler.cc 260 Address new_stack_base = regexp_stack->EnsureCapacity(size * 2);
objects.cc     [all...]
  /external/lzma/CPP/Common/
DynamicBuffer.h 39 void EnsureCapacity(size_t capacity)
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum.cc 56 EnsureCapacity(1);
69 EnsureCapacity(needed_bigits);
140 EnsureCapacity(needed_bigits);
193 EnsureCapacity(1 + Max(BigitLength(), other.BigitLength()) - exponent_);
246 EnsureCapacity(used_digits_ + 1);
269 EnsureCapacity(used_digits_ + 1);
296 EnsureCapacity(used_digits_ + 1);
347 EnsureCapacity(product_length);
440 EnsureCapacity(final_size / kBigitSize + 2);
708 EnsureCapacity(used_digits_ + zero_digits)
    [all...]
bignum.h 112 void EnsureCapacity(int size) {
  /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/lzma/CPP/7zip/Common/
StreamObjects.cpp 48 bool CByteDynBuffer::EnsureCapacity(size_t cap)
73 if (!_buffer.EnsureCapacity(addSize))
StreamObjects.h 53 bool EnsureCapacity(size_t capacity);
  /external/tinyxml2/
tinyxml2.h 179 EnsureCapacity( size+1 );
185 EnsureCapacity( size+count );
209 void EnsureCapacity( int cap ) {
    [all...]

Completed in 2610 milliseconds

1 2