Home | History | Annotate | Download | only in dex

Lines Matching refs:method_info

90 #define DEF_INVOKE(bb, opcode, vC, method_info) \
91 { bb, opcode, method_info, 0u, 0u, vC }
257 MirMethodLoweringInfo method_info(def->method_idx, def->invoke_type, false);
259 method_info.declaring_dex_file_ = reinterpret_cast<const DexFile*>(def->declaring_dex_file);
260 method_info.declaring_class_idx_ = def->declaring_class_idx;
261 method_info.declaring_method_idx_ = def->declaring_method_idx;
264 method_info.flags_ =
271 ASSERT_EQ(def->declaring_dex_file != 0u, method_info.IsResolved());
272 cu_.mir_graph->method_lowering_infos_.push_back(method_info);