OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsConstantByte
(Results
1 - 2
of
2
) sorted by null
/art/runtime/verifier/
reg_type.h
129
virtual bool
IsConstantByte
() const {
158
return
IsConstantByte
() || IsByte() || IsBoolean();
592
bool
IsConstantByte
() const {
reg_type.cc
831
if (
IsConstantByte
()) {
832
if (incoming_type.
IsConstantByte
()) {
Completed in 585 milliseconds