Searched refs:branch_loc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp211 void Label::add_patch_at(CodeBuffer* cb, int branch_loc) { argument
214 _patches[_patch_index] = branch_loc;
219 _patch_overflow->push(branch_loc);
231 int branch_loc; local
233 branch_loc = _patch_overflow->pop();
235 branch_loc = _patches[_patch_index];
237 int branch_sect = CodeBuffer::locator_sect(branch_loc);
238 address branch = cb->locator_address(branch_loc);
379 int branch_loc; local
381 branch_loc
[all...]
H A Dassembler.hpp152 * @param branch_loc the locator of the branch instruction in the code buffer
154 void add_patch_at(CodeBuffer* cb, int branch_loc);
158 * Call patch_instruction on each 'branch_loc' value

Completed in 40 milliseconds