Searched refs:common_invokeMethodNoRange (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerInvoke.cpp | 39 int common_invokeMethodNoRange(ArgsDoneType); 107 common_invokeMethodNoRange(ArgsDone_Full); in common_invoke_virtual_nohelper() 157 common_invokeMethodNoRange(convertCalleeToType(calleeMethod)); in common_invoke_super() 208 common_invokeMethodNoRange(convertCalleeToType(calleeMethod)); in common_invoke_direct() 245 common_invokeMethodNoRange(convertCalleeToType(calleeMethod)); in common_invoke_static() 308 common_invokeMethodNoRange(ArgsDone_Full); in common_invoke_interface() 592 int common_invokeMethodNoRange(ArgsDoneType form) { in common_invokeMethodNoRange() function 1225 common_invokeMethodNoRange(ArgsDone_Full); in common_invoke_virtual_quick() 1287 common_invokeMethodNoRange(convertCalleeToType(calleeMethod)); in common_invoke_super_quick() 1601 common_invokeMethodNoRange(ArgsDone_Full); in gen_predicted_chain_O0() [all …]
|
D | Lower.cpp | 61 int common_invokeMethodNoRange();
|
/dalvik/vm/mterp/x86/ |
D | footer.S | 428 common_invokeMethodNoRange: label
|
/dalvik/vm/mterp/mips/ |
D | footer.S | 525 common_invokeMethodNoRange: label
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 4287 jne common_invokeMethodNoRange # no, continue on 4335 jne common_invokeMethodNoRange 4356 je common_invokeMethodNoRange # no (%eax=method, %ecx="this") 4360 jne common_invokeMethodNoRange # yes (%eax=method, %ecx="this") 4372 jmp common_invokeMethodNoRange 4375 jne common_invokeMethodNoRange 4412 jmp common_invokeMethodNoRange 8105 jmp common_invokeMethodNoRange 8160 jmp common_invokeMethodNoRange 16105 common_invokeMethodNoRange: label
|
D | InterpAsm-armv7-a.S | 3152 bne common_invokeMethodNoRange @ r0=method, r9="this" 3176 bne common_invokeMethodNoRange @ yes, continue on 3205 b common_invokeMethodNoRange @ (r0=method, r9="this") 8893 bl common_invokeMethodNoRange @ (r0=method, r9="this") 8911 bl common_invokeMethodNoRange @ continue on 8963 beq common_invokeMethodNoRange @ no (r0=method, r9="this") 8966 bne common_invokeMethodNoRange @ yes (r0=method, r9="this") 8972 b common_invokeMethodNoRange @ whew, finally! 8974 bne common_invokeMethodNoRange @ (r0=method, r9="this") 16085 common_invokeMethodNoRange: label
|
D | InterpAsm-armv7-a-neon.S | 3152 bne common_invokeMethodNoRange @ r0=method, r9="this" 3176 bne common_invokeMethodNoRange @ yes, continue on 3205 b common_invokeMethodNoRange @ (r0=method, r9="this") 8893 bl common_invokeMethodNoRange @ (r0=method, r9="this") 8911 bl common_invokeMethodNoRange @ continue on 8963 beq common_invokeMethodNoRange @ no (r0=method, r9="this") 8966 bne common_invokeMethodNoRange @ yes (r0=method, r9="this") 8972 b common_invokeMethodNoRange @ whew, finally! 8974 bne common_invokeMethodNoRange @ (r0=method, r9="this") 16085 common_invokeMethodNoRange: label
|
D | InterpAsm-armv5te-vfp.S | 3148 bne common_invokeMethodNoRange @ r0=method, r9="this" 3172 bne common_invokeMethodNoRange @ yes, continue on 3201 b common_invokeMethodNoRange @ (r0=method, r9="this") 8956 bl common_invokeMethodNoRange @ (r0=method, r9="this") 8974 bl common_invokeMethodNoRange @ continue on 9026 beq common_invokeMethodNoRange @ no (r0=method, r9="this") 9029 bne common_invokeMethodNoRange @ yes (r0=method, r9="this") 9035 b common_invokeMethodNoRange @ whew, finally! 9037 bne common_invokeMethodNoRange @ (r0=method, r9="this") 16148 common_invokeMethodNoRange: label
|
D | InterpAsm-mips.S | 3821 bnez rOBJ, common_invokeMethodNoRange # a0=method, rOBJ="this" 3848 bnez a0, common_invokeMethodNoRange # yes, continue on 3878 b common_invokeMethodNoRange # (a0=method, rOBJ="this") 10184 b common_invokeMethodNoRange # (a0=method, rOBJ="this") 10203 b common_invokeMethodNoRange # continue on 10231 beqz a2, common_invokeMethodNoRange # no, (a0=method, rOBJ="this") 10234 bnez a1, common_invokeMethodNoRange # yes, (a0=method, rOBJ="this") 10240 b common_invokeMethodNoRange # whew, finally! 10243 bnez v0, common_invokeMethodNoRange # (a0=method, rOBJ="this") 11527 common_invokeMethodNoRange: label
|
D | InterpAsm-armv5te.S | 3170 bne common_invokeMethodNoRange @ r0=method, r9="this" 3194 bne common_invokeMethodNoRange @ yes, continue on 3223 b common_invokeMethodNoRange @ (r0=method, r9="this") 9414 bl common_invokeMethodNoRange @ (r0=method, r9="this") 9432 bl common_invokeMethodNoRange @ continue on 9484 beq common_invokeMethodNoRange @ no (r0=method, r9="this") 9487 bne common_invokeMethodNoRange @ yes (r0=method, r9="this") 9493 b common_invokeMethodNoRange @ whew, finally! 9495 bne common_invokeMethodNoRange @ (r0=method, r9="this") 16606 common_invokeMethodNoRange: label
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 504 common_invokeMethodNoRange: label
|