Searched refs:after (Results 1 – 25 of 26) sorted by relevance
12
/dalvik/dx/tests/031-bb-dead-code/ |
D | blort.j | 26 ; dead code after the last reachable instruction in a method 32 ; dead code after the last reachable instruction in a method 39 ; dead code after the last reachable instruction in a method 60 ; dead code after goto instruction 68 ; dead code after ret instruction 77 ; dead code after tableswitch instruction 93 ; dead code after lookupswitch instruction 104 ; dead code after ireturn instruction 113 ; dead code after lreturn instruction 122 ; dead code after freturn instruction [all …]
|
D | info.txt | 2 dead code. There is at least one example of dead code after each instruction
|
/dalvik/dx/tests/088-ssa-combine-blocks/ |
D | info.txt | 1 This is a test case for the identical-block combining algorithm, which runs after the SSA optimizer…
|
/dalvik/dx/tests/005-cp-top-down/ |
D | info.txt | 7 entries that are referred to by other entries always occur after the
|
/dalvik/vm/native/ |
D | dalvik_system_VMRuntime.cpp | 534 DexCacheStats after; in Dalvik_dalvik_system_VMRuntime_preloadDexCaches() local 535 preloadDexCachesStatsFilled(&after); in Dalvik_dalvik_system_VMRuntime_preloadDexCaches() 537 total.numStrings, before.numStrings, after.numStrings); in Dalvik_dalvik_system_VMRuntime_preloadDexCaches() 539 total.numTypes, before.numTypes, after.numTypes); in Dalvik_dalvik_system_VMRuntime_preloadDexCaches() 541 total.numFields, before.numFields, after.numFields); in Dalvik_dalvik_system_VMRuntime_preloadDexCaches() 543 total.numMethods, before.numMethods, after.numMethods); in Dalvik_dalvik_system_VMRuntime_preloadDexCaches()
|
/dalvik/vm/mterp/mips/ |
D | OP_EXECUTE_INLINE_RANGE.S | 24 BAL(.L${opcode}_continue) # make call; will return after 83 BAL(.L${opcode}_continue) # make call; will return after
|
D | OP_EXECUTE_INLINE.S | 27 BAL(.L${opcode}_continue) # make call; will return after 95 BAL(.L${opcode}_continue) # make call; will return after
|
/dalvik/vm/mterp/armv5te/ |
D | OP_EXECUTE_INLINE_RANGE.S | 25 bl .L${opcode}_continue @ make call; will return after 77 bl .L${opcode}_continue @ make call; will return after
|
D | OP_EXECUTE_INLINE.S | 27 bl .L${opcode}_continue @ make call; will return after 83 bl .L${opcode}_continue @ make call; will return after
|
/dalvik/vm/mterp/x86/ |
D | OP_EXECUTE_INLINE.S | 24 call .L${opcode}_continue # make call; will return after 93 call .L${opcode}_continue # make call; will return after
|
/dalvik/vm/mterp/ |
D | config-mips | 21 # Need to specify split-ops to generate alt-ops at the end after
|
D | NOTES.txt | 53 * Don't do anything that can cause a GC in the invoke-* handler after
|
D | README.txt | 110 Can only appear after "op-start" and before "op-end". Overrides the 118 Can only appear after "op-start" and before "op-end". Similar to the
|
/dalvik/vm/compiler/template/armv5te/ |
D | TEMPLATE_INVOKE_METHOD_NATIVE.S | 42 stmfd sp!, {r2,r6} @ to be consumed after JNI return
|
/dalvik/vm/arch/arm/ |
D | CallEABI.S | 233 b .Lfast_copy_loop2 @ don't adjust argc after writing pad
|
D | CallOldABI.S | 97 @ Rather than keep a count and pop them off after, we just hold on to
|
/dalvik/vm/compiler/template/out/ |
D | CompilerTemplateAsm-armv7-a.S | 451 stmfd sp!, {r2,r6} @ to be consumed after JNI return 1326 stmfd sp!, {r2,r6} @ to be consumed after JNI return
|
D | CompilerTemplateAsm-armv7-a-neon.S | 451 stmfd sp!, {r2,r6} @ to be consumed after JNI return 1326 stmfd sp!, {r2,r6} @ to be consumed after JNI return
|
D | CompilerTemplateAsm-armv5te.S | 451 stmfd sp!, {r2,r6} @ to be consumed after JNI return 1536 stmfd sp!, {r2,r6} @ to be consumed after JNI return
|
D | CompilerTemplateAsm-armv5te-vfp.S | 451 stmfd sp!, {r2,r6} @ to be consumed after JNI return 1805 stmfd sp!, {r2,r6} @ to be consumed after JNI return
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv7-a.S | 7272 bl .LOP_EXECUTE_INLINE_continue @ make call; will return after 7306 bl .LOP_EXECUTE_INLINE_RANGE_continue @ make call; will return after 9490 bl .LOP_EXECUTE_INLINE_continue @ make call; will return after 9553 bl .LOP_EXECUTE_INLINE_RANGE_continue @ make call; will return after
|
D | InterpAsm-armv7-a-neon.S | 7272 bl .LOP_EXECUTE_INLINE_continue @ make call; will return after 7306 bl .LOP_EXECUTE_INLINE_RANGE_continue @ make call; will return after 9490 bl .LOP_EXECUTE_INLINE_continue @ make call; will return after 9553 bl .LOP_EXECUTE_INLINE_RANGE_continue @ make call; will return after
|
D | InterpAsm-armv5te-vfp.S | 7314 bl .LOP_EXECUTE_INLINE_continue @ make call; will return after 7348 bl .LOP_EXECUTE_INLINE_RANGE_continue @ make call; will return after 9553 bl .LOP_EXECUTE_INLINE_continue @ make call; will return after 9616 bl .LOP_EXECUTE_INLINE_RANGE_continue @ make call; will return after
|
D | InterpAsm-mips.S | 8762 BAL(.LOP_EXECUTE_INLINE_continue) # make call; will return after 8795 BAL(.LOP_EXECUTE_INLINE_RANGE_continue) # make call; will return after 10854 BAL(.LOP_EXECUTE_INLINE_continue) # make call; will return after 10917 BAL(.LOP_EXECUTE_INLINE_RANGE_continue) # make call; will return after
|
D | InterpAsm-armv5te.S | 7636 bl .LOP_EXECUTE_INLINE_continue @ make call; will return after 7670 bl .LOP_EXECUTE_INLINE_RANGE_continue @ make call; will return after 10011 bl .LOP_EXECUTE_INLINE_continue @ make call; will return after 10074 bl .LOP_EXECUTE_INLINE_RANGE_continue @ make call; will return after
|
12