Searched defs:at (Results 1 – 11 of 11) sorted by relevance
| /art/compiler/optimizing/ |
| D | locations.h | 549 void SetInAt(uint32_t at, Location location) { in SetInAt() 553 Location InAt(uint32_t at) const { in InAt() 590 Location GetTemp(uint32_t at) const { in GetTemp() 594 void SetTempAt(uint32_t at, Location location) { in SetTempAt()
|
| D | register_allocation_resolver.cc | 207 HInstruction* at = liveness_.GetTempUser(temp); in Resolve() local 562 HInstruction* at = liveness_.GetInstructionFromPosition(position / 2); in InsertParallelMoveAt() local
|
| D | register_allocator_linear_scan.cc | 1097 HInstruction* at = liveness_.GetInstructionFromPosition(first_register_use / 2); in AllocateBlockedReg() local
|
| D | instruction_simplifier.cc | 724 bool InstructionSimplifierVisitor::CanEnsureNotNullAt(HInstruction* input, HInstruction* at) { in CanEnsureNotNullAt()
|
| D | nodes.cc | 2815 HBasicBlock* at = invoke->GetBlock(); in InlineInto() local
|
| D | code_generator_x86_64.cc | 125 DivRemMinusOneSlowPathX86_64(HInstruction* at, Register reg, DataType::Type type, bool is_div) in DivRemMinusOneSlowPathX86_64() 301 LoadClassSlowPathX86_64(HLoadClass* cls, HInstruction* at) in LoadClassSlowPathX86_64()
|
| D | code_generator_riscv64.cc | 408 LoadClassSlowPathRISCV64(HLoadClass* cls, HInstruction* at) : SlowPathCodeRISCV64(at), cls_(cls) { in LoadClassSlowPathRISCV64()
|
| D | code_generator_arm64.cc | 313 LoadClassSlowPathARM64(HLoadClass* cls, HInstruction* at) in LoadClassSlowPathARM64()
|
| D | code_generator_x86.cc | 295 LoadClassSlowPathX86(HLoadClass* cls, HInstruction* at) in LoadClassSlowPathX86()
|
| D | code_generator_arm_vixl.cc | 490 LoadClassSlowPathARMVIXL(HLoadClass* cls, HInstruction* at) in LoadClassSlowPathARMVIXL()
|
| /art/libdexfile/dex/ |
| D | compact_dex_file.h | 41 static const Header* At(const void* at) { in At()
|