Searched refs:GetHighStackIndex (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | locations.h | 238 return Location::StackSlot(GetHighStackIndex(4)); in ToHigh() 290 intptr_t GetHighStackIndex(uintptr_t word_size) const { in GetHighStackIndex() function
|
D | parallel_move_resolver.cc | 98 return Location::StackSlot(location.GetHighStackIndex(4)); in HighOf()
|
D | code_generator_x86.cc | 1283 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 …]
|
D | code_generator.cc | 1149 DexRegisterLocation::Kind::kInStack, location.GetHighStackIndex(kVRegSize)); in RecordCatchBlockInfo() 1236 DexRegisterLocation::Kind::kInStack, location.GetHighStackIndex(kVRegSize)); in EmitEnvironment()
|
D | intrinsics_x86.cc | 2596 __ popcntl(out, Address(ESP, src.GetHighStackIndex(kX86WordSize))); in GenBitCount()
|
D | code_generator_arm_vixl.cc | 6884 destination.GetHighStackIndex(kArmWordSize)); in EmitMove() 6900 destination.GetHighStackIndex(kArmWordSize)); in EmitMove()
|
D | code_generator_mips.cc | 1181 intptr_t offset_h = loc1.IsDoubleStackSlot() ? loc1.GetHighStackIndex(kMipsWordSize) in EmitSwap() 1182 : loc2.GetHighStackIndex(kMipsWordSize); in EmitSwap()
|