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;
506 int32_t val = ConstantValueHi();
519 int32_t val = ConstantValueHi();
775 int32_t ConstantType::ConstantValueHi() const {
854 int32_t val1 = ConstantValueHi();
855 int32_t val2 = incoming_type.ConstantValueHi();
reg_type.h 172 virtual int32_t ConstantValueHi() const;
579 virtual int32_t ConstantValueHi() const;
reg_type_cache.cc 486 (down_cast<ConstantType*>(cur_entry))->ConstantValueHi() == value) {
method_verifier.cc     [all...]

Completed in 469 milliseconds