Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.cc162 bool Bytecodes::IsConditionalJumpImmediate(Bytecode bytecode) { in IsConditionalJumpImmediate() function in v8::internal::interpreter::Bytecodes
196 return IsConditionalJumpImmediate(bytecode) || in IsConditionalJump()
204 return bytecode == Bytecode::kJump || IsConditionalJumpImmediate(bytecode); in IsJumpImmediate()
Dbytecodes.h370 static bool IsConditionalJumpImmediate(Bytecode bytecode);