Home
last modified time | relevance | path

Searched refs:jump_location (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.cc350 void BytecodeArrayWriter::PatchJumpWith8BitOperand(size_t jump_location, in PatchJumpWith8BitOperand() argument
352 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith8BitOperand()
357 size_t operand_location = jump_location + 1; in PatchJumpWith8BitOperand()
373 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode); in PatchJumpWith8BitOperand()
378 void BytecodeArrayWriter::PatchJumpWith16BitOperand(size_t jump_location, in PatchJumpWith16BitOperand() argument
380 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith16BitOperand()
385 size_t operand_location = jump_location + 1; in PatchJumpWith16BitOperand()
400 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode); in PatchJumpWith16BitOperand()
410 void BytecodeArrayWriter::PatchJumpWith32BitOperand(size_t jump_location, in PatchJumpWith32BitOperand() argument
413 Bytecodes::FromByte(bytecodes()->at(jump_location)))); in PatchJumpWith32BitOperand()
429 PatchJump(size_t jump_target, size_t jump_location) PatchJump() argument
[all...]
H A Dbytecode-array-writer.h92 void PatchJump(size_t jump_target, size_t jump_location);
93 void PatchJumpWith8BitOperand(size_t jump_location, int delta);
94 void PatchJumpWith16BitOperand(size_t jump_location, int delta);
95 void PatchJumpWith32BitOperand(size_t jump_location, int delta);

Completed in 2 milliseconds