/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 118 Copy(GetDexSrc1(), dex_location); in TEST_F() 131 Copy(GetDexSrc1(), dex_location); in TEST_F() 145 Copy(GetDexSrc1(), dex_location); in TEST_F() 160 Copy(GetDexSrc1(), dex_location); in TEST_F() 188 Copy(GetDexSrc1(), dex_location); in TEST_F() 202 Copy(GetMultiDexSrc1(), dex_location); in TEST_F() 214 Copy(GetMultiDexSrc1(), dex_location); in TEST_F() 219 Copy(GetMultiDexSrc2(), dex_location); in TEST_F() 232 Copy(GetDexSrc1(), dex_location); in TEST_F() 234 Copy(GetDexSrc2(), dex_location); in TEST_F() [all …]
|
/art/runtime/ |
D | oat_file_assistant_test.cc | 278 Copy(GetMultiDexSrc1(), dex_location); in TEST_P() 312 Copy(GetDexSrc1(), dex_location); in TEST_P() 313 Copy(GetDexSrc2(), context_location); in TEST_P() 342 Copy(GetDexSrc1(), dex_location); in TEST_P() 343 Copy(GetDexSrc2(), context_location); in TEST_P() 376 Copy(GetDexSrc1(), dex_location); in TEST_P() 441 Copy(GetDexSrc1(), dex_location); in TEST_P() 482 Copy(GetDexSrc1(), dex_location); in TEST_P() 530 Copy(GetDexSrc1(), dex_location); in TEST_P() 577 Copy(GetDexSrc1(), dex_location); in TEST_P() [all …]
|
D | oat_file_test.cc | 34 Copy(GetDexSrc1(), dex_location); in TEST_F() 58 Copy(GetTestDexFileName("MultiDexUncompressedAligned"), dex_location); in TEST_F() 81 Copy(GetTestDexFileName("MainUncompressedAligned"), dex_location); in TEST_F()
|
D | dex2oat_environment_test.h | 151 static void Copy(const std::string& src, const std::string& dst) { in Copy() function
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 233 Copy(GetDexSrc1(), dex1); in TEST_F() 234 Copy(GetMultiDexSrc1(), multidex1); in TEST_F() 235 Copy(GetDexSrc2(), dex2); in TEST_F() 272 Copy(GetDexSrc2(), dex1); in TEST_F() 276 Copy(GetDexSrc1(), dex1); in TEST_F() 280 Copy(GetMultiDexSrc2(), multidex1); in TEST_F() 284 Copy(GetMultiDexSrc1(), multidex1); in TEST_F() 288 Copy(GetDexSrc1(), dex2); in TEST_F() 292 Copy(GetDexSrc2(), dex2); in TEST_F() 296 Copy(GetDexSrc1(), multidex1); in TEST_F() [all …]
|
/art/openjdkjvmti/ |
D | ti_properties.cc | 148 static jvmtiError Copy(jvmtiEnv* env, const char* in, char** out) { in Copy() function 167 return Copy(env, prop_assignment.substr(assign_pos + 1).c_str(), value_ptr); in GetLibraryPath() 202 return Copy(env, chars.c_str(), value_ptr); in GetLibraryPath() 217 return Copy(env, DefaultToDot(art::Runtime::Current()->GetClassPathString()), value_ptr); in GetSystemProperty() 222 return Copy(env, kProperties[i][1], value_ptr); in GetSystemProperty()
|
/art/test/800-smali/smali/ |
D | b_23300986.smali | 8 move-object v1, v2 # Copy parameter into v1, establishing an alias. 17 move-object v1, v2 # Copy parameter into v1, establishing an alias.
|
D | b_22331663.smali | 31 # which creates a conflict. Copy the conflict, and then return. This should not make the
|
/art/tools/ |
D | stream-trace-converter.py | 63 def Copy(input, output, length): function 100 Copy(input, body, 8) 112 Copy(input, body, offsetToData) 153 Copy(input, body, self._mRecordSize - 2)
|
D | Android.bp | 51 // Copy the art shell script to the host and target's bin directory
|
/art/libartbase/base/ |
D | scoped_arena_allocator.cc | 75 PeakStats()->Copy(*CurrentStats()); in UpdatePeakStatsAndRestore() 77 CurrentStats()->Copy(restore_stats); in UpdatePeakStatsAndRestore()
|
D | bit_vector.cc | 60 Copy(&src); in BitVector() 294 void BitVector::Copy(const BitVector *src) { in Copy() function in art::BitVector
|
D | arena_allocator.h | 123 void Copy(const ArenaAllocatorStatsImpl& other ATTRIBUTE_UNUSED) {} in Copy() function 139 void Copy(const ArenaAllocatorStatsImpl& other);
|
D | arena_allocator.cc | 108 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy() function in art::ArenaAllocatorStatsImpl
|
/art/dex2oat/ |
D | dex2oat_test.cc | 224 Copy(GetTestDexFileName(), dex_location); 465 Copy(GetDexSrc1(), dex_location); 693 Copy(GetDexSrc2(), dex_location); in RunTest() 745 Copy(GetDexSrc2(), dex_location); in RunTestVDex() 856 Copy(GetDexSrc2(), dex_location); in TEST_F() 885 Copy(GetDexSrc2(), dex_location); in TEST_F() 924 Copy(GetDexSrc1(), dex_location); in TEST_F() 928 Copy(GetDexSrc2(), dex_location); in TEST_F() 978 Copy(GetTestDexFileName(), dex_location); 1020 Copy(GetTestDexFileName(), dex_location); [all …]
|
/art/compiler/utils/ |
D | dedupe_set_test.cc | 46 const std::vector<uint8_t>* Copy(const ArrayRef<const uint8_t>& src) { in Copy() function in art::DedupeSetTestAlloc
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 114 bool Copy(FdFile* input_file, int64_t offset, int64_t size);
|
D | fd_file_test.cc | 161 TEST_F(FdFileTest, Copy) { in TEST_F() argument 177 ASSERT_TRUE(dest.Copy(&src, 0, sizeof(src_data))); in TEST_F()
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.h | 145 void Copy(FrameOffset dest, FrameOffset src, size_t size);
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.h | 147 void Copy(FrameOffset dest, FrameOffset src, size_t size);
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 144 void Copy(FrameOffset dest, FrameOffset src, size_t size);
|
/art/runtime/gc/collector/ |
D | concurrent_copying-inl.h | 165 to_ref = Copy(self, from_ref, holder, offset); in Mark()
|
/art/tools/jvmti-agents/titrace/ |
D | README.md | 42 Copy the agent into an app-accessible directory, and make the file owned by the app.
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.h | 169 void Copy(FrameOffset dest, FrameOffset src, size_t size);
|
/art/dex2oat/driver/ |
D | compiled_method_storage.cc | 95 const LengthPrefixedArray<T>* Copy(const ArrayRef<const T>& array) { in Copy() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc
|