Searched defs:special (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dcall_mips.cc28 const InlineMethod& special) {
39 * target offsets stored in the table. We'll use a special pseudo-instruction
27 GenSpecialCase(BasicBlock* bb, MIR* mir, const InlineMethod& special) argument
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc517 InlineMethod special; local
524 special = it->second;
526 return backend->SpecialMIR2LIR(special);
H A Dmir_to_lir.cc218 bool Mir2Lir::GenSpecialIGet(MIR* mir, const InlineMethod& special) { argument
220 const InlineIGetIPutData& data = special.d.ifield_data;
258 bool Mir2Lir::GenSpecialIPut(MIR* mir, const InlineMethod& special) { argument
260 const InlineIGetIPutData& data = special.d.ifield_data;
293 bool Mir2Lir::GenSpecialIdentity(MIR* mir, const InlineMethod& special) { argument
294 const InlineReturnArgData& data = special.d.return_data;
309 bool Mir2Lir::GenSpecialCase(BasicBlock* bb, MIR* mir, const InlineMethod& special) { argument
310 DCHECK(special.flags & kInlineSpecial);
315 switch (special.opcode) {
325 LoadConstant(rl_dest.reg, static_cast<int>(special
1196 SpecialMIR2LIR(const InlineMethod& special) argument
[all...]

Completed in 51 milliseconds