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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp681 BasicType slot_type = char2type(signature[0]); local
683 switch (slot_type) {
688 slot_type = T_INT;
691 slot_type = T_OBJECT;
694 if (_type != slot_type) {
700 if (_set && slot_type == T_OBJECT && jobj != NULL) { // NULL reference is allowed

Completed in 24 milliseconds