Searched defs:second (Results 1 - 13 of 13) sorted by relevance

/art/test/626-const-class-linking/src/
H A DClassPair.java19 public Class<?> second; field in class:ClassPair
21 public ClassPair(Class<?> first, Class<?> second) { argument
23 this.second = second;
29 String second_loader_name = second.getClassLoader().getClass().getName();
30 System.out.println("second: " + second.getName() + " class loader: " + second_loader_name);
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.h64 uint32_t second; member in struct:art::linker::ArmBaseRelativePatcher::RawThunkParams
109 return lhs.GetRawParams().second < rhs.GetRawParams().second;
/art/runtime/
H A Dutf.cc180 const uint16_t second = GetTrailingUtf16Char(pair); local
181 if (second != 0) {
182 hash = hash * 31 + second;
H A Dutf_test.cc180 const std::vector<uint8_t>& prefix_out = prefix.second;
183 const std::vector<uint8_t>& test_out = test.second;
186 const std::vector<uint8_t>& suffix_out = suffix.second;
309 static void codePointToSurrogatePair(uint32_t code_point, uint16_t &first, uint16_t &second) { argument
311 second = (code_point & 0x03ff) + 0xdc00;
/art/compiler/optimizing/
H A Dregister_allocator_test.cc824 HInstruction* second = new (allocator) HParameterValue( local
827 entry->AddInstruction(second);
833 *div = new (allocator) HDiv(Primitive::kPrimInt, first, second, 0); // don't care about dex_pc.
926 LiveInterval* second = BuildInterval(ranges2, arraysize(ranges2), &allocator, -1, two); local
927 locations = new (&allocator) LocationSummary(second->GetDefinedBy(), LocationSummary::kNoCall);
963 register_allocator.unhandled_core_intervals_.push_back(second);
976 intervals.push_back(second);
H A Dinstruction_builder.cc485 HInstruction* second = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); local
486 T* comparison = new (arena_) T(first, second, dex_pc);
524 HInstruction* second = LoadLocal(instruction.VRegC(), type); local
525 AppendInstruction(new (arena_) T(type, first, second, dex_pc));
534 HInstruction* second = LoadLocal(instruction.VRegC(), Primitive::kPrimInt); local
535 AppendInstruction(new (arena_) T(type, first, second, dex_pc));
544 HInstruction* second = LoadLocal(instruction.VRegC(), type); local
545 AppendInstruction(new (arena_) HCompare(type, first, second, bias, dex_pc));
554 HInstruction* second = LoadLocal(instruction.VRegB(), Primitive::kPrimInt); local
555 AppendInstruction(new (arena_) T(type, first, second, dex_p
564 HInstruction* second = LoadLocal(instruction.VRegB(), type); local
572 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22s(), dex_pc); local
583 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22b(), dex_pc); local
1449 HInstruction* second = nullptr; local
[all...]
H A Dcode_generator_arm64.cc3283 Location second = locations->InAt(1); local
3284 DCHECK(second.IsConstant());
3288 int64_t imm = Int64FromConstant(second.GetConstant());
3306 Location second = locations->InAt(1); local
3307 DCHECK(second.IsConstant());
3311 int64_t imm = Int64FromConstant(second.GetConstant());
3341 Location second = locations->InAt(1); local
3342 DCHECK(second.IsConstant());
3346 int64_t imm = Int64FromConstant(second.GetConstant());
3395 Location second local
[all...]
H A Dcode_generator_arm.cc1399 const ShifterOperand& second,
1401 if (second.IsImmediate() && second.GetImmediate() == 0) {
1410 __ add(out, first, second);
1413 __ and_(out, first, second);
1416 __ orr(out, first, second);
1419 __ sub(out, first, second);
1422 __ eor(out, first, second);
1466 const Location second = locations->InAt(1); local
1472 const Register second_hi = second
1396 GenerateDataProcInstruction(HInstruction::InstructionKind kind, Register out, Register first, const ShifterOperand& second, CodeGeneratorARM* codegen) argument
2750 const Location second = locations->InAt(1); local
3813 Location second = locations->InAt(1); local
3893 Location second = locations->InAt(1); local
3973 Location second = locations->InAt(1); local
4036 Location second = locations->InAt(1); local
4060 Location second = locations->InAt(1); local
4094 Location second = locations->InAt(1); local
4135 Location second = locations->InAt(1); local
4221 Location second = locations->InAt(1); local
4359 Location second = locations->InAt(1); local
4640 Location second = locations->InAt(1); local
6265 Location second = locations->InAt(1); local
6600 DRegister second = FromLowSToD(destination.AsFpuRegisterPairLow<SRegister>()); local
7591 Location second = locations->InAt(1); local
7668 const Register second = instruction->InputAt(1)->GetType() == Primitive::kPrimLong local
7683 const Register second = right.AsRegister<Register>(); local
7784 Location second = locations->InAt(1); local
[all...]
H A Dcode_generator_arm_vixl.cc1487 const Operand& second,
1489 if (second.IsImmediate() && second.GetImmediate() == 0) {
1498 __ Add(out, first, second);
1501 __ And(out, first, second);
1504 __ Orr(out, first, second);
1507 __ Sub(out, first, second);
1510 __ Eor(out, first, second);
1555 const Location second = locations->InAt(1); local
1561 const vixl32::Register second_hi = HighRegisterFrom(second);
1484 GenerateDataProcInstruction(HInstruction::InstructionKind kind, vixl32::Register out, vixl32::Register first, const Operand& second, CodeGeneratorARMVIXL* codegen) argument
2784 const Location second = locations->InAt(1); local
3855 Location second = locations->InAt(1); local
3918 Location second = locations->InAt(1); local
3976 Location second = locations->InAt(1); local
4029 Location second = instruction->GetLocations()->InAt(1); local
4053 Location second = locations->InAt(1); local
4087 Location second = locations->InAt(1); local
4129 Location second = instruction->GetLocations()->InAt(1); local
4338 Location second = locations->InAt(1); local
4622 Location second = locations->InAt(1); local
6309 Location second = instruction->GetLocations()->InAt(1); local
6655 vixl32::DRegister second = DRegisterFrom(destination); local
7663 Location second = locations->InAt(1); local
7737 const vixl32::Register second = instruction->InputAt(1)->GetType() == Primitive::kPrimLong local
7752 const vixl32::Register second = InputRegisterAt(instruction, 1); local
7859 Location second = locations->InAt(1); local
[all...]
H A Dcode_generator_x86.cc2988 Location second = locations->InAt(1); local
2993 if (second.IsRegister()) {
2995 __ addl(out.AsRegister<Register>(), second.AsRegister<Register>());
2996 } else if (out.AsRegister<Register>() == second.AsRegister<Register>()) {
3000 first.AsRegister<Register>(), second.AsRegister<Register>(), TIMES_1, 0));
3002 } else if (second.IsConstant()) {
3003 int32_t value = second.GetConstant()->AsIntConstant()->GetValue();
3011 __ addl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex()));
3017 if (second.IsRegisterPair()) {
3018 __ addl(first.AsRegisterPairLow<Register>(), second
3107 Location second = locations->InAt(1); local
3225 Location second = locations->InAt(1); local
3417 Location second = locations->InAt(1); local
3587 Location second = locations->InAt(1); local
3707 Location second = locations->InAt(1); local
3915 Location second = locations->InAt(1); local
4110 Location second = locations->InAt(1); local
6986 Location second = locations->InAt(1); local
[all...]
H A Dcode_generator_x86_64.cc3092 Location second = locations->InAt(1); local
3097 if (second.IsRegister()) {
3099 __ addl(out.AsRegister<CpuRegister>(), second.AsRegister<CpuRegister>());
3100 } else if (out.AsRegister<Register>() == second.AsRegister<Register>()) {
3104 first.AsRegister<CpuRegister>(), second.AsRegister<CpuRegister>(), TIMES_1, 0));
3106 } else if (second.IsConstant()) {
3109 Immediate(second.GetConstant()->AsIntConstant()->GetValue()));
3112 first.AsRegister<CpuRegister>(), second.GetConstant()->AsIntConstant()->GetValue()));
3116 __ addl(first.AsRegister<CpuRegister>(), Address(CpuRegister(RSP), second.GetStackIndex()));
3122 if (second
3212 Location second = locations->InAt(1); local
3315 Location second = locations->InAt(1); local
3424 Location second = locations->InAt(1); local
3475 Location second = locations->InAt(1); local
3516 Location second = locations->InAt(1); local
3562 Location second = locations->InAt(1); local
3678 Location second = locations->InAt(1); local
3761 Location second = locations->InAt(1); local
3938 Location second = locations->InAt(1); local
4013 Location second = locations->InAt(1); local
6369 Location second = locations->InAt(1); local
[all...]
H A Dnodes.h601 constant = cached_constant->second;
1561 * second line indicates the type of the access (in the order of the
3315 HCondition(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3316 : HBinaryOperation(Primitive::kPrimBoolean, first, second, SideEffects::None(), dex_pc) {
3396 HEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3397 : HCondition(first, second, dex_pc) {}
3440 HNotEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3441 : HCondition(first, second, dex_pc) {}
3483 HLessThan(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3484 : HCondition(first, second, dex_p
3520 HLessThanOrEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3557 HGreaterThan(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3594 HGreaterThanOrEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3631 HBelow(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3671 HBelowOrEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3711 HAbove(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3751 HAboveOrEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3796 HCompare(Primitive::Type comparison_type, HInstruction* first, HInstruction* second, ComparisonBias bias, uint32_t dex_pc) argument
[all...]
/art/runtime/mirror/
H A Ddex_cache.h456 ConversionPair(IntType f, IntType s) : first(f), second(s) { }
460 IntType second; variable
488 uint64_t first, second; local
491 : "=&a"(first), "=&d"(second)
494 return ConversionPair64(first, second);
499 uint64_t first, second; local
506 : "=&a"(first), "=&d"(second)
507 : "r"(target), "b"(value.first), "c"(value.second)

Completed in 234 milliseconds