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

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp325 bool is_byte() const { return flag_state() == btos; }
326 bool is_char() const { return flag_state() == ctos; }
327 bool is_short() const { return flag_state() == stos; }
328 bool is_int() const { return flag_state() == itos; }
329 bool is_long() const { return flag_state() == ltos; }
330 bool is_float() const { return flag_state() == ftos; }
331 bool is_double() const { return flag_state() == dtos; }
332 bool is_object() const { return flag_state() == atos; }
333 TosState flag_state() const { assert((uint)number_of_states <= (uint)tos_state_mask+1, ""); function in class:VALUE_OBJ_CLASS_SPEC
H A DcpCacheOop.cpp60 TosState old_state = flag_state();
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp509 switch (entry->flag_state()) {
517 switch (entry->flag_state()) {
555 switch (entry->flag_state()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp954 switch(cp_entry->flag_state()) {
991 switch(cp_entry->flag_state()) {
H A DbytecodeInterpreter.cpp1783 TosState tos_type = cache->flag_state();
1877 TosState tos_type = cache->flag_state();

Completed in 38 milliseconds