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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp180 Value ipop() { return check(intTag , _stack.pop()); } function in class:ValueStack
189 case intTag : return ipop();
H A Dc1_GraphBuilder.hpp218 Value ipop() { return state()->ipop(); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_GraphBuilder.cpp951 Value index = ipop();
966 Value index = ipop();
1094 Value s = ipop();
1233 Value x = ipop();
1298 append(new If(ipop(), If::eql, true, key, tsux, fsux, state_before, is_bb));
1312 Instruction* res = append(new TableSwitch(ipop(), sux, sw.low_key(), state_before, has_bb));
1340 append(new If(ipop(), If::eql, true, key, tsux, fsux, state_before, is_bb));
1357 Instruction* res = append(new LookupSwitch(ipop(), sux, keys, state_before, has_bb));
1963 apush(append_split(new NewTypeArray(ipop(), (BasicType)stream()->get_index(), state_before)));
1971 NewArray* n = new NewObjectArray(klass, ipop(), state_befor
[all...]

Completed in 30 milliseconds