OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getrecentallocationstatus
(Results
1 - 9
of
9
) sorted by null
/art/test/098-ddmc/src/
Main.java
41
System.out.println("status=" + DdmVmInternal.
getRecentAllocationStatus
());
43
System.out.println("status=" + DdmVmInternal.
getRecentAllocationStatus
());
63
System.out.println("status=" + DdmVmInternal.
getRecentAllocationStatus
());
69
System.out.println("status=" + DdmVmInternal.
getRecentAllocationStatus
());
71
System.out.println("status=" + DdmVmInternal.
getRecentAllocationStatus
());
75
System.out.println("status=" + DdmVmInternal.
getRecentAllocationStatus
());
81
System.out.println("status=" + DdmVmInternal.
getRecentAllocationStatus
());
188
getRecentAllocationStatusMethod = c.getDeclaredMethod("
getRecentAllocationStatus
");
198
public static boolean
getRecentAllocationStatus
() throws Exception {
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java
81
native public static boolean
getRecentAllocationStatus
();
/art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc
181
FAST_NATIVE_METHOD(DdmVmInternal,
getRecentAllocationStatus
, "()Z"),
/frameworks/base/core/java/android/ddm/
DdmHandleHeap.java
251
reply[0] = DdmVmInternal.
getRecentAllocationStatus
() ? (byte)1 :(byte)0;
/system/core/libbacktrace/testdata/arm/
libart.so
/system/core/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/
libart.so
/system/core/libunwindstack/tests/files/offline/jit_debug_arm/
libart.so
libartd.so
/system/core/libunwindstack/tests/files/offline/jit_debug_x86/
libartd.so
Completed in 138 milliseconds