Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 25 of 42) 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/oat/
Doat_file_assistant_test.cc282 Copy(GetMultiDexSrc1(), dex_location); in TEST_P()
316 Copy(GetDexSrc1(), dex_location); in TEST_P()
317 Copy(GetDexSrc2(), context_location); in TEST_P()
346 Copy(GetDexSrc1(), dex_location); in TEST_P()
347 Copy(GetDexSrc2(), context_location); in TEST_P()
380 Copy(GetDexSrc1(), dex_location); in TEST_P()
452 Copy(GetDexSrc1(), dex_location); in TEST_P()
497 Copy(GetDexSrc1(), dex_location); in TEST_P()
549 Copy(GetDexSrc1(), dex_location); in TEST_P()
596 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()
/art/runtime/gc/space/
Dimage_space_test.cc229 Copy(GetDexSrc1(), dex1); in TEST_F()
230 Copy(GetMultiDexSrc1(), multidex1); in TEST_F()
231 Copy(GetDexSrc2(), dex2); in TEST_F()
268 Copy(GetDexSrc2(), dex1); in TEST_F()
272 Copy(GetDexSrc1(), dex1); in TEST_F()
276 Copy(GetMultiDexSrc2(), multidex1); in TEST_F()
280 Copy(GetMultiDexSrc1(), multidex1); in TEST_F()
284 Copy(GetDexSrc1(), dex2); in TEST_F()
288 Copy(GetDexSrc2(), dex2); in TEST_F()
292 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.bp45 // Copy the art shell script to the host and target's bin directory
/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/libartbase/base/
Dscoped_arena_allocator.cc75 PeakStats()->Copy(*CurrentStats()); in UpdatePeakStatsAndRestore()
77 CurrentStats()->Copy(restore_stats); in UpdatePeakStatsAndRestore()
Dbit_vector.cc55 Copy(&src); in BitVector()
289 void BitVector::Copy(const BitVector *src) { in Copy() function in art::BitVector
Darena_allocator.h123 void Copy([[maybe_unused]] const ArenaAllocatorStatsImpl& other) {} in Copy() function
139 void Copy(const ArenaAllocatorStatsImpl& other);
Dbit_vector.h183 void Copy(const BitVector* src);
Darena_allocator.cc108 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy() function in art::ArenaAllocatorStatsImpl
/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_test.cc265 TEST_F(FdFileTest, Copy) { in TEST_F() argument
281 ASSERT_TRUE(dest.Copy(&src, 0, sizeof(src_data))); in TEST_F()
363 EXPECT_TRUE(dest.GetFile()->Copy(src->GetFile(), /*offset=*/0, copy_size)); in TEST_F()
440 EXPECT_TRUE(dest.GetFile()->Copy(src->GetFile(), copy_start_offset, copy_size)); in TEST_F()
518 EXPECT_TRUE(dest_file->Copy(src->GetFile(), /*offset=*/0, copy_size)); in TEST_F()
Dfd_file.h124 bool Copy(FdFile* input_file, int64_t offset, int64_t size);
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.h145 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/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h155 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.h177 void Copy(FrameOffset dest, FrameOffset src, size_t size);
/art/runtime/
Ddex2oat_environment_test.h161 static void Copy(const std::string& src, const std::string& dst) { in Copy() function

12