Lines Matching refs:Callable
569 Callable callable = CodeFactory::InterpreterPushArgsAndCall(
571 Node* code_target = HeapConstant(callable.code());
572 Node* ret_value = CallStub(callable.descriptor(), code_target, context,
606 Callable callable_call =
688 Callable callable_call = CodeFactory::InterpreterPushArgsAndCall(
704 Callable callable = CodeFactory::InterpreterPushArgsAndCall(
706 Node* code_target = HeapConstant(callable.code());
707 return CallStub(callable.descriptor(), code_target, context, arg_count,
746 Callable callable_function = CodeFactory::InterpreterPushArgsAndConstruct(
851 Callable callable = CodeFactory::InterpreterPushArgsAndConstruct(
853 Node* code_target = HeapConstant(callable.code());
854 return_value.Bind(CallStub(callable.descriptor(), code_target, context,
867 Callable callable = CodeFactory::InterpreterCEntry(isolate(), result_size);
868 Node* code_target = HeapConstant(callable.code());
880 return CallStub(callable.descriptor(), code_target, context, arg_count,
1157 Callable callable = CodeFactory::NonNumberToNumber(isolate());
1158 var_value.Bind(CallStub(callable, context, value));