Home
last modified time | relevance | path

Searched refs:NewCallRuntime (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dparser.cc170 return factory()->NewCallRuntime(Runtime::kInlineCall, args, in CallClassFieldInitializer()
254 Expression* super_constructor = factory()->NewCallRuntime( in DefaultConstructor()
266 Expression* call = factory()->NewCallRuntime( in DefaultConstructor()
439 return factory()->NewCallRuntime(Runtime::kInlineCreateIterResultObject, args, in BuildIteratorResult()
449 CallRuntime* call_constructor = factory()->NewCallRuntime(id, args, pos); in NewThrowError()
487 return factory()->NewCallRuntime(Runtime::kInlineGeneratorGetInputOrDebugPos, in FunctionSentExpression()
566 return factory()->NewCallRuntime(function, args, pos); in NewV8Intrinsic()
579 return factory()->NewCallRuntime(context_index, args, pos); in NewV8Intrinsic()
1659 Expression* is_spec_object_call = factory()->NewCallRuntime( in RewriteReturn()
1853 Expression* is_spec_object_call = factory()->NewCallRuntime( in BuildIteratorNextResult()
[all …]
Dpattern-rewriter.cc211 CallRuntime* initialize = factory()->NewCallRuntime( in VisitVariableProxy()
538 factory()->NewCallRuntime(Runtime::kAppendElement, args, nopos), in VisitArrayLiteral()
/external/v8/src/ast/
Dast.h3376 CallRuntime* NewCallRuntime(Runtime::FunctionId id, in NewCallRuntime() function
3381 CallRuntime* NewCallRuntime(const Runtime::Function* function, in NewCallRuntime() function
3386 CallRuntime* NewCallRuntime(int context_index, in NewCallRuntime() function