Searched refs:ReplaceWithRuntimeCall (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 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() [all …]
|
D | js-generic-lowering.h | 43 void ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int args = -1);
|