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

  /art/runtime/verifier/
reg_type.cc 61 int32_t RegType::ConstantValueHi() const {
63 LOG(FATAL) << "Unexpected call to ConstantValueHi: " << *this;
507 int32_t val = ConstantValueHi();
520 int32_t val = ConstantValueHi();
770 int32_t ConstantType::ConstantValueHi() const {
849 int32_t val1 = ConstantValueHi();
850 int32_t val2 = incoming_type.ConstantValueHi();
reg_type.h 174 virtual int32_t ConstantValueHi() const;
585 int32_t ConstantValueHi() const;
reg_type_cache.cc 546 (down_cast<ConstantType*>(cur_entry))->ConstantValueHi() == value) {
method_verifier.cc     [all...]

Completed in 35 milliseconds