Searched defs:GetId (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jdwp/
H A Djdwp.h467 uint32_t GetId() { return id_; } function in class:art::JDWP::Request
/art/runtime/verifier/
H A Dreg_type.h193 uint16_t GetId() const { return cache_id_; } function in class:art::verifier::RegType
233 bool Equals(const RegType& other) const { return GetId() == other.GetId(); }
/art/compiler/optimizing/
H A Dnodes.h1890 int GetId() const { return id_; } function in class:art::HInstruction
2005 result = (result * 31) + InputAt(i)->GetId();
2979 if (left->GetId() > right->GetId()) {

Completed in 141 milliseconds