Searched refs:insts_capacity (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp484 csize_t insts_capacity() const { return _insts.capacity(); } function in class:CodeBuffer
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp283 if (stub_size >= code->insts_capacity()) return false;

Completed in 33 milliseconds