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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3057 ciArrayKlass* default_type = op->expected_type(); local
3067 BasicType basic_type = default_type != NULL ? default_type->element_type()->basic_type() : T_ILLEGAL;
3071 if (default_type == NULL) {
3181 assert(default_type != NULL && default_type->is_array_klass() && default_type->is_loaded(), "must be true at this point");
3419 // but not necessarily exactly of type default_type.
3421 __ movoop(tmp, default_type->constant_encoding());
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2071 ciArrayKlass* default_type = op->expected_type(); local
2072 BasicType basic_type = default_type != NULL ? default_type->element_type()->basic_type() : T_ILLEGAL;
2123 assert(default_type != NULL && default_type->is_array_klass(), "must be true at this point");
2309 // but not necessarily exactly of type default_type.

Completed in 6175 milliseconds