Home
last modified time | relevance | path

Searched refs:GetHighStackIndex (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dlocations.h238 return Location::StackSlot(GetHighStackIndex(4)); in ToHigh()
303 intptr_t GetHighStackIndex(uintptr_t word_size) const { in GetHighStackIndex() function
Dparallel_move_resolver.cc98 return Location::StackSlot(location.GetHighStackIndex(4)); in HighOf()
Dcode_generator_x86.cc1393 Address(ESP, source.GetHighStackIndex(kX86WordSize))); in Move64()
1418 __ movl(Address(ESP, destination.GetHighStackIndex(kX86WordSize)), in Move64()
1427 __ movl(Address(ESP, destination.GetHighStackIndex(kX86WordSize)), in Move64()
1435 Location::StackSlot(source.GetHighStackIndex(kX86WordSize)), in Move64()
1436 Location::StackSlot(destination.GetHighStackIndex(kX86WordSize)), in Move64()
1612 __ cmpl(left_high, Address(ESP, right.GetHighStackIndex(kX86WordSize))); in GenerateLongComparesAndJumps()
1941 __ cmovl(cond, false_high, Address(ESP, true_loc.GetHighStackIndex(kX86WordSize))); in VisitSelect()
3205 Address(ESP, second.GetHighStackIndex(kX86WordSize))); in VisitAdd()
3311 Address(ESP, second.GetHighStackIndex(kX86WordSize))); in VisitSub()
3486 Address in2_hi(ESP, second.GetHighStackIndex(kX86WordSize)); in VisitMul()
[all …]
Dcode_generator.cc1342 DexRegisterLocation::Kind::kInStack, location.GetHighStackIndex(kVRegSize)); in RecordCatchBlockInfo()
1413 Kind::kInStack, location.GetHighStackIndex(kVRegSize)); in EmitVRegInfo()
Dintrinsics_x86.cc2226 __ popcntl(out, Address(ESP, src.GetHighStackIndex(kX86WordSize))); in GenBitCount()
Dcode_generator_arm_vixl.cc7144 destination.GetHighStackIndex(kArmWordSize)); in EmitMove()
7160 destination.GetHighStackIndex(kArmWordSize)); in EmitMove()