Searched refs:native (Results 1 – 14 of 14) sorted by relevance
/art/runtime/ |
D | Android.mk | 118 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 …]
|
D | debugger.cc | 4410 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 …]
|
D | debugger.h | 710 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native); 714 static void DdmSendHeapSegments(bool native)
|
/art/test/100-reflect2/ |
D | expected.txt | 36 …native char java.lang.String.charAt(int), public int java.lang.String.codePointAt(int), public int…
|
/art/test/115-native-bridge/ |
D | info.txt | 1 Test for the native bridge interface.
|
D | expected.txt | 4 Ready for native bridge tests.
|
/art/test/131-structural-change/ |
D | info.txt | 1 Check whether a structural change in a (non-native) multi-dex scenario is detected.
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 159 … 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/ |
D | PhiLiveness.smali | 79 .method public static native regsNativeCall()V 81 .method public static native regsNativeCallWithParameters(LMain;IF)V
|
/art/test/ |
D | Android.libnativebridgetest.mk | 22 115-native-bridge/nativebridge.cc
|
D | Android.run-test.mk | 272 …,$(GC_TYPES),$(JNI_TYPES),$(IMAGE_TYPES),$(PICTEST_TYPES),$(DEBUGGABLE_TYPES), 115-native-bridge, \ 361 115-native-bridge \
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 519 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/ |
D | quick_entrypoints_mips64.S | 1411 # v0: ptr to native code, 0 on error. 1435 jalr $t9 # native call
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 404 sub r4, sp, r4 @ reserve & align *stack* to 16 bytes: native calling
|