Searched defs:effect (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java92 int computeForParameters(boolean is_static, CellTypeStateList effect) { argument
94 _effect = effect;
97 effect.get(_idx++).set(CellTypeState.ref);
105 int computeForReturntype(CellTypeStateList effect) { argument
107 _effect = effect;
143 int computeForParameters(boolean is_static, CellTypeStateList effect) { argument
145 _effect = effect;
148 effect.get(_idx++).set(CellTypeState.makeSlotRef(0));
156 int computeForReturntype(CellTypeStateList effect) { argument
158 _effect = effect;
351 methodsigToEffect(Symbol signature, boolean isStatic, CellTypeStateList effect) argument
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp130 int compute_for_parameters(bool is_static, CellTypeState *effect) { argument
132 _effect = effect;
135 effect[_idx++] = CellTypeState::ref;
142 int compute_for_returntype(CellTypeState *effect) { argument
144 _effect = effect;
184 int compute_for_parameters(bool is_static, CellTypeState *effect) { argument
186 _effect = effect;
189 effect[_idx++] = CellTypeState::make_slot_ref(0);
196 int compute_for_returntype(CellTypeState *effect) { argument
198 _effect = effect;
671 methodsig_to_effect(Symbol* signature, bool is_static, CellTypeState* effect) argument
[all...]

Completed in 452 milliseconds