Home
last modified time | relevance | path

Searched defs:IsReturn (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dinstruction_flags.h101 bool IsReturn() const { in IsReturn() function
/art/libdexfile/dex/
Ddex_instruction.h577 bool IsReturn() const { in IsReturn() function
/art/runtime/
Ddebugger.cc276 static bool IsReturn(ArtMethod* method, uint32_t dex_pc) REQUIRES_SHARED(Locks::mutator_lock_) { in IsReturn() function in art::DebugInstrumentationListener