Searched defs:IsReference (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dreg_type.h73 virtual bool IsReference() const { return false; } function in class:art::verifier::RegType
792 bool IsReference() const OVERRIDE { return true; }
/art/runtime/
H A Dthread.cc180 bool IsReference() const { return is_reference_; } function in class:art::DeoptimizationContextRecord
2858 if (record->IsReference()) {

Completed in 113 milliseconds