Searched refs:args (Results 176 - 184 of 184) sorted by relevance

12345678

/dalvik/vm/mterp/mips/
H A Dfooter.S504 /* prepare to copy args to "outs" area of current frame */
509 beqz a2, .LinvokeArgsDone # if no args, skip the rest
511 b .LinvokeRangeArgs # handle args like invoke range
528 # prepare to copy args to "outs" area of current frame
536 # (very few methods have > 10 args; could unroll for common cases)
565 # prepare to copy args to "outs" area of current frame
877 /* set up args and a local for "&fp" */
/dalvik/vm/
H A DException.cpp103 const char* fmt, va_list args)
107 vsnprintf(msgBuf, sizeof(msgBuf), fmt, args);
102 dvmThrowExceptionFmtV(ClassObject* exceptionClass, const char* fmt, va_list args) argument
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S31 r0-r3 hold first 4 args to a method; they are not preserved across method calls
65 r5 rFP interpreted frame pointer, used for accessing locals and args
7296 * The first four args are in r0-r3, pointer to return value storage
7328 * Same idea as execute-inline, but we get the args differently.
7333 * The first four args are in r0-r3, pointer to return value storage
8031 bne 1f @ <= 4 args, branch
8116 bne 1f @ <= 4 args, branch
9507 * Extract args, call function.
9508 * r0 = #of args (0-4)
9574 * Extract args, cal
[all...]
H A DInterpAsm-armv7-a-neon.S31 r0-r3 hold first 4 args to a method; they are not preserved across method calls
65 r5 rFP interpreted frame pointer, used for accessing locals and args
7254 * The first four args are in r0-r3, pointer to return value storage
7286 * Same idea as execute-inline, but we get the args differently.
7291 * The first four args are in r0-r3, pointer to return value storage
7985 bne 1f @ <= 4 args, branch
8070 bne 1f @ <= 4 args, branch
9444 * Extract args, call function.
9445 * r0 = #of args (0-4)
9511 * Extract args, cal
[all...]
H A DInterpAsm-armv7-a.S31 r0-r3 hold first 4 args to a method; they are not preserved across method calls
65 r5 rFP interpreted frame pointer, used for accessing locals and args
7254 * The first four args are in r0-r3, pointer to return value storage
7286 * Same idea as execute-inline, but we get the args differently.
7291 * The first four args are in r0-r3, pointer to return value storage
7985 bne 1f @ <= 4 args, branch
8070 bne 1f @ <= 4 args, branch
9444 * Extract args, call function.
9445 * r0 = #of args (0-4)
9511 * Extract args, cal
[all...]
H A DInterpAsm-x86.S62 rFP edi interpreted frame pointer, used for accessing locals and args
7853 * Extract args, call function.
7854 * ecx = #of args (0-4)
7859 * Go ahead and load all 4 args, even if not used.
16059 * prepare to copy args to "outs" area of current frame
16067 jz .LinvokeArgsDone # no args; jump to args done
16072 * %edx=&outs (&stackSaveArea). (very few methods have > 10 args;
16094 * prepare to copy args to "outs" area of current frame
16115 je .LinvokeArgsDone # no args; jum
[all...]
H A DInterpAsm-armv5te.S31 r0-r3 hold first 4 args to a method; they are not preserved across method calls
65 r5 rFP interpreted frame pointer, used for accessing locals and args
7618 * The first four args are in r0-r3, pointer to return value storage
7650 * Same idea as execute-inline, but we get the args differently.
7655 * The first four args are in r0-r3, pointer to return value storage
8353 bne 1f @ <= 4 args, branch
8438 bne 1f @ <= 4 args, branch
9965 * Extract args, call function.
9966 * r0 = #of args (0-4)
10032 * Extract args, cal
[all...]
H A DInterpAsm-mips.S27 s1 rFP interpreted frame pointer, used for accessing locals and args
8744 * The first four args are in a0-a3, pointer to return value storage
8776 * Same idea as execute-inline, but we get the args differently.
8781 * The first four args are in a0-a3, pointer to return value storage
9414 bnez t1, 1f # <= 4 args, branch
9509 bnez t1, 1f # <= 4 args, branch
10796 * Extract args, call function.
10797 * a0 = #of args (0-4)
10868 * Extract args, call function.
10869 * a0 = #of args (
[all...]

Completed in 284 milliseconds

12345678