Searched defs:set_local (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.hpp99 void set_local(int index, SharkValue* value) { function in class:SharkBlock
101 current_state()->set_local(index, value);
103 current_state()->set_local(index + 1, NULL);
H A DsharkState.hpp84 void set_local(int index, SharkValue* value) { function in class:SharkState
H A DsharkInliner.cpp52 entry_state()->set_local(i, value);
148 void set_local(int index, bool value) { function in class:SharkInlinerHelper
181 set_local(index + 1, pop());
182 set_local(index, pop());
362 set_local(0, pop());
372 set_local(1, pop());
382 set_local(2, pop());
392 set_local(3, pop());
402 set_local(iter()->get_index(), pop());
581 set_local(ite
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp326 void StackMapFrame::set_local(int32_t index, VerificationType type, TRAPS) { function in class:StackMapFrame
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp915 void SafePointNode::set_local(JVMState* jvms, uint idx, Node *c) { function in class:SafePointNode
H A DgraphKit.hpp420 set_local(i+0, lval);
421 set_local(i+1, top());
451 void set_local(uint idx, Node* c) { map_not_null(); _map->set_local( _map->_jvms, idx, c); } function in class:GraphKit
H A Dmachnode.hpp690 void set_local(const JVMState* jvms, uint idx, Node *c) { function in class:MachSafePointNode

Completed in 48 milliseconds