OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsConstantLo
(Results
1 - 4
of
4
) sorted by null
/art/runtime/verifier/
reg_type.cc
649
} else if (
IsConstantLo
() && incoming_type.
IsConstantLo
()) {
770
if (IsConstant() ||
IsConstantLo
() || IsConstantHi()) {
reg_type.h
85
bool
IsConstantLo
() const {
92
bool IsLongConstant() const { return
IsConstantLo
(); }
582
DCHECK(
IsConstantLo
());
[
all
...]
reg_type_cache.cc
579
if (cur_entry->
IsConstantLo
() && (cur_entry->IsPrecise() == precise) &&
method_verifier.cc
[
all
...]
Completed in 190 milliseconds