Home
last modified time | relevance | path

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

/art/tools/
DAndroid.bp56 // so we leave it out.
84 // so we leave it out.
/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/compiler/utils/x86/
Dassembler_x86.h851 void leave();
Dassembler_x86.cc3551 void X86Assembler::leave() { in leave() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h917 void leave();
Dassembler_x86_64_test.cc2224 assembler->leave(); in ret_and_leave_fn()
Dassembler_x86_64.cc4887 void X86_64Assembler::leave() { in leave() function in art::x86_64::X86_64Assembler