OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_type2
(Results
1 - 2
of
2
) sorted by null
/art/runtime/verifier/
register_line-inl.h
66
const RegType&
new_type2
) {
68
if (!new_type1.CheckWidePair(
new_type2
)) {
70
<< new_type1 << "' '" <<
new_type2
<< "'";
local
74
line_[vdst + 1] =
new_type2
.GetId();
95
const RegType&
new_type2
) {
96
DCHECK(new_type1.CheckWidePair(
new_type2
));
98
result_[1] =
new_type2
.GetId();
register_line.h
110
const RegType&
new_type2
)
117
void SetResultRegisterTypeWide(const RegType& new_type1, const RegType&
new_type2
)
Completed in 3592 milliseconds