Home
last modified time | relevance | path

Searched refs:VisitBytecodes (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h40 void VisitBytecodes(bool stack_check);
Dbytecode-graph-builder.cc563 VisitBytecodes(stack_check); in CreateGraph()
631 void BytecodeGraphBuilder::VisitBytecodes(bool stack_check) { in VisitBytecodes() function in v8::internal::compiler::BytecodeGraphBuilder