| /art/runtime/base/ |
| D | casts.h | 79 inline Dest bit_cast(const Source& source) { in bit_cast() 91 inline Dest dchecked_integral_cast(const Source source) { in dchecked_integral_cast()
|
| /art/compiler/optimizing/ |
| D | parallel_move_resolver.cc | 93 Location source = move->GetSource(); in UpdateSourceOf() local 206 Location source = move->GetSource(); in PerformMove() local 317 Location source = move->GetSource(); in EmitNativeCode() local 436 Location source = move->GetSource(); in PerformMove() local 509 void ParallelMoveResolverNoSwap::AddPendingMove(Location source, in AddPendingMove()
|
| D | register_allocator.cc | 1296 Location source, in AddMove() 1313 Location source, in AddInputMoveFor() 1344 Location source, in InsertParallelMoveAt() 1416 Location source, in InsertParallelMoveAtExitOf() 1446 Location source, in InsertParallelMoveAtEntryOf() 1465 Location source, in InsertMoveAfter() 1504 Location source = current->ToLocation(); in ConnectSiblings() local 1630 LiveInterval* source = interval->GetSiblingAt(from->GetLifetimeEnd() - 1); in ConnectSplitSiblings() local 1721 Location source = current->ToLocation(); in Resolve() local 1765 Location source = input->GetLiveInterval()->GetLocationAt( in Resolve() local
|
| D | code_generator_x86.cc | 615 void CodeGeneratorX86::Move32(Location destination, Location source) { in Move32() 655 void CodeGeneratorX86::Move64(Location destination, Location source) { in Move64() 2238 void InstructionCodeGeneratorX86::PushOntoFPStack(Location source, in PushOntoFPStack() 4054 Location source = move->GetSource(); in EmitMove() local 4206 Location source = move->GetSource(); in EmitSwap() local
|
| D | code_generator_arm64.cc | 727 void CodeGeneratorARM64::MoveLocation(Location destination, Location source, Primitive::Type type) { in MoveLocation() 1335 MemOperand source = HeapOperand(obj); in VisitArrayGet() local 2677 Register source = InputRegisterAt(conversion, 0); in VisitTypeConversion() local
|
| D | code_generator_arm.cc | 711 void CodeGeneratorARM::Move32(Location destination, Location source) { in Move32() 745 void CodeGeneratorARM::Move64(Location destination, Location source) { in Move64() 3575 Location source = move->GetSource(); in EmitMove() local 3707 Location source = move->GetSource(); in EmitSwap() local
|
| D | code_generator_x86_64.cc | 616 void CodeGeneratorX86_64::Move(Location destination, Location source) { in Move() 2387 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() 3901 Location source = move->GetSource(); in EmitMove() local 4061 Location source = move->GetSource(); in EmitSwap() local
|
| D | nodes.h | 3821 MoveOperands(Location source, in MoveOperands() 3900 void AddMove(Location source, in AddMove()
|
| D | code_generator_mips64.cc | 593 Location source, in MoveLocation()
|
| /art/test/082-inline-execute/src/junit/framework/ |
| D | ComparisonCompactor.java | 39 private String compactString(String source) { in compactString()
|
| /art/test/021-string2/src/junit/framework/ |
| D | ComparisonCompactor.java | 39 private String compactString(String source) { in compactString()
|
| /art/compiler/utils/arm64/ |
| D | assembler_arm64.cc | 95 void Arm64Assembler::StoreWToOffset(StoreOperandType type, WRegister source, in StoreWToOffset() 112 void Arm64Assembler::StoreToOffset(XRegister source, XRegister base, int32_t offset) { in StoreToOffset() 117 void Arm64Assembler::StoreSToOffset(SRegister source, XRegister base, int32_t offset) { in StoreSToOffset() 121 void Arm64Assembler::StoreDToOffset(DRegister source, XRegister base, int32_t offset) { in StoreDToOffset() 191 Arm64ManagedRegister source = m_source.AsArm64(); in StoreSpanning() local
|
| /art/runtime/ |
| D | elf_file.cc | 354 bool ElfFileImpl<ElfTypes>::CheckSectionsLinked(const uint8_t* source, in CheckSectionsLinked()
|
| D | class_linker.cc | 2764 std::string source; in InsertClass() local
|