Lines Matching defs:BytecodeArray
27 class BytecodeArray;
383 // [bytecode_or_interpreter_data]: BytecodeArray or InterpreterData for
549 BytecodeArray bytecodes);
552 BytecodeArray bytecodes);
560 int bytecode_offset, BytecodeArray bytecodes);
563 BytecodeArray bytecodes);
726 BytecodeArray bytecodes);
839 inline BytecodeArray GetBytecodeArray();
951 // BytecodeArray represents a sequence of interpreter bytecodes.
952 class BytecodeArray
953 : public TorqueGeneratedBytecodeArray<BytecodeArray, FixedArrayBase> {
1059 DECL_PRINTER(BytecodeArray)
1060 DECL_VERIFIER(BytecodeArray)
1064 void CopyBytecodesTo(BytecodeArray to);
1074 // Maximal memory consumption for a single BytecodeArray.
1076 // Maximal length of a single BytecodeArray.
1085 TQ_OBJECT_CONSTRUCTORS(BytecodeArray)