v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::interpreter::Bytecodes Member List

This is the complete list of members for v8::internal::interpreter::Bytecodes, including all inherited members.

bytecode_size_table_address()v8::internal::interpreter::Bytecodesinlinestatic
BytecodeHasHandler(Bytecode bytecode, OperandScale operand_scale)v8::internal::interpreter::Bytecodesstatic
ClobbersAccumulator(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
FromByte(uint8_t value)v8::internal::interpreter::Bytecodesinlinestatic
GetDebugBreak(Bytecode bytecode)v8::internal::interpreter::Bytecodesstatic
GetImplicitRegisterUse(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
GetNumberOfRegistersRepresentedBy(OperandType operand_type)v8::internal::interpreter::Bytecodesinlinestatic
GetOperandOffset(Bytecode bytecode, int i, OperandScale operand_scale)v8::internal::interpreter::Bytecodesinlinestatic
GetOperandSize(Bytecode bytecode, int i, OperandScale operand_scale)v8::internal::interpreter::Bytecodesinlinestatic
GetOperandSizes(Bytecode bytecode, OperandScale operand_scale)v8::internal::interpreter::Bytecodesinlinestatic
GetOperandType(Bytecode bytecode, int i)v8::internal::interpreter::Bytecodesinlinestatic
GetOperandTypes(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
GetReceiverMode(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsAccumulatorLoadWithoutEffects(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsAnyStar(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsBytecodeWithScalableOperands(Bytecode bytecode)v8::internal::interpreter::Bytecodesstatic
IsCallOrConstruct(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsCallRuntime(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsCompareWithoutEffects(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsConditionalJump(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsConditionalJumpConstant(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsConditionalJumpImmediate(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsDebugBreak(Bytecode bytecode)v8::internal::interpreter::Bytecodesstatic
IsForwardJump(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsJump(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsJumpConstant(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsJumpIfToBoolean(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsJumpImmediate(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsJumpWithoutEffects(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsLdarOrStar(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsPrefixScalingBytecode(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsRegisterInputOperandType(OperandType operand_type)v8::internal::interpreter::Bytecodesstatic
IsRegisterListOperandType(OperandType operand_type)v8::internal::interpreter::Bytecodesstatic
IsRegisterLoadWithoutEffects(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsRegisterOperandType(OperandType operand_type)v8::internal::interpreter::Bytecodesstatic
IsRegisterOutputOperandType(OperandType operand_type)v8::internal::interpreter::Bytecodesstatic
IsRuntimeIdOperandType(OperandType operand_type)v8::internal::interpreter::Bytecodesstatic
IsShortStar(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsStarLookahead(Bytecode bytecode, OperandScale operand_scale)v8::internal::interpreter::Bytecodesstatic
IsSwitch(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsUnconditionalJump(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
IsUnsignedOperandType(OperandType operand_type)v8::internal::interpreter::Bytecodesstatic
IsWithoutExternalSideEffects(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
kBytecodeCountv8::internal::interpreter::Bytecodesstatic
kBytecodeSizesv8::internal::interpreter::Bytecodesprivatestatic
kImplicitRegisterUsev8::internal::interpreter::Bytecodesprivatestatic
kIsScalablev8::internal::interpreter::Bytecodesprivatestatic
kMaxOperandsv8::internal::interpreter::Bytecodesstatic
kNumberOfRegisterOperandsv8::internal::interpreter::Bytecodesprivatestatic
kOperandCountv8::internal::interpreter::Bytecodesprivatestatic
kOperandKindSizesv8::internal::interpreter::Bytecodesprivatestatic
kOperandOffsetsv8::internal::interpreter::Bytecodesprivatestatic
kOperandSizesv8::internal::interpreter::Bytecodesprivatestatic
kOperandTypeInfosv8::internal::interpreter::Bytecodesprivatestatic
kOperandTypesv8::internal::interpreter::Bytecodesprivatestatic
kShortStarCountv8::internal::interpreter::Bytecodesstatic
MakesCallAlongCriticalPath(Bytecode bytecode)v8::internal::interpreter::Bytecodesstatic
NumberOfOperands(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
OperandIsScalable(Bytecode bytecode, int operand_index)v8::internal::interpreter::Bytecodesinlinestatic
OperandIsScalableSignedByte(Bytecode bytecode, int operand_index)v8::internal::interpreter::Bytecodesinlinestatic
OperandIsScalableUnsignedByte(Bytecode bytecode, int operand_index)v8::internal::interpreter::Bytecodesinlinestatic
OperandScaleRequiresPrefixBytecode(OperandScale operand_scale)v8::internal::interpreter::Bytecodesinlinestatic
OperandScaleToPrefixBytecode(OperandScale operand_scale)v8::internal::interpreter::Bytecodesinlinestatic
PrefixBytecodeToOperandScale(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
ReadsAccumulator(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
Returns(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
ScaleForSignedOperand(int32_t value)v8::internal::interpreter::Bytecodesinlinestatic
ScaleForUnsignedOperand(uint32_t value)v8::internal::interpreter::Bytecodesinlinestatic
Size(Bytecode bytecode, OperandScale operand_scale)v8::internal::interpreter::Bytecodesinlinestatic
SizeForUnsignedOperand(uint32_t value)v8::internal::interpreter::Bytecodesinlinestatic
SizeOfOperand(OperandType operand_type, OperandScale operand_scale)v8::internal::interpreter::Bytecodesinlinestatic
ToByte(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
ToString(Bytecode bytecode)v8::internal::interpreter::Bytecodesstatic
ToString(Bytecode bytecode, OperandScale operand_scale, const char *separator=".")v8::internal::interpreter::Bytecodesstatic
UnconditionallyThrows(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
WritesAccumulator(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
WritesImplicitRegister(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic
WritesOrClobbersAccumulator(Bytecode bytecode)v8::internal::interpreter::Bytecodesinlinestatic