Home
last modified time | relevance | path

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

/art/runtime/jdwp/
DREADME.txt5 behind this is that it's better to leave a call unimplemented than have
/art/runtime/arch/mips/
Djni_entrypoints_mips.S27 addiu $sp, $sp, -48 # leave room for $f12, $f13, $f14, $f15, $a0, $a1, $a2, $a3, and $ra
/art/test/1929-exception-catch-exception/smali/art/
DTest1929$Impl.smali15 # The standard dx/jack/d8 all 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/interpreter/mterp/
DREADME.txt166 If you already have a %break, it's okay to leave it in place -- the second
/art/tools/
Dart214 # If there is no boot.art then leave it as-is, assumes -Ximage is explicitly used.
/art/compiler/utils/x86/
Dassembler_x86.h695 void leave();
/art/compiler/utils/x86_64/
Dassembler_x86_64.h754 void leave();
Dassembler_x86_64.cc2965 void X86_64Assembler::leave() { in leave() function in art::x86_64::X86_64Assembler