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

/openjdk7/hotspot/src/share/vm/c1/
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 42 milliseconds