Home
last modified time | relevance | path

Searched defs:RegContent (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dreg_encoder.h72 struct RegContent { struct
78 RegContent() : reg(compiler::GetInvalidReg()), type(compiler::DataType::NO_TYPE) {} in RegContent() argument
79 RegContent(compiler::Register r, compiler::DataType::Type t) : reg(r), type(t) {} in RegContent() function
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h72 struct RegContent { struct
76 RegContent() : reg(compiler::INVALID_REG), type(compiler::DataType::NO_TYPE) {} in RegContent() argument
77 RegContent(compiler::Register r, compiler::DataType::Type t) : reg(r), type(t) {} in RegContent() argument