OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPreciseConstant
(Results
1 - 5
of
5
) sorted by null
/art/runtime/verifier/
reg_type.cc
88
CHECK(
IsPreciseConstant
());
464
CHECK(
IsPreciseConstant
());
802
if (!
IsPreciseConstant
()) {
808
if (!incoming_type.
IsPreciseConstant
()) {
817
if (!
IsPreciseConstant
()) {
823
if (!incoming_type.
IsPreciseConstant
()) {
reg_type.h
65
virtual bool
IsPreciseConstant
() const { return false; }
73
return
IsPreciseConstant
() || IsImpreciseConstant();
79
return IsPreciseConstantLo() ||
IsPreciseConstant
() || IsPreciseConstantHi();
582
return
IsPreciseConstant
() && ConstantValue() == 0;
585
return
IsPreciseConstant
() && ConstantValue() == 1;
614
bool
IsPreciseConstant
() const {
reg_type_cache.cc
449
cur_entry->
IsPreciseConstant
() == precise &&
reg_type_test.cc
483
EXPECT_TRUE(precise_const.
IsPreciseConstant
());
method_verifier.cc
[
all
...]
Completed in 27 milliseconds