Home
last modified time | relevance | path

Searched refs:ReplaceWithRuntimeCall (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-generic-lowering.cc104 void JSGenericLowering::ReplaceWithRuntimeCall(Node* node, in ReplaceWithRuntimeCall() function in v8::internal::compiler::JSGenericLowering
298 ReplaceWithRuntimeCall(node, Runtime::kDefineDataPropertyInLiteral); in LowerJSStoreDataPropertyInLiteral()
303 ReplaceWithRuntimeCall(node, is_strict(language_mode) in LowerJSDeleteProperty()
347 ReplaceWithRuntimeCall(node, Runtime::kNewSloppyArguments_Generic); in LowerJSCreateArguments()
350 ReplaceWithRuntimeCall(node, Runtime::kNewStrictArguments); in LowerJSCreateArguments()
353 ReplaceWithRuntimeCall(node, Runtime::kNewRestParameter); in LowerJSCreateArguments()
369 ReplaceWithRuntimeCall(node, Runtime::kNewArray, arity + 3); in LowerJSCreateArray()
391 ReplaceWithRuntimeCall(node, (p.pretenure() == TENURED) in LowerJSCreateClosure()
413 ReplaceWithRuntimeCall(node, Runtime::kNewFunctionContext); in LowerJSCreateFunctionContext()
419 ReplaceWithRuntimeCall(node, Runtime::kCreateIterResultObject); in LowerJSCreateIterResultObject()
[all …]
Djs-generic-lowering.h43 void ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int args = -1);