Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcontrol-builders.h84 void BreakWhen(Node* condition);
141 void BreakWhen(Node* condition, BranchHint = BranchHint::kNone);
Dcontrol-builders.cc80 void LoopBuilder::BreakWhen(Node* condition) { in BreakWhen() function in v8::internal::compiler::LoopBuilder
160 void BlockBuilder::BreakWhen(Node* condition, BranchHint hint) { in BreakWhen() function in v8::internal::compiler::BlockBuilder