Home
last modified time | relevance | path

Searched refs:called (Results 1 – 13 of 13) sorted by relevance

/art/test/115-native-bridge/
Dexpected.txt19 trampoline_JNI_OnLoad called!
21 trampoline_Java_Main_testFindClassOnAttachedNativeThread called!
23 trampoline_Java_Main_testFindFieldOnAttachedNativeThreadNative called!
25 trampoline_Java_Main_testCallStaticVoidMethodOnSubClassNative called!
27 trampoline_Java_Main_testGetMirandaMethodNative called!
29 trampoline_Java_Main_testZeroLengthByteBuffers called!
31 trampoline_Java_Main_byteMethod called!
32 trampoline_Java_Main_byteMethod called!
33 trampoline_Java_Main_byteMethod called!
34 trampoline_Java_Main_byteMethod called!
[all …]
/art/test/472-unreachable-if-regression/
Dexpected.txt2 Successfully called UnreachableIf().
3 Successfully called UnreachablePackedSwitch().
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc815 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline() argument
829 const bool called_method_known_on_entry = !called->IsRuntimeMethod(); in artQuickResolutionTrampoline()
887 called_method.dex_file = called->GetDexFile(); in artQuickResolutionTrampoline()
888 called_method.dex_method_index = called->GetDexMethodIndex(); in artQuickResolutionTrampoline()
905 called = linker->ResolveMethod(self, called_method.dex_method_index, caller, invoke_type); in artQuickResolutionTrampoline()
910 CHECK(!called->CheckIncompatibleClassChange(invoke_type)) in artQuickResolutionTrampoline()
911 << PrettyMethod(called) << " " << invoke_type; in artQuickResolutionTrampoline()
916 ArtMethod* orig_called = called; in artQuickResolutionTrampoline()
918 called = receiver->GetClass()->FindVirtualMethodForVirtual(called, sizeof(void*)); in artQuickResolutionTrampoline()
920 called = receiver->GetClass()->FindVirtualMethodForInterface(called, sizeof(void*)); in artQuickResolutionTrampoline()
[all …]
/art/test/087-gc-after-link/
Dinfo.txt5 that dvmFreeClassInnards could be called twice on the same class.
/art/test/068-classloader/
Dinfo.txt2 have multiple classes called "com.android.Blah" loaded simultaneously. The
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali6 # move-exception instruction). This method must be called with parameter
/art/test/046-reflect/
Dexpected.txt104 called const-class FieldNoisyInitUser.class
112 called const-class MethodNoisyInitUser.class
/art/runtime/
Dcommon_throws.h77 ArtMethod* called,
Dcommon_throws.cc148 ArtMethod* called, in ThrowIllegalAccessErrorClassForMethodDispatch() argument
153 << " method " << PrettyMethod(called).c_str(); in ThrowIllegalAccessErrorClassForMethodDispatch()
/art/tools/dexfuzz/
DREADME130 these values into a file called likelihoods.txt, and run dexfuzz with
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S909 blx artQuickResolutionTrampoline @ (Method* called, receiver, Thread*, SP)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1118 jal artQuickResolutionTrampoline # (Method* called, receiver, Thread*, SP)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1383 jal artQuickResolutionTrampoline # (Method* called, receiver, Thread*, SP)