Home
last modified time | relevance | path

Searched defs:base (Results 51 – 75 of 85) sorted by relevance

1234

/art/compiler/
Dcommon_compiler_test.cc107 uintptr_t base = RoundDown(data, kPageSize); in MakeExecutable() local
/art/compiler/optimizing/
Dnodes_vector.h32 Alignment(size_t base, size_t offset) : base_(base), offset_(offset) { in Alignment()
39 bool IsAlignedAt(size_t base) const { in IsAlignedAt()
1148 HInstruction* base, in HVecLoad()
1194 HInstruction* base, in HVecStore()
Dcommon_arm64.h196 inline vixl::aarch64::MemOperand HeapOperand(const vixl::aarch64::Register& base, in HeapOperand()
Dbounds_check_elimination.cc1366 HInstruction* base, in AddCompareWithDeoptimization()
1413 HInstruction* base = value.GetInstruction(); in AddComparesWithDeoptimization() local
1532 HInstruction* base = value.GetInstruction(); in TransformLoopForDynamicBCE() local
Dloop_optimization.cc1287 HInstruction* base = instruction->InputAt(0); in VectorizeDef() local
1371 HInstruction* base = instruction->InputAt(0); in VectorizeUse() local
1725 HInstruction* base = org->InputAt(0); in GenerateVecMem() local
Dcode_generator_vector_arm_vixl.cc905 vixl32::Register base = InputRegisterAt(instruction, 0); in VecAddress() local
931 vixl32::Register base = InputRegisterAt(instruction, 0); in VecAddressUnaligned() local
Dintrinsics_arm_vixl.cc78 const vixl32::Register& base) { in GenSystemArrayCopyBaseAddress()
100 const vixl32::Register& base, in GenSystemArrayCopyEndAddress()
571 vixl32::Register base = InputRegisterAt(invoke, 1); // Object pointer. in GenUnsafeGet() local
773 vixl32::Register base = RegisterFrom(locations->InAt(1)); // Object pointer. in GenUnsafePut() local
930 vixl32::Register base = InputRegisterAt(instruction_, 1); // Object pointer. in EmitNativeCode() local
992 vixl32::Register base = InputRegisterAt(invoke, 1); // Object pointer. in GenCas() local
Dintrinsics_x86.cc1639 Register base = base_loc.AsRegister<Register>(); in GenUnsafeGet() local
1835 Register base = locations->InAt(1).AsRegister<Register>(); in GenUnsafePut() local
1967 Register base = locations->InAt(1).AsRegister<Register>(); in GenCAS() local
2452 const Register& base) { in GenSystemArrayCopyBaseAddress()
2473 const Register& base, in GenSystemArrayCopyEndAddress()
Dcode_generator_arm64.cc186 Register base = masm->StackPointer(); in SaveRestoreLiveRegistersHelper() local
1647 MemOperand base = MemOperand(temp_base); in LoadAcquire() local
1755 MemOperand base = MemOperand(temp_base); in StoreRelease() local
2028 Register base = RegisterFrom(base_loc, DataType::Type::kReference); in HandleFieldGet() local
4758 vixl::aarch64::Register base) { in EmitAddPlaceholder()
4768 vixl::aarch64::Register base) { in EmitLdrOffsetPlaceholder()
6420 Register base = obj; in GenerateFieldLoadWithBakerReadBarrier() local
6652 Register base = InputRegisterAt(instruction, 0); in VecNeonAddress() local
Dgraph_visualizer.cc161 const uint8_t* base = disassembler_->GetDisassemblerOptions()->base_address_; in Disassemble() local
Dintrinsics_arm64.cc673 Register base = WRegisterFrom(base_loc); // Object pointer. in GenUnsafeGet() local
813 Register base = WRegisterFrom(locations->InAt(1)); // Object pointer. in GenUnsafePut() local
953 Register base = WRegisterFrom(locations->InAt(1)); // Object pointer. in EmitNativeCode() local
1008 Register base = WRegisterFrom(locations->InAt(1)); // Object pointer. in GenCas() local
Dcode_generator_vector_x86_64.cc1242 Location base = locations->InAt(0); in VecAddress() local
/art/runtime/gc/collector/
Dimmune_spaces_test.cc173 uint8_t* const base = reinterpret_cast<uint8_t*>(0x1000); in TEST_F() local
/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java251 AhatInstance base = value.asAhatInstance(); in gcRootPath() local
/art/runtime/
Doat_file.h211 OatMethod(const uint8_t* base, const uint32_t code_offset) in OatMethod()
Doat_file_assistant.cc521 std::string base = file.substr(0, pos); in DexLocationToOdexNames() local
/art/libartbase/base/
Dmem_map.cc83 void* base = it->first; in operator <<() local
918 void* base = it->first; in DumpMapsLocked() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h80 Register base() const { in base() function
/art/compiler/utils/x86/
Dassembler_x86.h72 Register base() const { in base() function
/art/runtime/mirror/
Dclass-inl.h699 uint32_t base = sizeof(Class); // Static fields come after the class. in GetFirstReferenceStaticFieldOffset() local
711 uint32_t base = sizeof(Class); // Static fields come after the class. in GetFirstReferenceStaticFieldOffsetDuringLinking() local
/art/disassembler/
Ddisassembler_x86.cc190 uint8_t base = sib & 7; in DumpAddress() local
/art/libdexfile/dex/
Ddex_file.cc97 DexFile::DexFile(const uint8_t* base, in DexFile()
/art/test/107-int-math2/src/
DMain.java100 Main base = instance; in superTest() local
/art/imgdiag/
Dimgdiag.cc394 uint8_t* base, in VisitEntries()
728 uint8_t* base, in VisitEntries()
/art/dexlayout/
Ddexlayout.cc1241 const char* base = type_descriptor + 1; in DumpMethod() local

1234