Home
last modified time | relevance | path

Searched refs:IsForwardJump (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-writer.cc178 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith8BitOperand()
206 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith16BitOperand()
Dbytecodes.h587 static constexpr bool IsForwardJump(Bytecode bytecode) { in IsForwardJump() function
/external/v8/src/compiler/
Dbytecode-analysis.cc187 if (Bytecodes::IsForwardJump(bytecode)) { in UpdateOutLiveness()