OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsConstantShort
(Results
1 - 2
of
2
) sorted by null
/art/runtime/verifier/
reg_type.cc
92
if (
IsConstantShort
()) {
468
if (
IsConstantShort
()) {
834
} else if (incoming_type.
IsConstantShort
()) {
839
} else if (
IsConstantShort
()) {
840
if (incoming_type.
IsConstantShort
()) {
reg_type.h
132
virtual bool
IsConstantShort
() const {
161
return IsShort() || IsByte() || IsBoolean() ||
IsConstantShort
();
597
bool
IsConstantShort
() const {
Completed in 27 milliseconds