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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp102 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } function in class:Relocator
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp111 void code_at_put(int bci, Bytecodes::Code code) { function in class:ciMethod

Completed in 769 milliseconds