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

/openjdk7/hotspot/src/share/vm/ci/
H A DciSignature.cpp110 // ciSignature::type_at
114 ciType* ciSignature::type_at(int index) const { function in class:ciSignature
131 if (this->type_at(i) != that->type_at(i)) return false;
H A DciSignature.hpp61 ciType* type_at(int index) const;
H A DciTypeFlow.hpp240 ciType* local_type_at(int i) const { return type_at(local(i)); }
241 ciType* stack_type_at(int i) const { return type_at(stack(i)); }
244 ciType* type_at(Cell c) const { function in class:ciTypeFlow::StateVector
256 ciType* type_at_tos() const { return type_at(tos()); }
303 assert(is_int(type_at(c)), "must be integer");
384 (is_double(type_at(local(prev_index))) ||
385 is_long(type_at(local(prev_index))))) {
391 ciType* type = type_at(local(index));
405 ciType* type = type_at(local(index));
406 ciType* type2 = type_at(loca
[all...]
H A DciTypeFlow.cpp217 ciType* return_address = state->type_at(local);
425 copy->set_type_at(c, type_at(c));
445 assert(type_at(c) == top_type(), "");
450 set_type_at(c, incoming->type_at(c));
469 ciType* t1 = type_at(c);
470 ciType* t2 = incoming->type_at(c);
506 ciType* t1 = type_at(c);
507 ciType* t2 = incoming->type_at(c);
672 ciType* stack_type = type_at(stack(stack_base + i++));
676 ciType* stack_type2 = type_at(stac
[all...]
H A DciStreams.hpp303 return _sig->type_at(_pos);
H A DbcEscapeAnalyzer.cpp1081 ciType* t = sig->type_at(i);
1209 ciType* t = sig->type_at(i);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp140 identify(sig->type_at(i));
149 print((i == 0) ? "%d" : " %d", identify(sig->type_at(i)));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp57 ciType* type = sig->type_at(i);
H A Dc1_GraphBuilder.cpp2984 ciType* type = sig->type_at(i);
3940 ciType* t = signature->type_at(i);
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2293 assert(sig->type_at(0)->basic_type() == T_OBJECT, "getter base is object");
2294 assert(sig->type_at(1)->basic_type() == T_LONG, "getter offset is correct");
2297 assert(sig->type_at(0)->basic_type() == T_LONG, "getter base is long");
2304 assert(sig->type_at(0)->basic_type() == T_OBJECT, "putter base is object");
2305 assert(sig->type_at(1)->basic_type() == T_LONG, "putter offset is correct");
2308 assert(sig->type_at(0)->basic_type() == T_LONG, "putter base is long");
2310 BasicType vtype = sig->type_at(sig->count()-1)->basic_type();
2515 assert(sig->type_at(0)->basic_type() == T_OBJECT, "prefetch base is object");
2516 assert(sig->type_at(1)->basic_type() == T_LONG, "prefetcha offset is correct");
2519 assert(sig->type_at(
[all...]
H A DcallGenerator.cpp782 ciType* t = signature->type_at(i);
H A Dtype.cpp1673 ciType* type = sig->type_at(i);

Completed in 94 milliseconds