• Ian Rogers's avatar
    C++11 related clean-up of DISALLOW_.. · cf7f1913
    Ian Rogers authored
    Move DISALLOW_COPY_AND_ASSIGN to delete functions. By no having declarations
    with no definitions this prompts better warning messages so deal with these
    by correcting the code.
    Add a DISALLOW_ALLOCATION and use for ValueObject and mirror::Object.
    Make X86 assembly operand types ValueObjects to fix compilation errors.
    Tidy the use of iostream and ostream.
    Avoid making cutils a dependency via mutex-inl.h for tests that link against
    libart. Push tracing dependencies into appropriate files and mutex.cc.
    x86 32-bit host symbols size is increased for libarttest, avoid copying this
    in run-test 115 by using symlinks and remove this test's higher than normal
    ulimit.
    Fix the RunningOnValgrind test in RosAllocSpace to not use GetHeap as it
    returns NULL when the heap is under construction by Runtime.
    
    Change-Id: Ia246f7ac0c11f73072b30d70566a196e9b78472b
    cf7f1913
dex_instruction_visitor_test.cc 1.62 KB