index
:
android_art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
utils.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make system use patchoat to relocate during runtime.
Alex Light
2014-08-05
1
-1
/
+1
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-7
/
+52
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+1
*
Break apart header files.
Ian Rogers
2014-07-15
1
-5
/
+0
*
ART: Change sprintf to snprintf
Andreas Gampe
2014-06-26
1
-2
/
+4
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-0
/
+1
*
More advanced timing loggers.
Mathieu Chartier
2014-06-24
1
-21
/
+18
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-0
/
+2
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-8
/
+6
*
Merge "Change FieldHelper to use a handle."
Mathieu Chartier
2014-06-06
1
-4
/
+4
|
\
|
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-4
/
+4
*
|
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-0
/
+12
*
|
Fixed and refactored profiler options handling
Calin Juravle
2014-06-06
1
-19
/
+0
*
|
Clean up the sampling profiler
Calin Juravle
2014-06-06
1
-0
/
+19
|
/
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-4
/
+3
*
Follow up to "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
1
-3
/
+3
*
Merge "Add ISA directory to image and odex pathnames."
Brian Carlstrom
2014-05-19
1
-0
/
+31
|
\
|
*
Add ISA directory to image and odex pathnames.
Brian Carlstrom
2014-05-16
1
-0
/
+31
*
|
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-5
/
+3
|
/
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Automatically create non-/data dalvik-cache directories
Brian Carlstrom
2014-05-06
1
-2
/
+4
*
Fix errno checking for dalvik-cache creation.
Narayan Kamath
2014-05-01
1
-1
/
+1
*
Use instruction specific dalvik cache dirs.
Narayan Kamath
2014-05-01
1
-10
/
+15
*
Modify unwind to comply with stack parser tools.
Christopher Ferris
2014-04-18
1
-27
/
+21
*
Unify 64bit int constant definitions.
Ian Rogers
2014-03-10
1
-7
/
+7
*
Use GetEntryPointFromQuickCompiledCode instead of GetQuickOatCodeOffset
Brian Carlstrom
2014-03-07
1
-3
/
+7
*
backtrace: use Java stack to help decode native
Kenny Root
2014-03-06
1
-2
/
+12
*
backtrace: trim of unneeded slash from solib
Kenny Root
2014-03-05
1
-1
/
+1
*
Avoid tripping up debuggered with the fatal crash abort
Brian Carlstrom
2014-02-27
1
-2
/
+2
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
1
-1
/
+1
*
Move waitpid(2) includes to art::Exec implementation
Brian Carlstrom
2014-02-25
1
-0
/
+2
*
Avoid going through char* for std::string API
Brian Carlstrom
2014-02-25
1
-4
/
+5
*
Create CompilerOptions
Brian Carlstrom
2014-02-24
1
-0
/
+53
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-15
/
+15
*
Change to support new BacktraceMap.
Christopher Ferris
2014-01-16
1
-16
/
+16
*
Make fast JNI part of pretty method output.
Ian Rogers
2014-01-10
1
-1
/
+4
*
Background compaction support.
Mathieu Chartier
2014-01-08
1
-5
/
+8
*
Update Backtrace::Create to use new define.
Christopher Ferris
2013-11-12
1
-1
/
+1
*
Support hardware divide instruction
Dave Allison
2013-11-05
1
-0
/
+29
*
am 7b5f0cf0: Use libbacktrace instead of libcorkscrew.
Christopher Ferris
2013-11-05
1
-75
/
+20
|
\
|
*
Use libbacktrace instead of libcorkscrew.
Christopher Ferris
2013-11-04
1
-75
/
+20
*
|
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-5
/
+5
*
|
am 19a08360: Fix dumpsys meminfo for art
Brian Carlstrom
2013-10-16
1
-1
/
+1
|
\
|
|
*
Fix dumpsys meminfo for art
Brian Carlstrom
2013-10-16
1
-1
/
+1
*
|
am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...
Brian Carlstrom
2013-10-04
1
-18
/
+10
|
\
|
|
*
am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file ext...
Brian Carlstrom
2013-10-04
1
-18
/
+10
|
|
\
|
|
*
Use file magic to determine file type, not file extension.
Brian Carlstrom
2013-10-03
1
-18
/
+10
*
|
|
Introduce Signature type to avoid string comparisons.
Ian Rogers
2013-09-26
1
-9
/
+13
*
|
|
am 2921201d: Remove some non-const references in utils
Brian Carlstrom
2013-09-24
1
-11
/
+11
|
\
|
|
|
*
|
Remove some non-const references in utils
Brian Carlstrom
2013-09-23
1
-11
/
+11
|
|
/
[next]