Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 36) sorted by relevance

12

/art/libartbase/base/
Dcasts.h79 inline Dest bit_cast(const Source& source) { in bit_cast()
91 constexpr Dest dchecked_integral_cast(Source source) { in dchecked_integral_cast()
136 inline Dest reinterpret_cast64(Source source) { in reinterpret_cast64()
159 inline Dest reinterpret_cast32(Source source) { in reinterpret_cast32()
Dmem_map_test.cc171 MemMap source = MemMap::MapAnonymous("MapAnonymous-atomic-replace-source", in TEST_F() local
208 MemMap source = MemMap::MapAnonymous("MapAnonymous-atomic-replace-source", in TEST_F() local
248 MemMap source = MemMap::MapAnonymous("MapAnonymous-atomic-replace-source", in TEST_F() local
289 MemMap source = MemMap::MapAnonymous("MapAnonymous-atomic-replace-source", in TEST_F() local
Dbit_vector.cc400 uint32_t* source = GetRawData().GetRawStorage() + ((other * num_columns_) / BitVector::kWordBits); in UnionRows() local
Dmem_map.cc428 bool MemMap::ReplaceWith(MemMap* source, /*out*/std::string* error) { in ReplaceWith()
/art/compiler/optimizing/
Dregister_allocation_resolver.cc129 Location source = current->ToLocation(); in Resolve() local
192 Location source = input->GetLiveInterval()->GetLocationAt( in Resolve() local
241 Location source = current->ToLocation(); in UpdateSafepointLiveRegisters() local
322 Location source = current->ToLocation(); in ConnectSiblings() local
429 LiveInterval* source = interval->GetSiblingAt(source_position); in ConnectSplitSiblings() local
509 Location source, in AddMove()
526 Location source, in AddInputMoveFor()
557 Location source, in InsertParallelMoveAt()
629 Location source, in InsertParallelMoveAtExitOf()
659 Location source, in InsertParallelMoveAtEntryOf()
[all …]
Dparallel_move_resolver.cc108 Location source = move->GetSource(); in UpdateSourceOf() local
220 Location source = move->GetSource(); in PerformMove() local
330 Location source = move->GetSource(); in EmitNativeCode() local
448 Location source = move->GetSource(); in PerformMove() local
523 void ParallelMoveResolverNoSwap::AddPendingMove(Location source, in AddPendingMove()
Dcode_generator_vector_arm64_sve.cc1294 Location source) { in LoadSIMDRegFromStack()
1299 Location source) { in MoveSIMDRegToSIMDReg()
1304 Location source) { in MoveToSIMDStackSlot()
Dcode_generator_vector_arm64_neon.cc1559 Location source) { in LoadSIMDRegFromStack()
1565 Location source) { in MoveSIMDRegToSIMDReg()
1571 Location source) { in MoveToSIMDStackSlot()
/art/test/2256-checker-vector-replacement/src/
DMain.java50 int[] source = new int[12]; in $noinline$testVectorAndNonVector() local
/art/test/2257-checker-constant-folding-before-codegen/src/
DMain.java43 int[] source = new int[ARRAY_SIZE]; in $noinline$testRemoveAbsAndReturnConstant() local
/art/tools/veridex/
Dflow_analysis.h52 RegisterValue(RegisterSource source, DexFileReference reference, const VeriClass* type) in RegisterValue()
55 RegisterValue(RegisterSource source, in RegisterValue()
Dhidden_api.h55 void AddSignatureSource(const std::string &signature, SignatureSource source) { in AddSignatureSource()
/art/test/082-inline-execute/src/junit/framework/
DComparisonCompactor.java39 private String compactString(String source) { in compactString()
/art/test/021-string2/src/junit/framework/
DComparisonCompactor.java39 private String compactString(String source) { in compactString()
/art/runtime/verifier/
Dverifier_deps.cc192 ObjPtr<mirror::Class> source) { in AddAssignability()
246 const RegType& source) { in AddAssignability()
316 ObjPtr<mirror::Class> source) { in MaybeRecordAssignability()
326 const RegType& source) { in MaybeRecordAssignability()
711 MutableHandle<mirror::Class> source(hs.NewHandle<mirror::Class>(nullptr)); in VerifyAssignability() local
/art/runtime/
Dimage.cc182 bool LZ4_decompress_safe_checked(const char* source, in LZ4_decompress_safe_checked()
256 static ArrayRef<const uint8_t> MaybeCompressData(ArrayRef<const uint8_t> source, in MaybeCompressData()
Dreflective_value_visitor.h128 explicit ReflectiveHandleScopeSourceInfo(BaseReflectiveHandleScope* source) in ReflectiveHandleScopeSourceInfo()
Dvdex_file.cc489 MutableHandle<mirror::Class> source(hs.NewHandle<mirror::Class>(nullptr)); in ComputeClassStatus() local
/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc56 static std::pair<std::string, std::string> Split(const std::string& source, char delim) { in Split()
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc354 void ArmVIXLAssembler::StoreSToOffset(vixl32::SRegister source, in StoreSToOffset()
360 void ArmVIXLAssembler::StoreDToOffset(vixl32::DRegister source, in StoreDToOffset()
/art/openjdkjvmti/
Dart_jvmti.h229 const unsigned char* source, in CopyDataIntoJvmtiBuffer()
Dti_redefine.cc2651 art::ObjPtr<art::mirror::Object> source, in CopyField()
2684 art::ObjPtr<art::mirror::Object> source, in CopyFields()
2747 art::ObjPtr<art::mirror::Object> source, in CopyAndClearFields()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc138 WRegister source, in StoreWToOffset()
156 void Arm64JNIMacroAssembler::StoreToOffset(XRegister source, XRegister base, int32_t offset) { in StoreToOffset()
161 void Arm64JNIMacroAssembler::StoreSToOffset(SRegister source, XRegister base, int32_t offset) { in StoreSToOffset()
165 void Arm64JNIMacroAssembler::StoreDToOffset(DRegister source, XRegister base, int32_t offset) { in StoreDToOffset()
/art/libprofile/profile/
Dprofile_compilation_info.cc1445 /*out*/ std::unique_ptr<ProfileSource>* source, in OpenSource()
1544 ProfileSource& source, in ReadSectionData()
1569 ProfileSource& source, in ReadDexFilesSection()
1636 ProfileSource& source, in ReadExtraDescriptorsSection()
1687 ProfileSource& source, in ReadClassesSection()
1723 ProfileSource& source, in ReadMethodsSection()
1767 std::unique_ptr<ProfileSource> source; in LoadInternal() local
/art/runtime/mirror/
Ddex_cache-inl.h270 auto source = array->GetPair(i); in VisitDexCachePairs() local

12