Searched refs:special (Results 1 – 8 of 8) sorted by relevance
/art/test/003-omnibus-opcodes/src/ |
D | IntMath.java | 281 int special = 0; in divLiteralTestBody() local 287 special = (start+i) / 3; in divLiteralTestBody() 291 special = (start+i) / 4; in divLiteralTestBody() 295 special = (start+i) / 5; in divLiteralTestBody() 299 special = (start+i) / 6; in divLiteralTestBody() 303 special = (start+i) / 7; in divLiteralTestBody() 307 special = (start+i) / 8; in divLiteralTestBody() 311 special = (start+i) / 9; in divLiteralTestBody() 315 special = (start+i) / 10; in divLiteralTestBody() 319 special = (start+i) / 11; in divLiteralTestBody() [all …]
|
/art/test/038-inner-null/src/ |
D | Main.java | 19 Special special = new Special(); in main() local 20 special.callInner(); in main()
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 228 bool Mir2Lir::GenSpecialIGet(MIR* mir, const InlineMethod& special) { in GenSpecialIGet() argument 230 const InlineIGetIPutData& data = special.d.ifield_data; in GenSpecialIGet() 268 bool Mir2Lir::GenSpecialIPut(MIR* mir, const InlineMethod& special) { in GenSpecialIPut() argument 270 const InlineIGetIPutData& data = special.d.ifield_data; in GenSpecialIPut() 303 bool Mir2Lir::GenSpecialIdentity(MIR* mir, const InlineMethod& special) { in GenSpecialIdentity() argument 304 const InlineReturnArgData& data = special.d.return_data; in GenSpecialIdentity() 319 bool Mir2Lir::GenSpecialCase(BasicBlock* bb, MIR* mir, const InlineMethod& special) { in GenSpecialCase() argument 320 DCHECK(special.flags & kInlineSpecial); in GenSpecialCase() 325 switch (special.opcode) { in GenSpecialCase() 335 LoadConstant(rl_dest.reg, static_cast<int>(special.d.data)); in GenSpecialCase() [all …]
|
D | mir_to_lir.h | 1089 bool SpecialMIR2LIR(const InlineMethod& special); 1558 virtual bool GenSpecialCase(BasicBlock* bb, MIR* mir, const InlineMethod& special); 1597 bool GenSpecialIGet(MIR* mir, const InlineMethod& special); 1605 bool GenSpecialIPut(MIR* mir, const InlineMethod& special); 1613 bool GenSpecialIdentity(MIR* mir, const InlineMethod& special);
|
D | dex_file_method_inliner.cc | 517 InlineMethod special; in GenSpecial() local 524 special = it->second; in GenSpecial() 526 return backend->SpecialMIR2LIR(special); in GenSpecial()
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 28 const InlineMethod& special) { in GenSpecialCase() argument
|
D | codegen_mips.h | 133 bool GenSpecialCase(BasicBlock* bb, MIR* mir, const InlineMethod& special);
|
/art/ |
D | NOTICE | 170 liable to You for damages, including any direct, indirect, special,
|