Searched refs:LIST_CAPACITY (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjniFastGetField.cpp28 address JNI_FastGetField::speculative_load_pclist [LIST_CAPACITY];
29 address JNI_FastGetField::slowcase_entry_pclist [LIST_CAPACITY];
H A DjniFastGetField.hpp59 enum { LIST_CAPACITY = 40 }; // a conservative number for the number of enumerator in enum:JNI_FastGetField::__anon367
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjniFastGetField_sparc.cpp73 assert(count < LIST_CAPACITY, "LIST_CAPACITY too small");
154 assert(count < LIST_CAPACITY-1, "LIST_CAPACITY too small");
161 assert(count < LIST_CAPACITY, "LIST_CAPACITY too small");
224 assert(count < LIST_CAPACITY, "LIST_CAPACITY too small");
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniFastGetField_x86_64.cpp87 assert(count < LIST_CAPACITY, "LIST_CAPACITY too small");
185 assert(count < LIST_CAPACITY, "LIST_CAPACITY too small");
H A DjniFastGetField_x86_32.cpp91 assert(count < LIST_CAPACITY, "LIST_CAPACITY too small");
208 assert(count < LIST_CAPACITY-1, "LIST_CAPACITY too small");
297 assert(count < LIST_CAPACITY, "LIST_CAPACITY too small");

Completed in 48 milliseconds