Searched refs:GetHighStackIndex (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | locations.h | 238 return Location::StackSlot(GetHighStackIndex(4)); in ToHigh() 303 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 | 1393 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 …]
|
D | code_generator.cc | 1342 DexRegisterLocation::Kind::kInStack, location.GetHighStackIndex(kVRegSize)); in RecordCatchBlockInfo() 1413 Kind::kInStack, location.GetHighStackIndex(kVRegSize)); in EmitVRegInfo()
|
D | intrinsics_x86.cc | 2226 __ popcntl(out, Address(ESP, src.GetHighStackIndex(kX86WordSize))); in GenBitCount()
|
D | code_generator_arm_vixl.cc | 7144 destination.GetHighStackIndex(kArmWordSize)); in EmitMove() 7160 destination.GetHighStackIndex(kArmWordSize)); in EmitMove()
|