/art/runtime/interpreter/mterp/x86ng/ |
D | object.S | 22 jmp 1b 32 jmp .L${opcode}_resume 36 jmp 1b 66 jmp 1b 85 jmp .L${opcode}_resume 94 jmp .L${opcode}_resume 97 jmp NterpGetBooleanInstanceField 100 jmp NterpGetByteInstanceField 103 jmp NterpGetCharInstanceField 106 jmp NterpGetObjectInstanceField [all …]
|
D | invoke.S | 7 jmp NterpCommonInvokeCustom 12 jmp NterpCommonInvokeCustomRange 28 jmp $helper 35 jmp 1b 41 jmp NterpHandleStringInitRange 43 jmp NterpHandleStringInit 63 jmp NterpCommonInvokePolymorphic 74 jmp NterpCommonInvokePolymorphicRange 101 jmp $helper 115 jmp 1b [all …]
|
D | main.S | 177 jmp *%ecx 383 jmp 6f 482 jmp 1b // goto LOOP 497 jmp 6f 506 jmp 4f 514 jmp 8f 544 jmp 8f 553 jmp 5f 558 jmp 5f 571 jmp 10f [all …]
|
D | array.S | 33 jmp 1b 157 jmp NterpNewArray
|
D | arithmetic.S | 27 jmp .L${opcode}_finish 34 jmp .L${opcode}_finish 44 jmp .L${opcode}_finish 321 jmp .L${opcode}_finish 327 jmp .L${opcode}_finish 416 jmp .L${opcode}_finish 420 jmp .L${opcode}_finish
|
D | other.S | 49 jmp 1b 53 jmp 1b
|
D | floating_point.S | 29 jmp .L${opcode}_finish
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | object.S | 22 jmp 1b 45 jmp .L${opcode}_resume 49 jmp 3b 66 jmp 2b 69 jmp NterpGetBooleanInstanceField 72 jmp NterpGetByteInstanceField 75 jmp NterpGetCharInstanceField 78 jmp NterpGetObjectInstanceField 81 jmp NterpGetShortInstanceField 84 jmp NterpGetWideInstanceField [all …]
|
D | invoke.S | 7 jmp NterpCommonInvokeCustom 12 jmp NterpCommonInvokeCustomRange 27 jmp $helper 35 jmp 1b 41 jmp NterpHandleStringInitRange 43 jmp NterpHandleStringInit 62 jmp NterpCommonInvokePolymorphic 72 jmp NterpCommonInvokePolymorphicRange 97 jmp $helper 109 jmp 1b [all …]
|
D | main.S | 125 jmp *%rcx 270 jmp 2b 334 jmp 6f 423 jmp 1b // goto LOOP 438 jmp 6f 447 jmp 4f 455 jmp 8f 485 jmp 8f 491 jmp 5f 506 jmp 10f [all …]
|
D | arithmetic.S | 36 jmp 1b 59 jmp 1b 97 jmp 1b 120 jmp 1b 148 jmp 1b 174 jmp 1b 315 jmp 1f
|
D | array.S | 33 jmp 1b 154 jmp NterpNewArray
|
D | other.S | 49 jmp 1b 53 jmp 1b
|
D | floating_point.S | 29 jmp .L${opcode}_finish
|
/art/runtime/arch/x86/ |
D | memcmp16_x86.S | 63 jmp L(less48bytes) 113 jmp L(shr_14) 136 jmp L(less48bytes) 182 jmp L(less48bytes) 212 jmp L(less48bytes) 265 jmp L(less48bytes) 295 jmp L(less48bytes) 348 jmp L(less48bytes) 378 jmp L(less48bytes) 431 jmp L(less48bytes) [all …]
|
D | jni_entrypoints_x86.S | 107 jmp .Llookup_stub_continue 114 jmp *%eax // Otherwise, tail call to intended method. 269 jmp *%eax 325 jmp SYMBOL(art_jni_lock_object_no_inline) 379 jmp SYMBOL(art_jni_unlock_object_no_inline)
|
D | quick_entrypoints_x86.S | 396 jmp 1b // goto LOOP 400 jmp 4f 422 jmp 5f // goto end 425 jmp 1b // goto LOOP 428 jmp 1b // goto LOOP 499 jmp .Lgpr_setup_finished 602 jmp .Lgpr_setup_finished2 607 jmp .Lgpr_setup_finished2 619 jmp .Lgpr_setup_finished2 1133 jmp SYMBOL(art_quick_lock_object_no_inline) [all …]
|
/art/runtime/arch/x86_64/ |
D | jni_entrypoints_x86_64.S | 127 jmp .Llookup_stub_continue 149 jmp *%rax // otherwise, tail call to intended method 383 jmp *%rax 465 jmp SYMBOL(artDeliverPendingExceptionFromCode) // (Thread*); tail call. 483 jmp SYMBOL(art_jni_unlock_object_no_inline)
|
D | quick_entrypoints_x86_64.S | 323 jmp *%rax 361 jmp 1b // goto LOOP 365 jmp 4f 391 jmp 5f 395 jmp 5f 398 jmp 1b 401 jmp 1b 1257 jmp .Laput_obj_check_assignability_call 1315 jmp *ART_METHOD_QUICK_CODE_OFFSET_64(%rdi) 1322 jmp .Limt_table_iterate [all …]
|
D | memcmp16_x86_64.S | 42 jmp *%rcx; \ 715 jmp L(16bytes) 720 jmp L(16bytes) 724 jmp L(16bytes) 728 jmp L(16bytes) 732 jmp L(16bytes) 736 jmp L(16bytes) 740 jmp L(16bytes) 744 jmp L(16bytes) 748 jmp L(16bytes) [all …]
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 165 __ fs()->jmp(Address::Absolute(offset)); in CreateTrampoline() 186 __ gs()->jmp(x86_64::Address::Absolute(offset, true)); in CreateTrampoline()
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 148 __ jmp(GetExitLabel()); in EmitNativeCode() local 174 __ jmp(GetReturnLabel()); in EmitNativeCode() local 176 __ jmp(x86_64_codegen->GetLabelOf(successor_)); in EmitNativeCode() local 296 __ jmp(GetExitLabel()); in EmitNativeCode() local 357 __ jmp(GetExitLabel()); in EmitNativeCode() local 392 __ jmp(GetExitLabel()); in EmitNativeCode() local 450 __ jmp(GetExitLabel()); in EmitNativeCode() local 520 __ jmp(GetExitLabel()); in EmitNativeCode() local 601 __ jmp(GetExitLabel()); in EmitNativeCode() local 766 __ jmp(GetExitLabel()); in EmitNativeCode() local [all …]
|
D | code_generator_x86.cc | 138 __ jmp(GetExitLabel()); in EmitNativeCode() local 243 __ jmp(GetReturnLabel()); in EmitNativeCode() local 245 __ jmp(x86_codegen->GetLabelOf(successor_)); in EmitNativeCode() local 287 __ jmp(GetExitLabel()); in EmitNativeCode() local 347 __ jmp(GetExitLabel()); in EmitNativeCode() local 413 __ jmp(GetExitLabel()); in EmitNativeCode() local 482 __ jmp(GetExitLabel()); in EmitNativeCode() local 560 __ jmp(GetExitLabel()); in EmitNativeCode() local 718 __ jmp(GetExitLabel()); in EmitNativeCode() local 887 __ jmp(GetExitLabel()); in EmitNativeCode() local [all …]
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 864 void jmp(Register reg); 865 void jmp(const Address& address); 866 void jmp(Label* label); 867 void jmp(NearLabel* label); 972 jmp(label); in Jump()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 930 void jmp(CpuRegister reg); 931 void jmp(const Address& address); 932 void jmp(Label* label); 933 void jmp(NearLabel* label); 1055 jmp(label); in Jump()
|