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.cc228 bool Mir2Lir::GenSpecialIGet(MIR* mir, const InlineMethod& special) { argument
230 const InlineIGetIPutData& data = special.d.ifield_data;
268 bool Mir2Lir::GenSpecialIPut(MIR* mir, const InlineMethod& special) { argument
270 const InlineIGetIPutData& data = special.d.ifield_data;
303 bool Mir2Lir::GenSpecialIdentity(MIR* mir, const InlineMethod& special) { argument
304 const InlineReturnArgData& data = special.d.return_data;
319 bool Mir2Lir::GenSpecialCase(BasicBlock* bb, MIR* mir, const InlineMethod& special) { argument
320 DCHECK(special.flags & kInlineSpecial);
325 switch (special.opcode) {
335 LoadConstant(rl_dest.reg, static_cast<int>(special
1206 SpecialMIR2LIR(const InlineMethod& special) argument
[all...]

Completed in 57 milliseconds