Lines Matching defs:RegisterFrameArray
19 class RegisterFrameArray {
21 explicit RegisterFrameArray(const MaglevCompilationUnit& info) {
42 RegisterFrameArray(const RegisterFrameArray& other) V8_NOEXCEPT = delete;
43 RegisterFrameArray& operator=(const RegisterFrameArray& other)
47 RegisterFrameArray(RegisterFrameArray&& other) V8_NOEXCEPT = default;
48 RegisterFrameArray& operator=(RegisterFrameArray&& other)
52 const RegisterFrameArray& other,