Searched refs:insert_unconditional (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp183 static void insert_unconditional(address code_pos, address entry) { function in class:NativeGeneralJump
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp537 void NativeGeneralJump::insert_unconditional(address code_pos, address entry) { function in class:NativeGeneralJump
H A DnativeInst_x86.hpp459 static void insert_unconditional(address code_pos, address entry);
H A Dc1_CodeStubs_x86.cpp358 NativeGeneralJump::insert_unconditional((address)_pc_start, entry);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp336 NativeGeneralJump::insert_unconditional((address)_pc_start, entry);
H A DnativeInst_sparc.hpp910 static void insert_unconditional(address code_pos, address entry);
H A DnativeInst_sparc.cpp981 void NativeGeneralJump::insert_unconditional(address code_pos, address entry) { function in class:NativeGeneralJump
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp1094 NativeGeneralJump::insert_unconditional(instr_pc, being_initialized_entry);

Completed in 56 milliseconds