Searched defs:branch_loc (Results 1 - 1 of 1) 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...]

Completed in 30 milliseconds