Home
last modified time | relevance | path

Searched refs:unresolved (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dmir_method_info.cc36 MirMethodLoweringInfo unresolved(it->MethodIndex(), it->GetInvokeType()); in Resolve() local
38 unresolved.target_dex_file_ = it->target_dex_file_; in Resolve()
39 unresolved.target_method_idx_ = it->target_method_idx_; in Resolve()
41 DCHECK_EQ(memcmp(&unresolved, &*it, sizeof(*it)), 0); in Resolve()
Dmir_field_info.cc38 MirIFieldLoweringInfo unresolved(it->field_idx_); in Resolve() local
39 DCHECK_EQ(memcmp(&unresolved, &*it, sizeof(*it)), 0); in Resolve()
82 MirSFieldLoweringInfo unresolved(it->field_idx_); in Resolve() local
86 DCHECK_EQ(memcmp(&unresolved, &*it, size), 0); in Resolve()
/art/test/090-loop-formation/
Dinfo.txt3 in the loop region, and the JIT compiler won't choke on unresolved fields.
/art/compiler/dex/quick/
Dgen_common.cc509 StaticFieldSlowPath(Mir2Lir* m2l, LIR* unresolved, LIR* uninit, LIR* cont, int storage_index, in StaticFieldSlowPath() argument
511 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), unresolved, cont), uninit_(uninit), in StaticFieldSlowPath()