Lines Matching refs:native
156 // TODO: post location events is a suspension point and native method entry stubs aren't.
185 // TODO: post location events is a suspension point and native method entry stubs aren't.
613 VLOG(jdwp) << "Dumping native heap to DDM";
683 // The performance cost of this is non-negligible during native-debugging due to the
684 // forced JIT, so we keep the AOT code in that case in exchange for limited native debugging.
1541 // We should not get here for a method without code (native, proxy or abstract). Log it and
1572 // We should not get here for a method without code (native, proxy or abstract). Log it and
2564 // We can't read/write local value from/into native method.
2924 // TODO We should send events for native methods.
2939 // TODO We should send events for native methods.
2983 // or the Java native method that is reporting an exception thrown by
2984 // native code.
3746 // Note: if the thread is not running Java code (pure native thread), there is no "current"
4448 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) {
4459 if (native) {
4538 HeapChunkContext(bool merge, bool native)
4543 if (native) {
4639 // Transmit any pending free memory. Native free memory of over kMaxFreeLen could be because
4691 // Cannot trigger memory allocation while walking native heap.
4770 void Dbg::DdmSendHeapSegments(bool native) {
4771 Dbg::HpsgWhen when = native ? gDdmNhsgWhen : gDdmHpsgWhen;
4772 Dbg::HpsgWhat what = native ? gDdmNhsgWhat : gDdmHpsgWhat;
4784 cb->DdmPublishChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"),
4790 HeapChunkContext context(what == HPSG_WHAT_MERGED_OBJECTS, native);
4797 if (native) {
4798 UNIMPLEMENTED(WARNING) << "Native heap inspection is not supported";
4844 cb->DdmPublishChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"),
5019 * (2b) line number, clipped to 32767; -2 if native; -1 if no source
5162 // (2b) line number, clipped to 32767; -2 if native; -1 if no source