Home
last modified time | relevance | path

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

/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java99 $noinline$Call(); in call()
101 return $noinline$Call(); in call()
104 protected abstract Integer $noinline$Call(); in $noinline$Call()
109 protected Integer $noinline$Call() { in $noinline$Call()
116 protected Integer $noinline$Call() { in $noinline$Call()
123 protected Integer $noinline$Call() { in $noinline$Call()
134 protected Integer $noinline$Call() { in $noinline$Call()
155 protected Integer $noinline$Call() { in $noinline$Call()
161 protected Integer $noinline$Call() { in $noinline$Call()
167 protected Integer $noinline$Call() { in $noinline$Call()
[all …]
/art/test/800-smali/smali/
Db_21869691B.smali21 # Call ourself with invoke-virtual.
28 # Call C with invoke-virtual.
Db_20843113.smali12 # Call the super-constructor
/art/test/955-methodhandles-smali/smali/
DMain.smali29 # Call Lookup.findVirtual(defc, name, type);
46 # Call Lookup.findStatic(defc, name, type);
59 # Call MethodType.methodType(rtype=String.class, ptype[0] = String.class)
63 # Call Main.getHandleForVirtual(String.class, "concat", methodType);
81 # Call MethodType.methodType(rtype=int.class, ptype[0] = Long.class)
86 # Call Main.getHandleForVirtual(Long.class, "compareTo", methodType);
106 # Call MethodType.methodType(rtype=String.class, ptype[0]=Object.class)
110 # Call Main.getHandleForStatic(String.class, "valueOf", methodType);
127 # Call MethodType.methodType(rtype=String.class, ptype[0]=Long.class)
131 # Call Main.getHandleForStatic(String.class, "valueOf", methodType);
[all …]
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.h176 void Call(ManagedRegister base, Offset offset, ManagedRegister scratch) OVERRIDE;
177 void Call(FrameOffset base, Offset offset, ManagedRegister scratch) OVERRIDE;
Djni_macro_assembler_x86_64.cc548 void X86_64JNIMacroAssembler::Call(ManagedRegister mbase, Offset offset, ManagedRegister) { in Call() function in art::x86_64::X86_64JNIMacroAssembler
555 void X86_64JNIMacroAssembler::Call(FrameOffset base, Offset offset, ManagedRegister mscratch) { in Call() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/x86/
Djni_macro_assembler_x86.h150 void Call(ManagedRegister base, Offset offset, ManagedRegister scratch) OVERRIDE;
151 void Call(FrameOffset base, Offset offset, ManagedRegister scratch) OVERRIDE;
Djni_macro_assembler_x86.cc491 void X86JNIMacroAssembler::Call(ManagedRegister mbase, Offset offset, ManagedRegister) { in Call() function in art::x86::X86JNIMacroAssembler
498 void X86JNIMacroAssembler::Call(FrameOffset base, Offset offset, ManagedRegister mscratch) { in Call() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h185 void Call(ManagedRegister base, Offset offset, ManagedRegister scratch) OVERRIDE;
186 void Call(FrameOffset base, Offset offset, ManagedRegister scratch) OVERRIDE;
Djni_macro_assembler_arm_vixl.cc566 void ArmVIXLJNIMacroAssembler::Call(ManagedRegister mbase, in Call() function in art::arm::ArmVIXLJNIMacroAssembler
583 void ArmVIXLJNIMacroAssembler::Call(FrameOffset base, Offset offset, ManagedRegister mscratch) { in Call() function in art::arm::ArmVIXLJNIMacroAssembler
/art/test/162-method-resolution/jasmin/
DTest5User.j26 ; Call an unresolved method bar() to force verification at runtime
/art/compiler/utils/
Djni_macro_assembler.h201 virtual void Call(ManagedRegister base, Offset offset, ManagedRegister scratch) = 0;
202 virtual void Call(FrameOffset base, Offset offset, ManagedRegister scratch) = 0;
Dassembler_thumb_test.cc260 __ Call(method_register, FrameOffset(48), scratch_register); in TEST_F() local
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h166 void Call(ManagedRegister base, Offset offset, ManagedRegister scratch) OVERRIDE;
167 void Call(FrameOffset base, Offset offset, ManagedRegister scratch) OVERRIDE;
Djni_macro_assembler_arm64.cc534 void Arm64JNIMacroAssembler::Call(ManagedRegister m_base, Offset offs, ManagedRegister m_scratch) { in Call() function in art::arm64::Arm64JNIMacroAssembler
543 void Arm64JNIMacroAssembler::Call(FrameOffset base, Offset offs, ManagedRegister m_scratch) { in Call() function in art::arm64::Arm64JNIMacroAssembler
/art/compiler/jni/quick/
Djni_compiler.cc365 __ Call(main_jni_conv->CurrentParamRegister(), in ArtJniCompileMethodInternal() local
412 __ Call(main_jni_conv->CurrentParamRegister(), in ArtJniCompileMethodInternal() local
506 __ Call(main_jni_conv->MethodStackOffset(), in ArtJniCompileMethodInternal() local
619 __ Call(end_jni_conv->CurrentParamRegister(), in ArtJniCompileMethodInternal() local
/art/test/dexdump/
Dinvoke-custom.txt1349 Call site #0: // offset 8450
1356 Call site #1: // offset 8463
1363 Call site #2: // offset 8476
1370 Call site #3: // offset 8489
1374 Call site #4: // offset 8496
1378 Call site #5: // offset 8503
1382 Call site #6: // offset 8510
1386 Call site #7: // offset 8517
1390 Call site #8: // offset 8524
1394 Call site #9: // offset 8524
[all …]
/art/test/563-checker-fakestring/smali/
DTestCase.smali33 # Call String.<init> on v1.
/art/compiler/utils/mips/
Dassembler_mips.h1358 void Call(ManagedRegister base, Offset offset, ManagedRegister mscratch) OVERRIDE;
1359 void Call(FrameOffset base, Offset offset, ManagedRegister mscratch) OVERRIDE;
1720 void Call(MipsLabel* label, bool is_r6, bool is_bare);
/art/compiler/utils/mips64/
Dassembler_mips64.h1423 void Call(ManagedRegister base, Offset offset, ManagedRegister mscratch) OVERRIDE;
1424 void Call(FrameOffset base, Offset offset, ManagedRegister mscratch) OVERRIDE;
1679 void Call(Mips64Label* label, bool is_bare);
Dassembler_mips64.cc2898 void Mips64Assembler::Call(Mips64Label* label, bool is_bare) { in Call() function in art::mips64::Mips64Assembler
3257 Call(label, is_bare); in Balc()
4011 void Mips64Assembler::Call(ManagedRegister mbase, Offset offset, ManagedRegister mscratch) { in Call() function in art::mips64::Mips64Assembler
4023 void Mips64Assembler::Call(FrameOffset base, Offset offset, ManagedRegister mscratch) { in Call() function in art::mips64::Mips64Assembler
/art/runtime/
Dcheck_jni.cc2314 static rtype Call##name##MethodA(JNIEnv* env, jobject obj, jmethodID mid, jvalue* vargs) { \
2327 static rtype Call##name##MethodV(JNIEnv* env, jobject obj, jmethodID mid, va_list vargs) { \
2340 static rtype Call##name##Method(JNIEnv* env, jobject obj, jmethodID mid, ...) { \
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S661 bal .Losr_entry # Call the method
2174 # Call the runtime stub to populate the ImtConflictTable and jump to the resolved method.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S629 bl .Losr_entry @ Call the method
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2066 # Call the runtime stub to populate the ImtConflictTable and jump to the resolved method.