Home
last modified time | relevance | path

Searched refs:VisitCallRuntime (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dprettyprinter.cc383 void CallPrinter::VisitCallRuntime(CallRuntime* node) { in VisitCallRuntime() function in v8::internal::CallPrinter
1292 void AstPrinter::VisitCallRuntime(CallRuntime* node) { in VisitCallRuntime() function in v8::internal::AstPrinter
Dast-traversal-visitor.h426 void AstTraversalVisitor<Subclass>::VisitCallRuntime(CallRuntime* expr) { in VisitCallRuntime() function
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1923 void BytecodeGraphBuilder::VisitCallRuntime() { in VisitCallRuntime() function in v8::internal::compiler::BytecodeGraphBuilder
/external/v8/src/interpreter/
Dbytecode-generator.cc3811 void BytecodeGenerator::VisitCallRuntime(CallRuntime* expr) { in VisitCallRuntime() function in v8::internal::interpreter::BytecodeGenerator