Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
8a433246d0f26f1f8519925ee6fc5cee8fbd0788
/
runtime
/
jdwp
/
object_registry.cc
8a43324
Add two locks to expected_mutexes_on_weak_ref_access_.
by Hiroshi Yamauchi
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
90b936d
ART: Refactor verify_object.h
by Andreas Gampe
· 8 years ago
c4f3925
Move remaining jobject related functions to use ObjPtr
by Mathieu Chartier
· 8 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
261bc04
JDWP: more GC safety
by Sebastien Hertz
· 10 years ago
6920639
JDWP: fix thread_list deadlock
by Sebastien Hertz
· 10 years ago
e4266c5
JDWP: assert no pending exception when using JNI
by Sebastien Hertz
· 10 years ago
55f6534
JDWP: fix deadlock with GC
by Sebastien Hertz
· 10 years ago
7d95565
Cleanup JDWP event matching
by Sebastien Hertz
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
e2d628b
Make ObjectRegistry::InternalAdd GC safe
by Sebastien Hertz
· 10 years ago
c0542af
Remove abuse of mirror::Object* to reference special values.
by Ian Rogers
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
a032870
Fix memory leak in JDWP object registry
by Sebastien Hertz
· 10 years ago
b5a9e3d
Remove Object* weak roots from the debugger.
by Hiroshi Yamauchi
· 10 years ago
83c8ee0
Add root types and thread id to root visiting.
by Mathieu Chartier
· 11 years ago
412c7fc
Make debugger / jdwp compaction safe.
by Mathieu Chartier
· 11 years ago
f288bd1
Merge "Manage JDWP errors related to garbage collection."
by Sebastien Hertz
· 11 years ago
e96060a
Manage JDWP errors related to garbage collection.
by Sebastien Hertz
· 11 years ago
0630ab5
Fix null argument handling during invoke from JDWP.
by Sebastien Hertz
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/jdwp/object_registry.cc]
449db33
For JDWP, suspend thread before configuring it for single stepping.
by Jeff Hao
· 12 years ago
5d021c7
Fix sdk_x86-eng build error about possible use of uninitialized fields
by Brian Carlstrom
· 12 years ago
0f82716
Fix JDWP ObjectRegistry lock ordering.
by Elliott Hughes
· 12 years ago
64f574f
Implement EnableCollection, DisableCollection, IsCollected, and fix Exit.
by Elliott Hughes
· 12 years ago