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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.inline.hpp113 inline void Label::bind_loc(int pos, int sect) { function in class:Label
114 bind_loc(CodeBuffer::locator(pos, sect));
H A Dassembler.hpp120 void bind_loc(int loc) { function in class:VALUE_OBJ_CLASS_SPEC
125 void bind_loc(int pos, int sect); // = bind_loc(locator(pos, sect))
H A Dassembler.cpp174 L.bind_loc(locator());

Completed in 37 milliseconds