summaryrefslogtreecommitdiffstats
path: root/runtime/handle_scope_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Work around ICE bugs with MIPS GCC and O1.Ian Rogers2014-10-101-4/+2
| | | | | | | | | Also, work around GCC warning bugs where array accesses with explicit bounds checks are flagged as being out-of-bounds. Significantly, clean-up the HandleScope so the array accesses don't appear out-of-bounds at compile time. Change-Id: I5d66567559cc1f97cd0aa02c0df8575ebadbfe3d
* stdint types all the way!Ian Rogers2014-10-091-4/+4
| | | | Change-Id: I4e4ef3a2002fc59ebd9097087f150eaf3f2a7e08
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-0/+74
Delete SirtRef and replaced it with Handle. Handles are value types which wrap around StackReference*. Renamed StackIndirectReferenceTable to HandleScope. Added a scoped handle wrapper which wraps around an Object** and restores it in its destructor. Renamed Handle::get -> Get. Bug: 8473721 Change-Id: Idbfebd4f35af629f0f43931b7c5184b334822c7a