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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp272 // address, notes the dependency (at 'branch_pc') on the label.
273 address CodeSection::target(Label& L, address branch_pc) { argument
282 assert(allocates2(branch_pc), "sanity");
284 int patch_loc = CodeBuffer::locator(branch_pc - base, index());
292 return branch_pc;
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp312 #define OSR_REQUEST(res, branch_pc) \
313 CALL_VM(res=InterpreterRuntime::frequency_counter_overflow(THREAD, branch_pc), handle_exception);
323 // skip is delta from current bcp/bci for target, branch_pc is pre-branch bcp
326 #define DO_BACKEDGE_CHECKS(skip, branch_pc) \
334 OSR_REQUEST(osr_nmethod, branch_pc); \
1383 address branch_pc = pc; \
1385 DO_BACKEDGE_CHECKS(skip, branch_pc); \
1391 address branch_pc = pc; \
1393 DO_BACKEDGE_CHECKS(skip, branch_pc); \
1402 address branch_pc
1449 address branch_pc = pc; local
1469 address branch_pc = pc; local
2451 address branch_pc = pc; local
2467 address branch_pc = pc; local
[all...]

Completed in 37 milliseconds