HomeSort by relevance Sort by last modified time
    Searched refs:IsConstantShort (Results 1 - 2 of 2) sorted by null

  /art/runtime/verifier/
reg_type.cc 77 if (IsConstantShort()) {
394 if (IsConstantShort()) {
642 } else if (type2.IsConstantShort()) {
647 } else if (type1.IsConstantShort()) {
648 if (type2.IsConstantShort()) {
reg_type.h 129 virtual bool IsConstantShort() const { return false; }
148 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
753 bool IsConstantShort() const OVERRIDE {
    [all...]

Completed in 54 milliseconds