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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2365 OopMap* LinearScan::compute_oop_map(IntervalWalker* iw, LIR_Op* op, CodeEmitInfo* info, bool is_call_site) { function in class:LinearScan
2434 void LinearScan::compute_oop_map(IntervalWalker* iw, const LIR_OpVisitState &visitor, LIR_Op* op) { function in class:LinearScan
2440 OopMap* first_oop_map = compute_oop_map(iw, op, first_info, visitor.has_call());
2450 oop_map = compute_oop_map(iw, op, info, visitor.has_call());
2967 assert(iw != NULL, "needed for compute_oop_map");
2968 compute_oop_map(iw, visitor, op);

Completed in 51 milliseconds