Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h238 return Location::StackSlot(GetHighStackIndex(4)); in ToHigh()
290 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.cc1283 Address(ESP, source.GetHighStackIndex(kX86WordSize))); in Move64()
1307 __ movl(Address(ESP, destination.GetHighStackIndex(kX86WordSize)), in Move64()
1316 __ movl(Address(ESP, destination.GetHighStackIndex(kX86WordSize)), in Move64()
1324 Location::StackSlot(source.GetHighStackIndex(kX86WordSize)), in Move64()
1325 Location::StackSlot(destination.GetHighStackIndex(kX86WordSize)), in Move64()
1506 __ cmpl(left_high, Address(ESP, right.GetHighStackIndex(kX86WordSize))); in GenerateLongComparesAndJumps()
1835 __ cmovl(cond, false_high, Address(ESP, true_loc.GetHighStackIndex(kX86WordSize))); in VisitSelect()
3008 Address(ESP, second.GetHighStackIndex(kX86WordSize))); in VisitAdd()
3114 Address(ESP, second.GetHighStackIndex(kX86WordSize))); in VisitSub()
3289 Address in2_hi(ESP, second.GetHighStackIndex(kX86WordSize)); in VisitMul()
[all …]
Dcode_generator.cc1149 DexRegisterLocation::Kind::kInStack, location.GetHighStackIndex(kVRegSize)); in RecordCatchBlockInfo()
1236 DexRegisterLocation::Kind::kInStack, location.GetHighStackIndex(kVRegSize)); in EmitEnvironment()
Dintrinsics_x86.cc2596 __ popcntl(out, Address(ESP, src.GetHighStackIndex(kX86WordSize))); in GenBitCount()
Dcode_generator_arm_vixl.cc6884 destination.GetHighStackIndex(kArmWordSize)); in EmitMove()
6900 destination.GetHighStackIndex(kArmWordSize)); in EmitMove()
Dcode_generator_mips.cc1181 intptr_t offset_h = loc1.IsDoubleStackSlot() ? loc1.GetHighStackIndex(kMipsWordSize) in EmitSwap()
1182 : loc2.GetHighStackIndex(kMipsWordSize); in EmitSwap()