Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc321 Bytecode GetJumpWithConstantOperand(Bytecode jump_bytecode) { in GetJumpWithConstantOperand() argument
322 switch (jump_bytecode) { in GetJumpWithConstantOperand()
352 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith8BitOperand() local
353 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith8BitOperand()
354 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith8BitOperand()
355 DCHECK_EQ(Bytecodes::GetOperandType(jump_bytecode, 0), OperandType::kUImm); in PatchJumpWith8BitOperand()
372 jump_bytecode = GetJumpWithConstantOperand(jump_bytecode); in PatchJumpWith8BitOperand()
373 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode); in PatchJumpWith8BitOperand()
380 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith16BitOperand() local
381 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith16BitOperand()
[all …]