/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/137-cfi/ |
D | expected.txt | 1 JNI_OnLoad called 3 JNI_OnLoad called 5 JNI_OnLoad called 6 JNI_OnLoad called
|
/art/sigchainlib/ |
D | sigchain_test.cc | 217 static sig_atomic_t called = 0; in TEST_F() local 220 action.sa_sigaction = [](int, siginfo_t*, void*) { called = 1; }; in TEST_F() 226 ASSERT_EQ(0, called); in TEST_F() 229 ASSERT_EQ(1, called); in TEST_F() 230 called = 0; in TEST_F() 234 ASSERT_EQ(0, called); in TEST_F() 235 called = 0; in TEST_F() 238 ASSERT_EQ(1, called); in TEST_F() 239 called = 0; in TEST_F()
|
/art/test/909-attach-agent/ |
D | expected.txt | 1 JNI_OnLoad called 8 JNI_OnLoad called 15 JNI_OnLoad called 24 JNI_OnLoad called
|
/art/test/952-invoke-custom/src/ |
D | TestInvokeCustomWithConcurrentThreads.java | 44 private static final AtomicInteger[] called = new AtomicInteger[NUMBER_OF_THREADS]; field in TestInvokeCustomWithConcurrentThreads 79 called[index].getAndIncrement(); in setCalled() 108 called[i] = new AtomicInteger(0); in test() 129 if (called[i].get() != 0) { in test() 131 votes += called[i].get(); in test() 153 " Call site instance #%02d was invoked % 2d times\n", i, called[i].get()); in test()
|
/art/test/150-loadlibrary/ |
D | expected.txt | 1 JNI_OnLoad called 3 JNI_OnUnload called
|
/art/test/472-unreachable-if-regression/ |
D | expected.txt | 2 Successfully called UnreachableIf(). 3 Successfully called UnreachablePackedSwitch().
|
/art/test/118-noimage-dex2oat/ |
D | expected.txt | 2 JNI_OnLoad called 8 JNI_OnLoad called 12 JNI_OnLoad called
|
/art/test/004-ThreadStress/ |
D | expected.txt | 1 JNI_OnLoad called 12 JNI_OnLoad called
|
/art/runtime/entrypoints/quick/ |
D | quick_jni_entrypoints.cc | 196 ArtMethod* called, in GenericJniMethodEnd() argument 200 bool critical_native = called->IsCriticalNative(); in GenericJniMethodEnd() 201 bool fast_native = called->IsFastNative(); in GenericJniMethodEnd() 210 jobject locked = called->IsSynchronized() ? handle_scope->GetHandle(0).ToJObject() : nullptr; in GenericJniMethodEnd() 211 char return_shorty_char = called->GetShorty()[0]; in GenericJniMethodEnd()
|
D | quick_trampoline_entrypoints.cc | 1302 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline() argument 1318 const bool called_method_known_on_entry = !called->IsRuntimeMethod(); in artQuickResolutionTrampoline() 1383 called_method.dex_file = called->GetDexFile(); in artQuickResolutionTrampoline() 1384 called_method.index = called->GetDexMethodIndex(); in artQuickResolutionTrampoline() 1400 called = linker->ResolveMethod<ClassLinker::ResolveMode::kCheckICCEAndIAE>( in artQuickResolutionTrampoline() 1404 if (called != nullptr && called_method.dex_file->GetOatDexFile() != nullptr) { in artQuickResolutionTrampoline() 1418 *method_entry = called; in artQuickResolutionTrampoline() 1425 CHECK(!called->CheckIncompatibleClassChange(invoke_type)) in artQuickResolutionTrampoline() 1426 << called->PrettyMethod() << " " << invoke_type; in artQuickResolutionTrampoline() 1430 ArtMethod* orig_called = called; in artQuickResolutionTrampoline() [all …]
|
/art/test/661-classloader-allocator/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/636-wrong-static-access/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/638-checker-inline-cache-intrinsic/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/690-hiddenapi-same-name-methods/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/689-zygote-jit-deopt/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/656-loop-deopt/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/461-get-reference-vreg/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/555-UnsafeGetLong-regression/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/595-profile-saving/ |
D | expected.txt | 1 JNI_OnLoad called
|
/art/test/596-app-images/ |
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
|