Home
last modified time | relevance | path

Searched refs:native (Results 51 – 75 of 82) sorted by relevance

1234

/art/test/1949-short-dex-file/
Dinfo.txt4 native method was present.
29 The final method that causes the OOB read needs to be a native method because that is the only
/art/test/1917-get-stack-frame/
Dexpected.txt2 'private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang…
14 'private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang…
/art/test/457-regs/smali/
DPhiLiveness.smali79 .method public static native regsNativeCall()V
81 .method public static native regsNativeCallWithParameters(LMain;IF)V
/art/test/180-native-default-method/jasmin/
DTestInterface.j18 .method public native foo()V
/art/test/
DAndroid.bp252 srcs: ["115-native-bridge/nativebridge.cc"],
364 "945-obsolete-native/obsolete_native.cc",
367 "986-native-method-bind/native_bind.cc",
377 "1905-suspend-native/native_suspend.cc",
378 "1908-suspend-native-resume-self/native_suspend_resume.cc",
382 "1920-suspend-native-monitor/native_suspend_monitor.cc",
383 "1921-suspend-native-recursive-monitor/native_suspend_recursive_monitor.cc",
411 "2035-structural-native-method/structural-native.cc",
427 // This is to get the IsInterpreted native method.
442 "1960-obsolete-jit-multithread-native/native_say_hi.cc",
[all …]
/art/test/998-redefine-use-after-free/
Dinfo.txt6 required that a later redefinition happen to get the same native pointer for its
/art/test/1975-hello-structural-transformation/
Dexpected.txt13 Reading with native.
30 Reading with native after possible modification.
48 Reading with native.
70 Reading with native after possible modification.
/art/test/1934-jvmti-signal-thread/
Dexpected.txt25 Stop in native
/art/test/115-native-bridge/
Dexpected.txt3 Ready for native bridge tests.
71 getError() in native bridge.
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc222 … jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean native) { in DdmVmInternal_heapSegmentNotify() argument
223 …DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native); in DdmVmInternal_heapSegmentNotify()
/art/test/1964-add-to-dex-classloader-file/
Dexpected.txt11 …private static native art.StackTrace$StackFrameData[] art.StackTrace.nativeGetStackTrace(java.lang…
/art/test/common/
Druntime_state.cc233 bool native = false; in ForceJitCompiled() local
237 native = true; in ForceJitCompiled()
273 if (native && code_cache->ContainsMethod(method)) { in ForceJitCompiled()
279 if (!native && jit->GetCodeCache()->CanAllocateProfilingInfo()) { in ForceJitCompiled()
/art/test/1936-thread-end-events/
Dexpected.txt22 Entered public static native void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,…
/art/tools/ahat/
DREADME.txt93 Show registered native sizes of objects.
101 Remove native allocations view.
120 Show registered native allocations for heap dumps that support it.
/art/test/954-invoke-polymorphic-verifier/smali/
DFakeSignaturePolymorphic.smali28 # Fail here because Main;->invoke does not have right flags (ie not native or varargs).
DMain.smali88 # A test method called "invokeExact" that is native varargs, but is on a class
90 .method public native varargs invokeExact([Ljava/lang/Object;)Ljava/lang/Object;
/art/test/1953-pop-frame/
Dexpected.txt67 Test stopped during a native method fails
76 Test stopped in a method called by native fails
/art/tools/luci/config/
Dcr-buildbucket.cfg40 swarming_tags: "vpython:native-python-wrapper"
/art/test/121-modifiers/smali/
DNonInf.smali122 .method public native nativeMethod()V
/art/test/1954-pop-frame-jit/
Dexpected.txt101 Test stopped during a native method fails
110 Test stopped in a method called by native fails
/art/test/1955-pop-frame-jit-called/
Dexpected.txt101 Test stopped during a native method fails
110 Test stopped in a method called by native fails
/art/test/1956-pop-frame-jit-calling/
Dexpected.txt101 Test stopped during a native method fails
110 Test stopped in a method called by native fails
/art/test/1932-monitor-events-misc/
Dexpected.txt89 Testing the lock state if MonitorEnter throws in a native method
97 Testing the lock state if MonitorEntered throws in a native method
/art/test/988-method-trace/
Dexpected.txt116 ......=> native void java.lang.String.getCharsNoCheck(int,int,char[],int)
117 ......<= native void java.lang.String.getCharsNoCheck(int,int,char[],int) -> <null: null>
148 ......=> native void java.lang.String.getCharsNoCheck(int,int,char[],int)
149 ......<= native void java.lang.String.getCharsNoCheck(int,int,char[],int) -> <null: null>
219 ......=> native void java.lang.String.getCharsNoCheck(int,int,char[],int)
220 ......<= native void java.lang.String.getCharsNoCheck(int,int,char[],int) -> <null: null>
251 ......=> native void java.lang.String.getCharsNoCheck(int,int,char[],int)
252 ......<= native void java.lang.String.getCharsNoCheck(int,int,char[],int) -> <null: null>
/art/test/1970-force-early-return-long/
Dexpected.txt147 Test stopped during a native method fails
163 Test stopped in a method called by native succeeds

1234