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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp645 bool in_vm = os::address_is_in_vm(pc); local
646 st->print(in_vm ? "V" : "C");
668 if (!in_vm || Decoder::can_decode_C_frame_in_vm()) {

Completed in 35 milliseconds