|
Relates :
|
|
|
Relates :
|
Code in ConnectionGraph::process_call_arguments()
case Op_CallLeafNoFP:
is_arraycopy = (call->as_CallLeaf()->_name != NULL &&
strstr(call->as_CallLeaf()->_name, "arraycopy") != 0);
should deal with new arraycopy node instead.
|