Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 26) sorted by relevance

12

/dalvik/dx/tests/031-bb-dead-code/
Dblort.j26 ; 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 …]
Dinfo.txt2 dead code. There is at least one example of dead code after each instruction
/dalvik/dx/tests/088-ssa-combine-blocks/
Dinfo.txt1 This is a test case for the identical-block combining algorithm, which runs after the SSA optimizer…
/dalvik/dx/tests/005-cp-top-down/
Dinfo.txt7 entries that are referred to by other entries always occur after the
/dalvik/vm/native/
Ddalvik_system_VMRuntime.cpp534 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/
DOP_EXECUTE_INLINE_RANGE.S24 BAL(.L${opcode}_continue) # make call; will return after
83 BAL(.L${opcode}_continue) # make call; will return after
DOP_EXECUTE_INLINE.S27 BAL(.L${opcode}_continue) # make call; will return after
95 BAL(.L${opcode}_continue) # make call; will return after
/dalvik/vm/mterp/armv5te/
DOP_EXECUTE_INLINE_RANGE.S25 bl .L${opcode}_continue @ make call; will return after
77 bl .L${opcode}_continue @ make call; will return after
DOP_EXECUTE_INLINE.S27 bl .L${opcode}_continue @ make call; will return after
83 bl .L${opcode}_continue @ make call; will return after
/dalvik/vm/mterp/x86/
DOP_EXECUTE_INLINE.S24 call .L${opcode}_continue # make call; will return after
93 call .L${opcode}_continue # make call; will return after
/dalvik/vm/mterp/
Dconfig-mips21 # Need to specify split-ops to generate alt-ops at the end after
DNOTES.txt53 * Don't do anything that can cause a GC in the invoke-* handler after
DREADME.txt110 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/
DTEMPLATE_INVOKE_METHOD_NATIVE.S42 stmfd sp!, {r2,r6} @ to be consumed after JNI return
/dalvik/vm/arch/arm/
DCallEABI.S233 b .Lfast_copy_loop2 @ don't adjust argc after writing pad
DCallOldABI.S97 @ Rather than keep a count and pop them off after, we just hold on to
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-armv7-a.S451 stmfd sp!, {r2,r6} @ to be consumed after JNI return
1326 stmfd sp!, {r2,r6} @ to be consumed after JNI return
DCompilerTemplateAsm-armv7-a-neon.S451 stmfd sp!, {r2,r6} @ to be consumed after JNI return
1326 stmfd sp!, {r2,r6} @ to be consumed after JNI return
DCompilerTemplateAsm-armv5te.S451 stmfd sp!, {r2,r6} @ to be consumed after JNI return
1536 stmfd sp!, {r2,r6} @ to be consumed after JNI return
DCompilerTemplateAsm-armv5te-vfp.S451 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/
DInterpAsm-armv7-a.S7272 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
DInterpAsm-armv7-a-neon.S7272 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
DInterpAsm-armv5te-vfp.S7314 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
DInterpAsm-mips.S8762 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
DInterpAsm-armv5te.S7636 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