Home
last modified time | relevance | path

Searched refs:move (Results 226 – 250 of 266) sorted by relevance

1234567891011

/art/runtime/gc/space/
Dregion_space.cc99 return new RegionSpace(name, std::move(mem_map), use_generational_cc); in Create()
104 std::move(mem_map), in RegionSpace()
Dimage_space_test.cc367 opened_dex_files.push_back(std::move(df)); in TEST_F()
/art/runtime/jit/
Djit.cc377 pool = std::move(thread_pool_); in DeleteThreadPool()
1220 std::make_unique<art::OatDexFile>(std::move(type_lookup_table))); in CreateThreadPool()
1822 tasks = std::move(tasks_after_boot_); in BootCompleted()
Djit_code_cache.cc249 jit_code_cache->shared_region_ = std::move(region); in Create()
251 jit_code_cache->private_region_ = std::move(region); in Create()
/art/build/
DAndroid.bp35 "performance-noexcept-move-constructor",
/art/libelffile/elf/
Delf_builder.h507 other_sections_.push_back(std::move(s)); in WriteSection()
616 sections_ = std::move(non_debug_sections); in Strip()
/art/runtime/
Dtrace.cc323 Start(std::move(file), buffer_size, flags, output_mode, trace_mode, interval_us); in Start()
341 Start(std::move(file), buffer_size, flags, output_mode, trace_mode, interval_us); in Start()
Dintern_table.cc481 tables_.push_back(std::move(initial_table)); in Table()
Dparsed_options.cc708 *runtime_options = std::move(args); in DoParse()
/art/oatdump/
Doatdump.cc196 method_debug_infos_.push_back(std::move(info)); \ in Symbolize()
780 std::unique_ptr<VdexFile> vdex_file(new VdexFile(std::move(mmap))); in OpenVdexUnquicken()
795 *dex_files = std::move(tmp_dex_files); in OpenVdexUnquicken()
2842 runtime->GetOatFileManager().RegisterOatFile(std::move(oat_file)); in InstallOatFile()
2876 jobject class_loader = InstallOatFile(runtime, std::move(oat_file), &class_path); in DumpOatWithRuntime()
2927 return DumpOatWithRuntime(runtime, std::move(oat_file), options, os); in DumpOat()
3005 InstallOatFile(runtime, std::move(oat_file), &class_path))); in Dump()
/art/libartbase/base/
Dintrusive_forward_list.h157 IntrusiveForwardList tmp(std::move(src));
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc269 result.push_back(std::move(info)); in GenerateThunkDebugInfo()
/art/test/593-checker-boolean-2-integral-conv/smali/
DSmaliTests.smali245 move-result-wide v0
/art/runtime/gc/accounting/
Dmod_union_table.cc454 cleared_cards_ = std::move(new_cleared_cards); in UpdateAndMarkReferences()
/art/libdexfile/dex/
Ddex_file.cc125 container_(std::move(container)), in DexFile()
/art/profman/
Dprofman.cc516 dex_files->emplace_back(std::move(dex_file)); in OpenApkFilesFromLocations()
580 process_fn(std::move(dex_file)); in OpenApkFilesFromLocations()
/art/runtime/verifier/
Dverifier_deps.cc44 dex_deps_.emplace(dex_file, std::move(deps)); in VerifierDeps()
843 verified_classes_per_dex->push_back(std::move(deps.verified_classes_)); in ParseVerifiedClasses()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc148 std::vector<uint8_t> buffer = std::move(buffer_); in ProcessDexFiles()
/art/compiler/debug/
Delf_debug_info_writer.h646 current_namespace_.push_back(std::move(name)); in SetNamespaceForClass()
/art/compiler/jni/quick/
Djni_compiler.cc683 std::move(managed_code), in ArtJniCompileMethodInternal()
/art/adbconnection/
Dadbconnection.cc617 adb_connection_socket_ = std::move(new_fd); in RunPollLoop()
/art/perfetto_hprof/
Dperfetto_hprof.cc363 referred_objects_->emplace_back(std::move(field_name), ref); in operator ()()
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests.smali442 move-result v0
/art/compiler/optimizing/
Dcode_generator_x86.cc1448 HParallelMove move(GetGraph()->GetAllocator()); in MoveLocation() local
1450 move.AddMove(src.ToLow(), dst.ToLow(), DataType::Type::kInt32, nullptr); in MoveLocation()
1451 move.AddMove(src.ToHigh(), dst.ToHigh(), DataType::Type::kInt32, nullptr); in MoveLocation()
1453 move.AddMove(src, dst, dst_type, nullptr); in MoveLocation()
1455 GetMoveResolver()->EmitNativeCode(&move); in MoveLocation()
6450 MoveOperands* move = moves_[index]; in EmitMove() local
6451 Location source = move->GetSource(); in EmitMove()
6452 Location destination = move->GetDestination(); in EmitMove()
6668 MoveOperands* move = moves_[index]; in EmitSwap() local
6669 Location source = move->GetSource(); in EmitSwap()
[all …]
Dcode_generator.cc147 ::new (memory) CodeGenerationData(std::move(allocator), instruction_set)); in Create()
198 : allocator_(std::move(allocator)), in CodeGenerationData()

1234567891011