/art/test/115-native-bridge/ |
D | expected-stdout.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-stdout.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/2003-double-virtual-structural/ |
D | expected-stdout.txt | 1 Hi(SubTransform called 1 times) 2 Hi(SubTransform called 2 times) 3 Hi(SubTransform called 3 times) 4 Hello(SubTransform called 4 times, Transform called 1 times) 5 Hello(SubTransform called 5 times, Transform called 2 times) 6 Hello(SubTransform called 6 times, Transform called 3 times)
|
/art/test/900-hello-plugin/ |
D | expected-stdout.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/1999-virtual-structural/ |
D | expected-stdout.txt | 1 Hi(SubTransform called 1 times) 2 Hi(SubTransform called 2 times) 3 Hi(SubTransform called 3 times) 4 Hello (Transform called 1 times)(SubTransform called 4 times)
|
/art/test/137-cfi/ |
D | expected-stdout.txt | 2 JNI_OnLoad called 8 JNI_OnLoad called 12 JNI_OnLoad called 18 JNI_OnLoad called 22 JNI_OnLoad called 26 JNI_OnLoad called
|
/art/test/1955-pop-frame-jit-called/ |
D | Android.bp | 3 // Build rules for ART run-test `1955-pop-frame-jit-called`. 16 name: "art-run-test-1955-pop-frame-jit-called", 21 ":art-run-test-1955-pop-frame-jit-called-expected-stdout", 22 ":art-run-test-1955-pop-frame-jit-called-expected-stderr", 28 name: "art-run-test-1955-pop-frame-jit-called-expected-stdout", 29 out: ["art-run-test-1955-pop-frame-jit-called-expected-stdout.txt"], 36 name: "art-run-test-1955-pop-frame-jit-called-expected-stderr", 37 out: ["art-run-test-1955-pop-frame-jit-called-expected-stderr.txt"],
|
/art/sigchainlib/ |
D | sigchain_test.cc | 230 static sig_atomic_t called = 0; in TEST_F() local 233 action.sa_sigaction = [](int, siginfo_t*, void*) { called = 1; }; in TEST_F() 239 ASSERT_EQ(1, called); in TEST_F() 240 called = 0; in TEST_F() 243 ASSERT_EQ(1, called); in TEST_F() 244 called = 0; in TEST_F() 249 ASSERT_EQ(0, called); in TEST_F() 252 ASSERT_EQ(1, called); in TEST_F() 253 called = 0; in TEST_F()
|
/art/test/909-attach-agent/ |
D | expected-stdout.interpreter.txt | 1 JNI_OnLoad called 8 JNI_OnLoad called 15 JNI_OnLoad called 22 JNI_OnLoad called
|
D | expected-stdout.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/846-multidex-data-image/ |
D | expected-stdout.txt | 1 JNI_OnLoad called 2 JNI_OnLoad called
|
/art/test/817-hiddenapi/ |
D | expected-stdout.txt | 1 JNI_OnLoad called 2 JNI_OnLoad called
|
/art/test/845-data-image/ |
D | expected-stdout.txt | 1 JNI_OnLoad called 2 JNI_OnLoad called
|
/art/test/457-regs/ |
D | expected-stdout.txt | 1 JNI_OnLoad called 2 JNI_OnLoad called
|
/art/test/150-loadlibrary/ |
D | expected-stdout.txt | 1 JNI_OnLoad called 3 JNI_OnUnload called
|
/art/test/118-noimage-dex2oat/ |
D | expected-stdout.txt | 2 JNI_OnLoad called 6 JNI_OnLoad called 10 JNI_OnLoad called
|
/art/test/472-unreachable-if-regression/ |
D | expected-stdout.txt | 2 Successfully called UnreachableIf(). 3 Successfully called UnreachablePackedSwitch().
|
/art/test/692-vdex-secondary-loader/ |
D | expected-stdout.txt | 1 JNI_OnLoad called 5 JNI_OnLoad called
|
/art/runtime/entrypoints/quick/ |
D | quick_jni_entrypoints.cc | 152 ArtMethod* called) in GenericJniMethodEnd() argument 156 bool critical_native = called->IsCriticalNative(); in GenericJniMethodEnd() 157 bool fast_native = called->IsFastNative(); in GenericJniMethodEnd() 176 if (called->IsSynchronized()) { in GenericJniMethodEnd() 178 ObjPtr<mirror::Object> lock = GetGenericJniSynchronizationObject(self, called); in GenericJniMethodEnd() 182 char return_shorty_char = called->GetShorty()[0]; in GenericJniMethodEnd()
|
D | quick_trampoline_entrypoints.cc | 1136 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline() argument 1152 const bool called_method_known_on_entry = !called->IsRuntimeMethod(); in artQuickResolutionTrampoline() 1217 called_method.dex_file = called->GetDexFile(); in artQuickResolutionTrampoline() 1218 called_method.index = called->GetDexMethodIndex(); in artQuickResolutionTrampoline() 1233 called = linker->ResolveMethod<ClassLinker::ResolveMode::kCheckICCEAndIAE>( in artQuickResolutionTrampoline() 1239 CHECK(!called->CheckIncompatibleClassChange(invoke_type)) in artQuickResolutionTrampoline() 1240 << called->PrettyMethod() << " " << invoke_type; in artQuickResolutionTrampoline() 1244 ArtMethod* orig_called = called; in artQuickResolutionTrampoline() 1247 called = receiver->GetClass()->FindVirtualMethodForVirtual(called, kRuntimePointerSize); in artQuickResolutionTrampoline() 1250 called = receiver->GetClass()->FindVirtualMethodForInterface(called, kRuntimePointerSize); in artQuickResolutionTrampoline() [all …]
|
/art/test/178-app-image-native-method/ |
D | expected-stdout.txt | 1 JNI_OnLoad called 19 JNI_OnLoad called
|
/art/test/004-ThreadStress/ |
D | expected-stdout.txt | 1 JNI_OnLoad called 12 JNI_OnLoad called
|
/art/test/1970-force-early-return-long/ |
D | force_early_return_long.cc | 74 jmethodID called = env->GetMethodID(klass, "calledFunction", "()J"); in Java_art_Test1970_00024NativeCallerObject_run() local 75 env->SetLongField(thiz, ret, env->CallLongMethod(thiz, called)); in Java_art_Test1970_00024NativeCallerObject_run()
|
/art/test/1954-pop-frame-jit/ |
D | expected-stdout.jvm.txt | 37 …ped during ExceptionCatch event of calledFunction (catch in called function, throw in called funct… 41 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr… 43 art.Test1953$ExceptionCatchTestObject$TestError caught in called function. 49 Test stopped during Exception event of calledFunction (catch in called function) 57 Test stopped during Exception event of calledFunction (catch in called function) 76 Test stopped in a method called by native fails
|