Searched refs:append_unsafe_get_and_set_obj (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp371 bool append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add);
H A Dc1_GraphBuilder.cpp3411 return append_unsafe_get_and_set_obj(callee, true);
3416 return append_unsafe_get_and_set_obj(callee, true);
3421 return append_unsafe_get_and_set_obj(callee, false);
3426 return append_unsafe_get_and_set_obj(callee, false);
3440 return append_unsafe_get_and_set_obj(callee, false);
4188 bool GraphBuilder::append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add) { function in class:GraphBuilder

Completed in 43 milliseconds