Searched defs:uncommon_trap (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.cpp203 int SharkRuntime::uncommon_trap(JavaThread* thread, int trap_request) { function in class:SharkRuntime
216 Deoptimization::uncommon_trap(thread, trap_request);
H A DsharkBuilder.cpp339 Value* SharkBuilder::uncommon_trap() { function in class:SharkBuilder
340 return make_function((address) SharkRuntime::uncommon_trap, "Ti", "i");
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp278 // and branch to an uncommon_trap if it is true (with the specified reason and must_throw)
654 void uncommon_trap(int trap_request,
659 void uncommon_trap(Deoptimization::DeoptReason reason, function in class:GraphKit
663 uncommon_trap(Deoptimization::make_trap_request(reason, action),
H A DgraphKit.cpp491 // take the uncommon_trap in the BuildCutout below.
506 uncommon_trap(reason, Deoptimization::Action_none,
630 uncommon_trap(reason, action, (ciKlass*)NULL, (char*)NULL, must_throw);
1206 uncommon_trap(Deoptimization::Reason_unloaded,
1319 uncommon_trap(reason,
1871 //------------------------------uncommon_trap----------------------------------
1873 // uncommon_trap blob. This helper function inserts a runtime call with the
1875 void GraphKit::uncommon_trap(int trap_request, function in class:GraphKit
1942 log->begin_elem("uncommon_trap bci='%d'", bci());
1975 call_addr, "uncommon_trap", no_memory_effect
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp172 // This is factored, since it is both called from a JRT_LEAF (deoptimization) and a JRT_ENTRY (uncommon_trap)
554 // the beginning of uncommon_trap().
1231 // uncommon_trap() is called at the beginning of the uncommon trap
1289 xtty->begin_head("uncommon_trap thread='" UINTX_FORMAT"' %s",
1354 xtty->tail("uncommon_trap");
1677 Deoptimization::UnrollBlock* Deoptimization::uncommon_trap(JavaThread* thread, jint trap_request) { function in class:Deoptimization

Completed in 75 milliseconds