Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.h244 void VisitDeoptimize(DeoptimizeKind kind, Node* value);
Dinstruction-selector.cc764 return VisitDeoptimize(kind, value); in VisitControl()
1555 void InstructionSelector::VisitDeoptimize(DeoptimizeKind kind, Node* value) { in VisitDeoptimize() function in v8::internal::compiler::InstructionSelector