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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.cpp276 void ciMethodData::set_would_profile(bool p) { function in class:ciMethodData
280 mdo->set_would_profile(p);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp156 void set_would_profile(bool f) { _would_profile = f; } function in class:Compilation
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1371 void set_would_profile(bool p) { _would_profile = p; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 638 milliseconds