Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.h139 if (interpreter::Bytecodes::IsConditionalJump(bytecode)) { in EmitUnconditionalDeopt()
481 if (!interpreter::Bytecodes::IsConditionalJump(bytecode)) { in CalculatePredecessorCounts()
/third_party/node/deps/v8/src/interpreter/
Dbytecodes.h696 static constexpr bool IsConditionalJump(Bytecode bytecode) { in IsConditionalJump() function