Searched defs:native (Results 1 - 2 of 2) sorted by relevance

/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc159 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean native) { argument
160 return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native);
/art/runtime/
H A Ddebugger.cc243 // TODO: post location events is a suspension point and native method entry stubs aren't.
269 // TODO: post location events is a suspension point and native method entry stubs aren't.
631 VLOG(jdwp) << "Dumping native heap to DDM";
1504 // We should not get here for a method without code (native, proxy or abstract). Log it and
1526 // We should not get here for a method without code (native, proxy or abstract). Log it and
2545 // We can't read/write local value from/into native method.
2962 // or the Java native method that is reporting an exception thrown by
2963 // native code.
3297 // TODO We should not be asked to watch location in a native or abstract method so the code item
3773 // Note: if the thread is not running Java code (pure native threa
4410 DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) argument
4499 HeapChunkContext(bool merge, bool native) argument
4737 DdmSendHeapSegments(bool native) argument
[all...]

Completed in 288 milliseconds