Lines Matching refs:BytecodeMetaData
61 class BytecodeMetaData {
174 BytecodeMetaData() = default;
175 DEFAULT_NOEXCEPT_MOVE_SEMANTIC(BytecodeMetaData);
176 DEFAULT_COPY_SEMANTIC(BytecodeMetaData);
177 BytecodeMetaData(uint64_t value) : value_(value) {} in BytecodeMetaData() function
179 static BytecodeMetaData InitBytecodeMetaData(const uint8_t *pc);
247 BytecodeMetaData GetBytecodeMetaData(const uint8_t *pc) const in GetBytecodeMetaData()
275 BytecodeMetaData InitBytecodeMetaData(const uint8_t *pc);
277 std::array<BytecodeMetaData, NUM_BYTECODES> bytecodes_{};
278 std::array<BytecodeMetaData, NUM_BYTECODES> callRuntimeBytecodes_{};
279 std::array<BytecodeMetaData, NUM_BYTECODES> deprecatedBytecodes_{};
280 std::array<BytecodeMetaData, NUM_BYTECODES> wideBytecodes_{};
281 std::array<BytecodeMetaData, NUM_BYTECODES> throwBytecodes_{};
568 BytecodeMetaData metaData_ { 0 };