Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.h374 void VisitCallJSRuntime(CallRuntime* expr);
Dast-graph-builder.cc1734 void AstGraphBuilder::VisitCallJSRuntime(CallRuntime* expr) { in VisitCallJSRuntime() function in v8::internal::compiler::AstGraphBuilder
1760 return VisitCallJSRuntime(expr); in VisitCallRuntime()
Dbytecode-graph-builder.cc1363 void BytecodeGraphBuilder::VisitCallJSRuntime() { in VisitCallJSRuntime() function in v8::internal::compiler::BytecodeGraphBuilder