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

  /art/runtime/verifier/
reg_type.cc 55 int32_t RegType::ConstantValueLo() const {
57 LOG(FATAL) << "Unexpected call to ConstantValueLo: " << *this;
479 int32_t val = ConstantValueLo();
493 int32_t val = ConstantValueLo();
770 int32_t ConstantType::ConstantValueLo() const {
850 int32_t val1 = ConstantValueLo();
851 int32_t val2 = incoming_type.ConstantValueLo();
reg_type.h 171 virtual int32_t ConstantValueLo() const;
578 virtual int32_t ConstantValueLo() const;
reg_type_cache.cc 468 (down_cast<ConstantType*>(cur_entry))->ConstantValueLo() == value) {
method_verifier.cc     [all...]

Completed in 192 milliseconds