Home
last modified time | relevance | path

Searched refs:move (Results 201 – 225 of 266) sorted by relevance

1234567891011

/art/runtime/
Druntime.cc752 if (!instance_->Init(std::move(runtime_options))) { in Create()
765 Create(std::move(runtime_options)); in Create()
1191 Opt runtime_options(std::move(runtime_options_in)); in Init()
1596 class_linker_->AddExtraBootDexFiles(self, std::move(extra_boot_class_path)); in Init()
1614 if (!class_linker_->InitWithoutImage(std::move(boot_class_path), &error_msg)) { in Init()
1761 agents_.push_back(std::move(agent)); in Init()
1815 plugins_.push_back(std::move(new_plugin)); in EnsurePluginLoaded()
1863 agents_.push_back(std::move(agent)); in AttachAgent()
2920 thread_pool = std::move(thread_pool_); in DeleteThreadPool()
Dvdex_file.h179 explicit VdexFile(MemMap&& mmap) : mmap_(std::move(mmap)) {} in VdexFile()
Doat_file.cc751 external_dex_files_.push_back(std::move(dex_file)); in Setup()
1359 dlopen_mmaps_.push_back(std::move(mmap)); in PreSetup()
1519 if (!oat_file->Setup(dex_files, std::move(vdex_file))) { in Open()
1717 return OatFileBackedByVdex::Open(dex_files, std::move(vdex_file), location); in OpenFromVdex()
1919 OatDexFile::OatDexFile(TypeLookupTable&& lookup_table) : lookup_table_(std::move(lookup_table)) { in OatDexFile()
Dclass_table.cc286 classes_.insert(classes_.begin(), std::move(set)); in AddClassSet()
Delf_file.cc421 map_ = std::move(map); in SetMap()
1176 segments_.push_back(std::move(local_reservation)); in Load()
1247 segments_.push_back(std::move(segment)); in Load()
1271 segments_.push_back(std::move(segment)); in Load()
Dindirect_reference_table.cc234 table_mem_map_ = std::move(new_map); in Resize()
Dintern_table.h220 : set_(std::move(set)), is_boot_image_(is_boot_image) {} in InternalTable()
/art/runtime/gc/space/
Dmemory_tool_malloc_space-inl.h277 : S(std::move(mem_map), initial_size, params...) { in MemoryToolMallocSpace()
Dimage_space.cc86 std::move(mem_map), in ImageSpace()
91 live_bitmap_(std::move(live_bitmap)), in ImageSpace()
958 std::move(image_bitmap_map), in Init()
971 std::move(map), in Init()
972 std::move(bitmap), in Init()
1226 pool->AddTask(self, new FunctionTask(std::move(function))); in LoadImageFile()
2093 chunks_.push_back(std::move(chunk)); in ReadHeader()
2281 chunks_.push_back(std::move(chunk)); in CompileExtension()
2662 *extra_reservation = std::move(local_extra_reservation); in LoadImage()
3245 space->oat_file_ = std::move(oat_file); in OpenOatFile()
[all …]
/art/libartbase/base/unix_file/
Dfd_file.cc192 file_path_(std::move(other.file_path_)), in FdFile()
214 file_path_ = std::move(other.file_path_); in operator =()
/art/test/ti-agent/
Dsuspend_event_helper.cc354 std::move(interesting_names)); in SetupTestData()
372 env, meth, loc, target_klass, field, setup_meth, pop_offset, std::move(empty)); in SetupTestData()
398 data = SetupTestData(env, nullptr, 0, nullptr, nullptr, nullptr, 0, std::move(names)); in Java_art_SuspendEvents_setupSuspendClassEvent()
/art/tools/jvmti-agents/titrace/
Dtitrace.cc73 new (this) TiMemory(std::move(other)); in operator =()
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali194 move-result v0
291 move-result v1
/art/dexlayout/
Ddex_ir_builder.cc668 std::move(flags)); in AddHiddenapiClassDataFromMapListSection()
934 CodeFixups* fixups = new CodeFixups(std::move(type_ids), in DedupeOrCreateCodeItem()
935 std::move(string_ids), in DedupeOrCreateCodeItem()
936 std::move(method_ids), in DedupeOrCreateCodeItem()
937 std::move(field_ids)); in DedupeOrCreateCodeItem()
/art/compiler/optimizing/
Dgraph_visualizer.cc345 MoveOperands* move = instruction->MoveOperandsAt(i); in VisitParallelMove() local
347 DumpLocation(str, move->GetSource()); in VisitParallelMove()
349 DumpLocation(str, move->GetDestination()); in VisitParallelMove()
Dscheduler.h334 nodes_map_.insert(std::make_pair(instr, std::move(node)));
/art/test/1940-ddms-ext/
Dddm_ext.cc144 callbacks.emplace_back(std::move(data->callbacks_received.front())); in Java_art_Test1940_publishListen()
/art/test/510-checker-try-catch/smali/
DBuilder.smali1265 move-result p0
1298 move-result-object p0
1308 # Test case for ReturnVoid inside a try block. Builder needs to move it outside
1322 # Test case for Return inside a try block. Builder needs to move it outside the
1375 move-result v0
1381 move-exception v0
/art/openjdkjvmti/
Dtransform.cc343 definitions.push_back(std::move(def)); in RetransformClasses()
/art/libprofile/profile/
Dprofile_compilation_info.h772 return new ProfileSource(/*fd*/ -1, std::move(mem_map)); in Create()
792 : fd_(fd), mem_map_(std::move(mem_map)), mem_map_cur_(0) {} in ProfileSource()
/art/libartbase/base/
Dmem_map.cc292 it = debugStrMap.insert(std::make_pair(std::move(debug_friendly_name), 1)).first; in SetDebugName()
815 gMaps->insert(std::move(node)); in ReleaseReservedMemory()
1290 gMaps->insert(std::move(node)); in AlignBy()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc134 patcher_.relative_patcher_ = std::move(mock); in MultiOatRelativePatcherTest()
/art/runtime/gc/
Dheap.cc540 non_moving_space_ = space::DlMallocSpace::CreateFromMemMap(std::move(non_moving_space_mem_map), in Heap()
560 kRegionSpaceName, std::move(region_space_mem_map), use_generational_cc_); in Heap()
567 std::move(main_mem_map_1)); in Heap()
571 std::move(main_mem_map_2)); in Heap()
576 CreateMainMallocSpace(std::move(main_mem_map_1), initial_size, growth_limit_, capacity_); in Heap()
585 main_space_backup_.reset(CreateMallocSpaceFromMemMap(std::move(main_mem_map_2), in Heap()
793 malloc_space = space::RosAllocSpace::CreateFromMemMap(std::move(mem_map), in CreateMallocSpaceFromMemMap()
802 malloc_space = space::DlMallocSpace::CreateFromMemMap(std::move(mem_map), in CreateMallocSpaceFromMemMap()
841 main_space_ = CreateMallocSpaceFromMemMap(std::move(mem_map), in CreateMainMallocSpace()
2370 CreateMainMallocSpace(std::move(mem_map), in PreZygoteFork()
/art/compiler/debug/
Delf_debug_writer.cc80 compilation_units.push_back(std::move(it.second)); in WriteDebugInfo()
/art/runtime/native/
Ddalvik_system_DexFile.cc288 dex_mem_maps.push_back(std::move(dex_data)); in DexFile_openInMemoryDexFilesNative()
296 Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat(std::move(dex_mem_maps), in DexFile_openInMemoryDexFilesNative()

1234567891011