Searched refs:unresolved (Results 1 - 3 of 3) sorted by path

/art/compiler/dex/
H A Dmir_field_info.cc38 MirIFieldLoweringInfo unresolved(it->field_idx_);
39 DCHECK_EQ(memcmp(&unresolved, &*it, sizeof(*it)), 0);
52 // Even if the referrer class is unresolved (i.e. we're compiling a method without class
82 MirSFieldLoweringInfo unresolved(it->field_idx_);
86 DCHECK_EQ(memcmp(&unresolved, &*it, size), 0);
99 // Even if the referrer class is unresolved (i.e. we're compiling a method without class
H A Dmir_method_info.cc36 MirMethodLoweringInfo unresolved(it->MethodIndex(), it->GetInvokeType());
38 unresolved.target_dex_file_ = it->target_dex_file_;
39 unresolved.target_method_idx_ = it->target_method_idx_;
41 DCHECK_EQ(memcmp(&unresolved, &*it, sizeof(*it)), 0);
54 // Even if the referrer class is unresolved (i.e. we're compiling a method without class
/art/compiler/dex/quick/
H A Dgen_common.cc509 StaticFieldSlowPath(Mir2Lir* m2l, LIR* unresolved, LIR* uninit, LIR* cont, int storage_index, argument
511 LIRSlowPath(m2l, m2l->GetCurrentDexPc(), unresolved, cont), uninit_(uninit),

Completed in 65 milliseconds