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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp126 return do_field_access(true, false);
129 return do_field_access(true, true);
132 return do_field_access(false, true);
134 bool do_field_access(bool is_get, bool is_field);
695 bool SharkInlinerHelper::do_field_access(bool is_get, bool is_field) { function in class:SharkInlinerHelper
H A DsharkBlock.cpp1015 void SharkBlock::do_field_access(bool is_get, bool is_field) { function in class:SharkBlock
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp79 void Parse::do_field_access(bool is_get, bool is_field) { function in class:Parse

Completed in 34 milliseconds