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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStateScanner.cpp83 if (state->stack(i)->is_two_word())
87 assert(state->stack(i + 1)->is_two_word(), "should be");
95 if (state->local(i)->is_two_word())
H A DsharkConstant.hpp58 bool is_two_word() const { function in class:SharkConstant
H A DsharkBlock.hpp102 if (value->is_two_word())
131 if (value->is_two_word())
H A DsharkConstant.cpp101 _is_two_word = value->is_two_word();
H A DsharkCacheDecache.hpp57 if (value->is_two_word())
149 if (value->is_two_word())
157 if (value && value->is_two_word()) {
H A DsharkInliner.cpp78 if (result->is_two_word())
305 if (sc->is_two_word())
715 if (field->type()->is_two_word())
739 if (field->type()->is_two_word())
H A DsharkValue.hpp90 bool is_two_word() const { function in class:SharkValue
/openjdk7/hotspot/src/share/vm/ci/
H A DciType.hpp76 bool is_two_word() const { return size() == 2; } function in class:ciType
H A DciTypeFlow.cpp540 if (type->is_two_word()) {
675 if (type->is_two_word()) {
798 if (field_type->is_two_word()) {
800 assert(type2->is_two_word(), "must be 2nd half");
H A DbcEscapeAnalyzer.cpp891 } else if (return_type->is_two_word()) {

Completed in 3270 milliseconds