Lines Matching refs:ReplaceWithRuntimeCall
116 void JSGenericLowering::ReplaceWithRuntimeCall(Node* node, in ReplaceWithRuntimeCall() function in v8::internal::compiler::JSGenericLowering
281 ReplaceWithRuntimeCall(node, Runtime::kDefineDataPropertyInLiteral); in LowerJSStoreDataPropertyInLiteral()
309 ReplaceWithRuntimeCall(node, Runtime::kHasInPrototypeChain); in LowerJSHasInPrototypeChain()
347 ReplaceWithRuntimeCall(node, Runtime::kNewSloppyArguments_Generic); in LowerJSCreateArguments()
350 ReplaceWithRuntimeCall(node, Runtime::kNewStrictArguments); in LowerJSCreateArguments()
353 ReplaceWithRuntimeCall(node, Runtime::kNewRestParameter); in LowerJSCreateArguments()
429 ReplaceWithRuntimeCall(node, Runtime::kNewClosure_Tenured); in LowerJSCreateClosure()
450 ReplaceWithRuntimeCall(node, Runtime::kNewFunctionContext); in LowerJSCreateFunctionContext()
501 ReplaceWithRuntimeCall(node, Runtime::kCreateArrayLiteral); in LowerJSCreateLiteralArray()
533 ReplaceWithRuntimeCall(node, Runtime::kCreateObjectLiteral); in LowerJSCreateLiteralObject()
576 ReplaceWithRuntimeCall(node, Runtime::kPushBlockContext); in LowerJSCreateBlockContext()
728 ReplaceWithRuntimeCall(node, p.id(), static_cast<int>(p.arity())); in LowerJSCallRuntime()
824 ReplaceWithRuntimeCall(node, Runtime::kStackGuard); in LowerJSStackCheck()