Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 6 of 6) sorted by relevance

/art/test/484-checker-register-hints/
Dinfo.txt3 forces the spilling should restore the registers at the merge
/art/test/800-smali/smali/
Db_22331663_fail.smali14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should
Db_22331663_pass.smali14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should not
Db_22331663.smali30 # Catch handler. Here we had to merge the uninitialized with the initialized reference,
/art/
DNOTICE215 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
/art/runtime/
Ddebugger.cc4499 HeapChunkContext(bool merge, bool native) in HeapChunkContext() argument
4507 type_ = merge ? CHUNK_TYPE("HPSG") : CHUNK_TYPE("HPSO"); in HeapChunkContext()