Home
last modified time | relevance | path

Searched refs:leave (Results 1 – 7 of 7) sorted by relevance

/art/test/1929-exception-catch-exception/smali/art/
DTest1929$Impl.smali15 # The standard dx/d8 would leave the move-exception instructions outside of either catch
16 # block. This is different from the RI which will leave the corresponding aload.
/art/runtime/
DAndroid.bp40 // For all other architectures, leave the symbols in the shared library
/art/compiler/utils/x86/
Dassembler_x86.h771 void leave();
Dassembler_x86.cc3436 void X86Assembler::leave() { in leave() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h826 void leave();
Dassembler_x86_64_test.cc2079 assembler->leave(); in ret_and_leave_fn()
Dassembler_x86_64.cc4662 void X86_64Assembler::leave() { in leave() function in art::x86_64::X86_64Assembler