allocate 754 src/arm/builtins-arm.cc Label allocate;
allocate 762 src/arm/builtins-arm.cc __ b(ne, &allocate);
allocate 773 src/arm/builtins-arm.cc __ bind(&allocate);
allocate 131 src/ia32/builtins-ia32.cc Label allocate;
allocate 136 src/ia32/builtins-ia32.cc __ j(not_zero, &allocate);
allocate 148 src/ia32/builtins-ia32.cc __ bind(&allocate);
allocate 778 src/mips/builtins-mips.cc Label allocate;
allocate 786 src/mips/builtins-mips.cc __ Branch(&allocate, ne, t0, Operand(zero_reg));
allocate 797 src/mips/builtins-mips.cc __ bind(&allocate);
allocate 39 src/string-stream.h virtual char* allocate(unsigned bytes) = 0;
allocate 52 src/string-stream.h char* allocate(unsigned bytes);
allocate 65 src/string-stream.h char* allocate(unsigned bytes) { return space_; }
allocate 119 src/string-stream.h buffer_(allocator_->allocate(kInitialCapacity)) {
allocate 133 src/x64/builtins-x64.cc Label allocate;
allocate 138 src/x64/builtins-x64.cc __ j(not_zero, &allocate);
allocate 150 src/x64/builtins-x64.cc __ bind(&allocate);