/art/test/115-native-bridge/ |
D | expected.txt | 19 trampoline_JNI_OnLoad called! 20 JNI_OnLoad called 22 trampoline_Java_Main_testFindClassOnAttachedNativeThread called! 24 trampoline_Java_Main_testFindFieldOnAttachedNativeThreadNative called! 26 trampoline_Java_Main_testCallStaticVoidMethodOnSubClassNative called! 28 trampoline_Java_Main_testGetMirandaMethodNative called! 30 trampoline_Java_Main_testZeroLengthByteBuffers called! 32 trampoline_Java_Main_byteMethod called! 33 trampoline_Java_Main_byteMethod called! 34 trampoline_Java_Main_byteMethod called! [all …]
|
/art/test/141-class-unload/ |
D | expected.txt | 3 JNI_OnLoad called 4 JNI_OnUnload called 7 JNI_OnLoad called 8 JNI_OnUnload called 11 JNI_OnLoad called 12 JNI_OnUnload called 15 JNI_OnLoad called 16 JNI_OnUnload called 20 JNI_OnLoad called 22 JNI_OnUnload called [all …]
|
/art/test/900-hello-plugin/ |
D | expected.txt | 1 ArtPlugin_Initialize called in test 900 2 Agent_OnLoad called with options "test_900" 3 GetEnvHandler called in test 900 4 GetEnvHandler called with version 0x900fffff 6 Agent_OnLoad called with options "test_900_round_2" 8 Agent_OnUnload called 9 Agent_OnUnload called 10 ArtPlugin_Deinitialize called in test 900
|
/art/test/116-nodex2oat/ |
D | expected.txt | 2 JNI_OnLoad called 5 JNI_OnLoad called 8 JNI_OnLoad called
|
/art/test/137-cfi/ |
D | expected.txt | 1 JNI_OnLoad called 2 JNI_OnLoad called
|
/art/test/119-noimage-patchoat/ |
D | expected.txt | 2 JNI_OnLoad called 7 JNI_OnLoad called 10 JNI_OnLoad called
|
/art/test/472-unreachable-if-regression/ |
D | expected.txt | 2 Successfully called UnreachableIf(). 3 Successfully called UnreachablePackedSwitch().
|
/art/test/117-nopatchoat/ |
D | expected.txt | 2 JNI_OnLoad called 6 JNI_OnLoad called 10 JNI_OnLoad called
|
/art/test/118-noimage-dex2oat/ |
D | expected.txt | 2 JNI_OnLoad called 8 JNI_OnLoad called 12 JNI_OnLoad called
|
/art/test/952-invoke-custom/generator/ |
D | TestInvokeCustomWithConcurrentThreads.java | 50 private static final AtomicInteger[] called = new AtomicInteger[NUMBER_OF_THREADS]; field in TestInvokeCustomWithConcurrentThreads 83 called[index].getAndIncrement(); in setCalled() 114 called[i] = new AtomicInteger(0); in test() 135 if (called[i].get() != 0) { in test() 137 votes += called[i].get(); in test() 159 i, called[i].get()); in test()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 984 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline() argument 1000 const bool called_method_known_on_entry = !called->IsRuntimeMethod(); in artQuickResolutionTrampoline() 1087 called_method.dex_file = called->GetDexFile(); in artQuickResolutionTrampoline() 1088 called_method.dex_method_index = called->GetDexMethodIndex(); in artQuickResolutionTrampoline() 1105 called = linker->ResolveMethod<ClassLinker::kForceICCECheck>( in artQuickResolutionTrampoline() 1111 CHECK(!called->CheckIncompatibleClassChange(invoke_type)) in artQuickResolutionTrampoline() 1112 << called->PrettyMethod() << " " << invoke_type; in artQuickResolutionTrampoline() 1116 ArtMethod* orig_called = called; in artQuickResolutionTrampoline() 1119 called = receiver->GetClass()->FindVirtualMethodForVirtual(called, kRuntimePointerSize); in artQuickResolutionTrampoline() 1122 called = receiver->GetClass()->FindVirtualMethodForInterface(called, kRuntimePointerSize); in artQuickResolutionTrampoline() [all …]
|
D | quick_jni_entrypoints.cc | 199 ArtMethod* called, in GenericJniMethodEnd() argument 203 bool critical_native = called->IsAnnotatedWithCriticalNative(); in GenericJniMethodEnd() 204 bool fast_native = called->IsAnnotatedWithFastNative(); in GenericJniMethodEnd() 213 jobject locked = called->IsSynchronized() ? handle_scope->GetHandle(0).ToJObject() : nullptr; in GenericJniMethodEnd() 214 char return_shorty_char = called->GetShorty()[0]; in GenericJniMethodEnd()
|
/art/test/655-jit-clinit/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/543-env-long-ref/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/616-cha-regression-proxy-method/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/612-jit-dex-cache/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/652-deopt-intrinsic/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/656-loop-deopt/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/706-jit-skip-compilation/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/566-polymorphic-inlining/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/575-checker-string-init-alias/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/158-app-image-class-table/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/616-cha-interface-default/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/616-cha-miranda/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/616-cha-native/ |
D | expected.txt | 1 JNI_OnLoad called
|