• Home
  • Raw
  • Download

Lines Matching refs:BytecodeArrayAccessor

15 BytecodeArrayAccessor::BytecodeArrayAccessor(  in BytecodeArrayAccessor()  function in v8::internal::interpreter::BytecodeArrayAccessor
24 void BytecodeArrayAccessor::SetOffset(int offset) { in SetOffset()
29 void BytecodeArrayAccessor::UpdateOperandScale() { in UpdateOperandScale()
44 bool BytecodeArrayAccessor::OffsetInBounds() const { in OffsetInBounds()
48 Bytecode BytecodeArrayAccessor::current_bytecode() const { in current_bytecode()
57 int BytecodeArrayAccessor::current_bytecode_size() const { in current_bytecode_size()
62 uint32_t BytecodeArrayAccessor::GetUnsignedOperand( in GetUnsignedOperand()
78 int32_t BytecodeArrayAccessor::GetSignedOperand( in GetSignedOperand()
94 uint32_t BytecodeArrayAccessor::GetFlagOperand(int operand_index) const { in GetFlagOperand()
100 uint32_t BytecodeArrayAccessor::GetUnsignedImmediateOperand( in GetUnsignedImmediateOperand()
107 int32_t BytecodeArrayAccessor::GetImmediateOperand(int operand_index) const { in GetImmediateOperand()
113 uint32_t BytecodeArrayAccessor::GetRegisterCountOperand( in GetRegisterCountOperand()
120 uint32_t BytecodeArrayAccessor::GetIndexOperand(int operand_index) const { in GetIndexOperand()
127 Register BytecodeArrayAccessor::GetRegisterOperand(int operand_index) const { in GetRegisterOperand()
139 int BytecodeArrayAccessor::GetRegisterOperandRange(int operand_index) const { in GetRegisterOperandRange()
152 Runtime::FunctionId BytecodeArrayAccessor::GetRuntimeIdOperand( in GetRuntimeIdOperand()
161 Runtime::FunctionId BytecodeArrayAccessor::GetIntrinsicIdOperand( in GetIntrinsicIdOperand()
171 Handle<Object> BytecodeArrayAccessor::GetConstantForIndexOperand( in GetConstantForIndexOperand()
178 int BytecodeArrayAccessor::GetJumpTargetOffset() const { in GetJumpTargetOffset()
195 bool BytecodeArrayAccessor::OffsetWithinBytecode(int offset) const { in OffsetWithinBytecode()
200 std::ostream& BytecodeArrayAccessor::PrintTo(std::ostream& os) const { in PrintTo()