Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
13aeac968f2473fcb4f31ccc6f43c6afc62db4bf
/
vm
/
Thread.h
0c2dc52
[X86] X86 trace JIT compiler support
by Dong-Yuan Chen
· 12 years ago
75425b7
Fix the portable interpreter build
by Chris Dearman
· 13 years ago
375fb11
Normalize the include guard style.
by Carl Shapiro
· 14 years ago
708f143
Improve "waiting on"/"waiting to lock" SIGQUIT dump info.
by Elliott Hughes
· 14 years ago
cf4a20c
Interpreter/Debugger fix #4479968
by buzbee
· 14 years ago
a62c3a0
Establish a subclass relationship between ArrayObject and Object.
by Carl Shapiro
· 14 years ago
d862faa
Get rid of uneeded extern, enum, typedef and struct qualifiers.
by Carl Shapiro
· 14 years ago
cf2aac7
Refine & simplify the interBreak mechanism
by buzbee
· 14 years ago
389e258
InterpBreak cleanup (part 1)
by buzbee
· 14 years ago
30bc0d4
Consolidate curFrame fields in thread storage
by buzbee
· 14 years ago
ae188c6
Compile the garbage collector and heap profiler as C++.
by Carl Shapiro
· 14 years ago
77ebd06
Size the jni local references table to avoid resizing at startup.
by Carl Shapiro
· 14 years ago
94d6525
Add safepoint callback for gc
by buzbee
· 14 years ago
9a3147c
Interpreter restructuring
by buzbee
· 14 years ago
701abba
Use indirect references in JNI by default.
by Carl Shapiro
· 14 years ago
3111b0c
Collate more of the low-level class lookups.
by Dan Bornstein
· 14 years ago
a7d59bb
New interpreter breakout mechanism
by buzbee
· 14 years ago
9f601a9
Interpreter restructuring: eliminate InterpState
by buzbee
· 14 years ago
01605d2
Remove the unused monitor tracking and deadlock prediction code.
by Carl Shapiro
· 14 years ago
80e8d7f
Increase default stack size
by Andy McFadden
· 14 years ago
202e3d9
Remove allocation limit checking.
by Carl Shapiro
· 14 years ago
07018e2
Separate HPROF from the GC.
by Carl Shapiro
· 14 years ago
d19988d
Lock thread list, show join target
by Andy McFadden
· 14 years ago
c415aaf
Removal of more sampling profiler bits
by Brian Carlstrom
· 14 years ago
b5f3c0b
Change the way thread suspension works.
by Andy McFadden
· 14 years ago
0d615c3
Always support debugging and profiling.
by Andy McFadden
· 14 years ago
3469a7e
Fix some potential SMP issues.
by Andy McFadden
· 14 years ago
7a2697d
Implement method inlining for getters/setters
by Ben Cheng
· 15 years ago
b31b301
Eliminate more unused variables and compiler warnings.
by Carl Shapiro
· 15 years ago
ab227f7
Correct long-standing thread status change bug.
by Andy McFadden
· 15 years ago
1e714bb
Import the heap verification code from the copying collector. The
by Carl Shapiro
· 15 years ago
5be15f6
am f8a44e85: Merge "Point debuggerd at the interesting thread."
by Andy McFadden
· 15 years ago
980ffb0
Replace free calls to the pthread mutex lock, unlock, and trylock
by Carl Shapiro
· 15 years ago
384ef6b
Point debuggerd at the interesting thread.
by Andy McFadden
· 15 years ago
0a24ef9
Try to show lock owner in MONITOR thread dump.
by Andy McFadden
· 15 years ago
fd54266
Try to show lock owner in MONITOR thread dump.
by Andy McFadden
· 15 years ago
defadf4
am 77fbf5c2: Merge "If a finalizer wedges, raise prio and retry."
by Andy McFadden
· 15 years ago
2b94b30
If a finalizer wedges, raise prio and retry.
by Andy McFadden
· 15 years ago
98389d0
Eliminate unused variable warnings in the alloc code. In the places
by Carl Shapiro
· 15 years ago
964a7b0
Jit: Rework delayed start plus misc. cleanup
by Bill Buzbee
· 15 years ago
7a0bcd0
Tighten the safe points for code cache resets to happen.
by Ben Cheng
· 15 years ago
60c24f4
Tear down the code cache when it is full and restart from scratch.
by Ben Cheng
· 15 years ago
b453919
Remove references to the old wait implementation in various comments.
by Carl Shapiro
· 15 years ago
77f52eb
New implementation of wait, notify, and notifyAll. Uses an explicit
by Carl Shapiro
· 15 years ago
909ce24
Iterate in JNI thread exit check.
by Andy McFadden
· 15 years ago
a8e64a7
Fix an invoke-interface bug that manifests itself with thread state warnings.
by Ben Cheng
· 15 years ago
8425511
am 49f91878: am da03242f: Merge change 24840 into eclair
by San Mehat
· 15 years ago
f56201c
resolved conflicts for merge of 3eae287e to master
by Bob Lee
· 15 years ago
5a2056c
dalvik: Switch to common cutils sched_policy api
by San Mehat
· 15 years ago
2fe146a
Addressed reviewer comments.
by Bob Lee
· 15 years ago
83674b7
am 060ed889: am 20677ed1: dalvik: Use common SchedPolicy type and fix getpid() vs. gettid() bug
by San Mehat
· 15 years ago
20677ed
dalvik: Use common SchedPolicy type and fix getpid() vs. gettid() bug
by San Mehat
· 15 years ago
8a71c63
am 95934be3: am 03c7547c: Merge change 24425 into eclair
by San Mehat
· 15 years ago
894dd46
vm: Add support for using scheduler policies instead of cgroups
by San Mehat
· 15 years ago
4d3b584
resolved conflicts for merge of 9b5264c8 to master
by Android Git Automerger
· 15 years ago
9dc72a3
Modified Thread.c to allow sampling profiler thread in zygote. Added a function that
by Bob Lee
· 15 years ago
ce114ac
am f7fb0086: Merge change 22659 into eclair
by Andy McFadden
· 15 years ago
d5ab726
Another round of scary indirect ref changes.
by Andy McFadden
· 15 years ago
073bedf
am 0083d37b: Use local references for native method args.
by Andy McFadden
· 15 years ago
0083d37
Use local references for native method args.
by Andy McFadden
· 15 years ago
97319a8
New changes to enable self verification mode.
by Jeff Hao
· 15 years ago
734155e
Indirect reference table implementation.
by Andy McFadden
· 15 years ago
2717622
Makes the primary Jit table growable. Also includes a change suggested earlier by Dan to use a pre-defined mask in the hash function. Reduce the default JitTable size from 2048 entries to 512 entries.
by Bill Buzbee
· 16 years ago
4ed345a
am 4da0525: Merge change 1400 into donut
by Android (Google) Code Review
· 16 years ago
39b99b0
Increase default stack size from 8K to 12K.
by Andy McFadden
· 16 years ago
6d06e7b
am 4c99ba4: Merge change 374 into donut
by Android (Google) Code Review
· 16 years ago
256fc15
vm: Add support for changing the scheduler group for a thread.
by San Mehat
· 16 years ago
9940988
auto import //branches/master/...@140412
by The Android Open Source Project
· 16 years ago
f6c3871
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
f72d5de
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
89c1feb
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
2ad60cf
Initial Contribution
by The Android Open Source Project
· 16 years ago