OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:check_type1
(Results
1 - 2
of
2
) sorted by null
/art/runtime/verifier/
register_line.cc
141
bool RegisterLine::VerifyRegisterTypeWide(uint32_t vsrc, const RegType&
check_type1
,
143
DCHECK(
check_type1
.CheckWidePair(check_type2));
146
if (!
check_type1
.IsAssignableFrom(src_type)) {
148
<< " but expected " <<
check_type1
;
local
register_line.h
106
bool VerifyRegisterTypeWide(uint32_t vsrc, const RegType&
check_type1
, const RegType& check_type2)
Completed in 41 milliseconds