Home
last modified time | relevance | path

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

/art/runtime/
DAndroid.mk118 native/dalvik_system_DexFile.cc \
119 native/dalvik_system_VMDebug.cc \
120 native/dalvik_system_VMRuntime.cc \
121 native/dalvik_system_VMStack.cc \
122 native/dalvik_system_ZygoteHooks.cc \
123 native/java_lang_Class.cc \
124 native/java_lang_DexCache.cc \
125 native/java_lang_Object.cc \
126 native/java_lang_Runtime.cc \
127 native/java_lang_String.cc \
[all …]
Ddebugger.cc4410 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk() argument
4421 if (native) { in DdmHandleHpsgNhsgChunk()
4499 HeapChunkContext(bool merge, bool native) in HeapChunkContext() argument
4504 if (native) { in HeapChunkContext()
4737 void Dbg::DdmSendHeapSegments(bool native) { in DdmSendHeapSegments() argument
4738 Dbg::HpsgWhen when = native ? gDdmNhsgWhen : gDdmHpsgWhen; in DdmSendHeapSegments()
4739 Dbg::HpsgWhat what = native ? gDdmNhsgWhat : gDdmHpsgWhat; in DdmSendHeapSegments()
4750 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), sizeof(heap_id), heap_id); in DdmSendHeapSegments()
4755 HeapChunkContext context(what == HPSG_WHAT_MERGED_OBJECTS, native); in DdmSendHeapSegments()
4756 if (native) { in DdmSendHeapSegments()
[all …]
Ddebugger.h710 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
714 static void DdmSendHeapSegments(bool native)
/art/test/100-reflect2/
Dexpected.txt36native char java.lang.String.charAt(int), public int java.lang.String.codePointAt(int), public int…
/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/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc159 … jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean native) { in DdmVmInternal_heapSegmentNotify() argument
160 …DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native); in DdmVmInternal_heapSegmentNotify()
/art/test/457-regs/smali/
DPhiLiveness.smali79 .method public static native regsNativeCall()V
81 .method public static native regsNativeCallWithParameters(LMain;IF)V
/art/test/
DAndroid.libnativebridgetest.mk22 115-native-bridge/nativebridge.cc
DAndroid.run-test.mk272 …,$(GC_TYPES),$(JNI_TYPES),$(IMAGE_TYPES),$(PICTEST_TYPES),$(DEBUGGABLE_TYPES), 115-native-bridge, \
361 115-native-bridge \
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S519 srl $t0, $t0, 4 # native calling convention only aligns to 8B,
1146 # v0: ptr to native code, 0 on error.
1158 jalr $t9 # native call
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1411 # v0: ptr to native code, 0 on error.
1435 jalr $t9 # native call
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S404 sub r4, sp, r4 @ reserve & align *stack* to 16 bytes: native calling