Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 25 of 43) sorted by relevance

12

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc118 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/
Doat_file_assistant_test.cc278 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 …]
Doat_file_test.cc34 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()
Ddex2oat_environment_test.h151 static void Copy(const std::string& src, const std::string& dst) { in Copy() function
/art/runtime/gc/space/
Dimage_space_test.cc233 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/
Dti_properties.cc148 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/
Db_23300986.smali8 move-object v1, v2 # Copy parameter into v1, establishing an alias.
17 move-object v1, v2 # Copy parameter into v1, establishing an alias.
Db_22331663.smali31 # which creates a conflict. Copy the conflict, and then return. This should not make the
/art/tools/
Dstream-trace-converter.py63 def Copy(input, output, length): function
100 Copy(input, body, 8)
112 Copy(input, body, offsetToData)
153 Copy(input, body, self._mRecordSize - 2)
DAndroid.bp51 // Copy the art shell script to the host and target's bin directory
/art/libartbase/base/
Dscoped_arena_allocator.cc75 PeakStats()->Copy(*CurrentStats()); in UpdatePeakStatsAndRestore()
77 CurrentStats()->Copy(restore_stats); in UpdatePeakStatsAndRestore()
Dbit_vector.cc60 Copy(&src); in BitVector()
294 void BitVector::Copy(const BitVector *src) { in Copy() function in art::BitVector
Darena_allocator.h123 void Copy(const ArenaAllocatorStatsImpl& other ATTRIBUTE_UNUSED) {} in Copy() function
139 void Copy(const ArenaAllocatorStatsImpl& other);
Darena_allocator.cc108 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy() function in art::ArenaAllocatorStatsImpl
/art/dex2oat/
Ddex2oat_test.cc224 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/
Ddedupe_set_test.cc46 const std::vector<uint8_t>* Copy(const ArrayRef<const uint8_t>& src) { in Copy() function in art::DedupeSetTestAlloc
/art/libartbase/base/unix_file/
Dfd_file.h114 bool Copy(FdFile* input_file, int64_t offset, int64_t size);
Dfd_file_test.cc161 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/
Djni_macro_assembler_x86_64.h145 void Copy(FrameOffset dest, FrameOffset src, size_t size);
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h147 void Copy(FrameOffset dest, FrameOffset src, size_t size);
/art/compiler/utils/x86/
Djni_macro_assembler_x86.h144 void Copy(FrameOffset dest, FrameOffset src, size_t size);
/art/runtime/gc/collector/
Dconcurrent_copying-inl.h165 to_ref = Copy(self, from_ref, holder, offset); in Mark()
/art/tools/jvmti-agents/titrace/
DREADME.md42 Copy the agent into an app-accessible directory, and make the file owned by the app.
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h169 void Copy(FrameOffset dest, FrameOffset src, size_t size);
/art/dex2oat/driver/
Dcompiled_method_storage.cc95 const LengthPrefixedArray<T>* Copy(const ArrayRef<const T>& array) { in Copy() function in art::CompiledMethodStorage::LengthPrefixedArrayAlloc

12