Searched refs:VisitCallRuntime (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ast/ | ||
D | prettyprinter.cc | 383 void CallPrinter::VisitCallRuntime(CallRuntime* node) { in VisitCallRuntime() function in v8::internal::CallPrinter |
D | ast-traversal-visitor.h | 426 void AstTraversalVisitor<Subclass>::VisitCallRuntime(CallRuntime* expr) { in VisitCallRuntime() function |
/external/v8/src/compiler/ | ||
D | bytecode-graph-builder.cc | 1923 void BytecodeGraphBuilder::VisitCallRuntime() { in VisitCallRuntime() function in v8::internal::compiler::BytecodeGraphBuilder |
/external/v8/src/interpreter/ | ||
D | bytecode-generator.cc | 3811 void BytecodeGenerator::VisitCallRuntime(CallRuntime* expr) { in VisitCallRuntime() function in v8::internal::interpreter::BytecodeGenerator |