Home
last modified time | relevance | path

Searched defs:GetPrevious (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dresults_lib.py202 def GetPrevious(self): member in _Results
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h2111 HInstruction* GetPrevious() const { return previous_; } in GetPrevious() function