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

/openjdk9/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp271 void StackMapFrame::set_local(int32_t index, VerificationType type, TRAPS) { function in class:StackMapFrame
/openjdk9/hotspot/src/share/vm/shark/
H A DsharkBlock.hpp99 void set_local(int index, SharkValue* value) { function in class:SharkBlock
H A DsharkState.hpp84 void set_local(int index, SharkValue* value) { function in class:SharkState
H A DsharkInliner.cpp149 void set_local(int index, bool value) { function in class:SharkInlinerHelper
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A Dmachnode.hpp823 void set_local(const JVMState* jvms, uint idx, Node *c) { function in class:MachSafePointNode
H A Dcallnode.cpp1085 void SafePointNode::set_local(JVMState* jvms, uint idx, Node *c) { function in class:SafePointNode
H A DgraphKit.hpp473 void set_local(uint idx, Node* c) { map_not_null(); _map->set_local( _map->_jvms, idx, c); } function in class:GraphKit

Completed in 128 milliseconds