OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsConflict
(Results
1 - 6
of
6
) sorted by null
/art/runtime/verifier/
reg_type_test.cc
85
EXPECT_FALSE(bool_reg_type.
IsConflict
());
117
EXPECT_FALSE(byte_reg_type.
IsConflict
());
149
EXPECT_FALSE(char_reg_type.
IsConflict
());
181
EXPECT_FALSE(short_reg_type.
IsConflict
());
213
EXPECT_FALSE(int_reg_type.
IsConflict
());
245
EXPECT_FALSE(long_reg_type.
IsConflict
());
277
EXPECT_FALSE(float_reg_type.
IsConflict
());
309
EXPECT_FALSE(double_reg_type.
IsConflict
());
method_verifier.cc
[
all
...]
reg_type.cc
785
if (
IsConflict
()) {
787
} else if (incoming_type.
IsConflict
()) {
reg_type.h
46
virtual bool
IsConflict
() const { return false; }
300
bool
IsConflict
() const {
register_line.cc
45
} else if (new_type.
IsConflict
()) { // should only be set during a merge
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
Completed in 552 milliseconds