Lines Matching defs:call
4830 // Instance migration, call out to the runtime for {object}.
5122 // Create the fast call
5123 Node* call = __ Call(call_descriptor, inputs_size, inputs);
5134 return call;
5254 // Only generate the slow call.
5258 // Generate fast call.
5268 // The inputs to {Call} node for the fast call look like:
5272 // The first input node represents the target address for the fast call.
5363 // Generate direct slow call.
5700 // Instance migration, call out to the runtime for {array}.