OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckWidePair
(Results
1 - 3
of
3
) sorted by null
/art/runtime/verifier/
register_line.cc
58
if (!new_type1.
CheckWidePair
(new_type2)) {
86
DCHECK(new_type1.
CheckWidePair
(new_type2));
128
if (!src_type.
CheckWidePair
(src_type_h)) {
143
DCHECK(check_type1.
CheckWidePair
(check_type2));
152
if (!src_type.
CheckWidePair
(src_type_h)) {
243
if (!type_l.
CheckWidePair
(type_h)) {
275
DCHECK(type_l.
CheckWidePair
(type_h)); // Set should never allow this case
reg_type_test.cc
69
EXPECT_FALSE(precise_lo.
CheckWidePair
(precise_const));
70
EXPECT_TRUE(precise_lo.
CheckWidePair
(precise_hi));
reg_type.h
109
inline bool
CheckWidePair
(const RegType& type_h) const {
Completed in 3023 milliseconds