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

/art/compiler/optimizing/
H A Dnodes.h5355 class HArrayGet FINAL : public HExpression<2> {
5357 HArrayGet(HInstruction* array, function in class:art::FINAL::FINAL::ComparisonBias::FINAL::FINAL
5381 bool IsEquivalentOf(HArrayGet* other) const {
5405 // We treat a String as an array, creating the HArrayGet from String.charAt()
5407 // a particular HArrayGet is actually a String.charAt() by looking at the type
5415 DISALLOW_COPY_AND_ASSIGN(HArrayGet);

Completed in 37 milliseconds