Searched refs:NewCallRuntime (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/parsing/
H A Dparser.cc369 return factory()->NewCallRuntime(Runtime::kInlineCreateIterResultObject, args,
379 CallRuntime* call_constructor = factory()->NewCallRuntime(id, args, pos);
417 return factory()->NewCallRuntime(Runtime::kInlineGeneratorGetInputOrDebugPos,
487 return factory()->NewCallRuntime(function, args, pos);
500 return factory()->NewCallRuntime(context_index, args, pos);
1602 Expression* is_spec_object_call = factory()->NewCallRuntime(
1802 Expression* call = factory()->NewCallRuntime(Runtime::kInlineGeneratorClose,
1863 Expression* is_spec_object_call = factory()->NewCallRuntime(
1871 Expression* throw_call = factory()->NewCallRuntime(
3009 Expression* create_promise = factory()->NewCallRuntime(
[all...]
H A Dpattern-rewriter.cc223 CallRuntime* initialize = factory()->NewCallRuntime(
381 value = factory()->NewCallRuntime(
400 auto to_name_key = CreateTempVar(factory()->NewCallRuntime(
607 factory()->NewCallRuntime(Runtime::kAppendElement, args, nopos),
H A Dpreparser.h772 PreParserExpression NewCallRuntime(Runtime::FunctionId id, function in class:v8::internal::PreParserFactory
H A Dparser-base.h3415 return factory()->NewCallRuntime(Runtime::kDynamicImportCall, args, pos);
/external/v8/src/ast/
H A Dast.h3407 CallRuntime* NewCallRuntime(Runtime::FunctionId id, function in class:v8::internal::BASE_EMBEDDED
3412 CallRuntime* NewCallRuntime(const Runtime::Function* function, function in class:v8::internal::BASE_EMBEDDED
3417 CallRuntime* NewCallRuntime(int context_index, function in class:v8::internal::BASE_EMBEDDED

Completed in 260 milliseconds