Home | History | Annotate | Download | only in arm

Lines Matching defs:call

689     // Call the runtime to find the boolean value of the source and then
889 // Call the runtime to declare the globals.
946 // Record position before stub call for type feedback.
1023 // guarantee cache validity, call the runtime system to check cache
1038 // If we got a map from the runtime call, we can do a fast
1290 // perform a runtime call for all variables in the scope
1317 // Record position before possible IC call.
1573 // Emit code to define accessors, using only a single call to the runtime for
1783 // Record source position before possible IC call.
1808 // Call load IC. It has arguments receiver and property name r0 and r2.
1816 // Call keyed load IC. It has arguments key and receiver in r0 and r1.
2103 // Record source code position before IC call.
2149 // Record source code position before IC call.
2202 __ Call(code, rmode, ast_id);
2205 void FullCodeGenerator::EmitCallWithIC(Call* expr,
2219 // Call the IC initialization code.
2230 void FullCodeGenerator::EmitKeyedCallWithIC(Call* expr,
2236 // the calling convention for call ICs.
2251 // Call the IC initialization code.
2263 void FullCodeGenerator::EmitCallWithStub(Call* expr, CallFunctionFlags flags) {
2264 // Code common for calls using the call stub.
2305 // Do the runtime call.
2310 void FullCodeGenerator::VisitCall(Call* expr) {
2317 Comment cmnt(masm_, "[ Call");
2323 // In a call to eval, we first call %ResolvePossiblyDirectEval to
2324 // resolve the function we need to call and the receiver of the
2325 // call. Then we call the resolved function using the given
2346 // The runtime call returns a pair of values in r0 (function) and
2362 // Push global object as receiver for the call IC.
2367 // Call to a lookup slot (dynamically introduced variable).
2377 // Call the runtime to find the function to call (returned in r0)
2389 Label call;
2390 __ b(&call);
2395 // by passing the hole to the call function stub.
2398 __ bind(&call);
2417 // Call to an arbitrary expression not handled specially above.
2425 // Emit function call.
2454 // Call the construct call builtin that handles allocation and
2462 // Record call targets in unoptimized code, but not in the snapshot.
2477 __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL);
2910 // Conditionally generate a log call.
2913 // This is used to determine whether or not to generate the log call.
2985 // Load the arguments on the stack and call the stub.
2998 // Load the arguments on the stack and call the stub.
3074 // Load the arguments on the stack and call the runtime function.
3120 // Load the argument on the stack and call the stub.
3264 // Load the argument on the stack and call the stub.
3276 // Load the argument on the stack and call the stub.
3288 // Load the argument on the stack and call the stub.
3300 // Load the argument on the stack and call the stub.
3312 // Load the argument on the stack and call the runtime function.
3407 // Call runtime to perform the lookup.
3749 // Call the JS runtime function.
3758 // Call the C runtime function.
3798 // Non-global variable. Call the runtime to try to delete from the
3830 // The labels are swapped for the recursive call.
3970 // Call ToNumber only if operand is not a smi.
4011 // Call stub. Undo operation first.
4016 // Record position before stub call.
4275 // Record position and call
4367 // Contexts created by a call to eval have the same closure as the