Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc269 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith8BitOperand()
297 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith16BitOperand()
Dbytecodes.h624 static constexpr bool IsForwardJump(Bytecode bytecode) { in IsForwardJump() function
/external/v8/src/compiler/
Dbytecode-analysis.cc219 if (Bytecodes::IsForwardJump(bytecode)) { in UpdateOutLiveness()
864 if (Bytecodes::IsForwardJump(bytecode) && in LivenessIsValid()