Searched refs:is_call_site (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciCallSite.hpp38 bool is_call_site() const { return true; } function in class:ciCallSite
H A DciObject.hpp142 virtual bool is_call_site() const { return false; } function in class:ciObject
202 assert(is_call_site(), "bad cast");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp347 OopMap* compute_oop_map(IntervalWalker* iw, LIR_Op* op, CodeEmitInfo* info, bool is_call_site);
H A Dc1_LinearScan.cpp2365 OopMap* LinearScan::compute_oop_map(IntervalWalker* iw, LIR_Op* op, CodeEmitInfo* info, bool is_call_site) { argument
2380 assert(!is_call_site, "move must not be a call site");
2404 assert(!is_call_site || assigned_reg >= nof_regs || !is_caller_save(assigned_reg), "interval is in a caller-save register at a call -> register will be overwritten");
H A Dc1_GraphBuilder.cpp1588 if (const_oop->is_call_site()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp1639 if (const_oop->is_call_site()) {

Completed in 135 milliseconds