Searched defs:unresolved (Results 1 - 2 of 2) sorted by path

/art/compiler/dex/quick/
H A Dgen_common.cc131 // There are up to two branches to the static field slow path, the "unresolved" when the type
134 StaticFieldSlowPath(Mir2Lir* m2l, LIR* unresolved, LIR* uninit, LIR* cont, int storage_index, argument
136 : LIRSlowPath(m2l, unresolved != nullptr ? unresolved : uninit, cont),
137 second_branch_(unresolved != nullptr ? uninit : nullptr),
/art/runtime/verifier/
H A Dreg_type.cc679 // We know how to merge an unresolved type with itself, 0 or Object. In this case we
680 // have two sub-classes and don't know how to merge. Create a new string-based unresolved
681 // type that reflects our lack of knowledge and that allows the rest of the unresolved
788 const BitVector& unresolved,
794 unresolved_types_(unresolved, false, unresolved.GetAllocator()) {
787 UnresolvedMergedType(const RegType& resolved, const BitVector& unresolved, const RegTypeCache* reg_type_cache, uint16_t cache_id) argument

Completed in 117 milliseconds