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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp599 int check_size = sample(check_buf); local
600 return (0 == memcmp(_save_buf, check_buf, check_size));
/openjdk7/hotspot/src/share/vm/oops/
H A Doop.inline.hpp770 debug_only(int check_size = size());
772 assert(s == check_size, "should be the same");

Completed in 1131 milliseconds