OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsConstantTypes
(Results
1 - 2
of
2
) sorted by null
/art/runtime/verifier/
reg_type.h
81
virtual bool
IsConstantTypes
() const { return false; }
577
DCHECK(
IsConstantTypes
());
616
virtual bool
IsConstantTypes
() const OVERRIDE { return true; }
[
all
...]
reg_type.cc
575
return a.
IsConstantTypes
() ? b : a;
Completed in 2376 milliseconds