Home
last modified time | relevance | path

Searched refs:IsJumpConstantWide (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecodes.cc216 bool Bytecodes::IsJumpConstantWide(Bytecode bytecode) { in IsJumpConstantWide() function in v8::internal::interpreter::Bytecodes
225 IsJumpConstantWide(bytecode); in IsJump()
Dbytecode-array-iterator.cc112 interpreter::Bytecodes::IsJumpConstantWide(bytecode)) { in GetJumpTargetOffset()
Dbytecodes.h394 static bool IsJumpConstantWide(Bytecode bytecode);
Dbytecode-array-builder.cc850 DCHECK(Bytecodes::IsJumpConstantWide(Bytecodes::FromByte(*jump_location))); in PatchIndirectJumpWith16BitOperand()
/external/v8/src/
Dobjects.cc15018 if (interpreter::Bytecodes::IsJumpConstantWide(bytecode)) { in Disassemble()