Home
last modified time | relevance | path

Searched refs:native (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
DAndroid.mk107 native/dalvik_system_DexFile.cc \
108 native/dalvik_system_VMDebug.cc \
109 native/dalvik_system_VMRuntime.cc \
110 native/dalvik_system_VMStack.cc \
111 native/dalvik_system_ZygoteHooks.cc \
112 native/java_lang_Class.cc \
113 native/java_lang_DexCache.cc \
114 native/java_lang_Object.cc \
115 native/java_lang_Runtime.cc \
116 native/java_lang_String.cc \
[all …]
Ddebugger.cc4075 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk() argument
4086 if (native) { in DdmHandleHpsgNhsgChunk()
4164 HeapChunkContext(bool merge, bool native) in HeapChunkContext() argument
4170 if (native) { in HeapChunkContext()
4260 bool native = type_ == CHUNK_TYPE("NHSG"); in HeapChunkCallback() local
4274 if (!native || freeLen < kMaxFreeLen) { in HeapChunkCallback()
4289 uint8_t state = ExamineObject(obj, native); in HeapChunkCallback()
4397 void Dbg::DdmSendHeapSegments(bool native) { in DdmSendHeapSegments() argument
4400 if (!native) { in DdmSendHeapSegments()
4417 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), sizeof(heap_id), heap_id); in DdmSendHeapSegments()
[all …]
Ddebugger.h627 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
631 static void DdmSendHeapSegments(bool native)
/art/test/115-native-bridge/
Dinfo.txt1 Test for the native bridge interface.
Dexpected.txt4 Ready for native bridge tests.
/art/test/131-structural-change/
Dinfo.txt1 Check whether a structural change in a (non-native) multi-dex scenario is detected.
/art/test/
DAndroid.run-test.mk103 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,,)
104 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-trace,)
105 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-gcverify,)
106 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-gcstress,)
107 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,,-relocate)
108 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-trace,-relocate)
109 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-gcverify,-relocate)
110 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-gcstress,-relocate)
111 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,,-norelocate)
112 ART_TEST_KNOWN_BROKEN += $(call all-run-test-target-names,115-native-bridge,-trace,-norelocate)
[all …]
DAndroid.libnativebridgetest.mk22 115-native-bridge/nativebridge.cc
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc162 … jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean native) { in DdmVmInternal_heapSegmentNotify() argument
163 …DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native); in DdmVmInternal_heapSegmentNotify()
/art/test/100-reflect2/
Dexpected.txt36native int java.lang.String.compareTo(java.lang.String), public int java.lang.String.compareToIgno…
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S313 sub r5, sp, r5 @ reserve & align *stack* to 16 bytes: native calling