Lines Matching defs:length
343 if (data.length() == 0) return false;
427 if (length() == 0) {
661 os << "Constant pool (size = " << constant_pool().length() << ")\n";
663 if (constant_pool().length() > 0) {
668 os << "Handler Table (size = " << handler_table().length() << ")\n";
670 if (handler_table().length() > 0) {
677 os << "Source Position Table (size = " << source_position_table.length()
680 if (source_position_table.length() > 0) {
688 DCHECK_EQ(from.length(), to.length());
691 from.length());
775 if (entries->length() == entries->capacity()) {
802 int len = length();
852 int DependentCode::FillEntryFromBack(int index, int length) {
854 DCHECK_EQ(length % 2, 0);
855 for (int i = length - kSlotsPerEntry; i > index; i -= kSlotsPerEntry) {