Home
last modified time | relevance | path

Searched refs:move (Results 176 – 200 of 266) sorted by relevance

1234567891011

/art/test/575-checker-string-init-alias/smali/
DTestCase.smali56 move-object v1, v0
/art/dex2oat/
Ddex2oat.cc847 new std::vector<MemMap>(std::move(opened_dex_files_maps_)); // Leak MemMaps. in ~Dex2Oat()
1065 oat_unstripped_ = std::move(parser_options->oat_symbols); in ProcessOptions()
1254 char_backing_storage_.push_front(std::move(*map.Get(key))); in AssignIfExists()
1263 char_backing_storage_.push_front(std::move(val)); in AssignIfExists()
1478 oat_files_.push_back(std::move(oat_file)); in OpenFile()
1496 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()
1508 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()
1523 oat_files_.push_back(std::move(oat_file)); in OpenFile()
1564 vdex_files_.push_back(std::move(vdex_file)); in OpenFile()
1618 input_vdex_file_ = std::make_unique<VdexFile>(std::move(input_file)); in OpenFile()
[all …]
/art/libartbase/base/
Dcommon_art_test.cc108 *this = std::move(other); in ScratchFile()
362 return std::move(dex_files[0]); in LoadExpectSingleDexFile()
527 return std::move(dex_files[0]); in OpenDexFile()
Dlogging.cc112 std::move<AbortFunction>(abort_function)); in InitLogging()
Dscoped_arena_allocator.cc119 : DebugStackReference(std::move(other)), in ScopedArenaAllocator()
/art/test/565-checker-doublenegbitwise/smali/
DSmaliTests.smali437 move v2, v0
448 move v2, v1
453 move v0, v1
559 move v2, v0
570 move v2, v1
575 move v0, v1
742 move v2, v0
753 move v2, v1
758 move v0, v1
/art/compiler/jit/
Djit_compiler.cc112 compiler_options_->instruction_set_features_ = std::move(instruction_set_features); in ParseCompilerOptions()
/art/compiler/utils/
Datomic_dex_ref_map-inl.h90 arrays_.Put(dex_file, std::move(ElementArray(NumberOfDexIndices(dex_file)))); in AddDexFile()
Dswap_space.cc132 free_by_size_.insert(std::move(node)); in Alloc()
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h508 return std::move(result); in ParseArgumentSingle()
526 CmdlineResult raw_result = std::move(result); in ParseArgumentSingle()
/art/runtime/
Dcommon_runtime_test.cc230 loaded_dex_files_.push_back(std::move(dex_file)); in LoadMultiDex()
234 loaded_dex_files_.push_back(std::move(dex_file)); in LoadMultiDex()
261 loaded_dex_files_.push_back(std::move(dex_file)); in LoadDexInWellKnownClassLoader()
Dclass_loader_context.cc285 info->shared_libraries.push_back(std::move(shared_library)); in ParseClassLoaderSpec()
391 first = std::move(info); in ParseInternal()
395 previous_iteration->parent = std::move(info); in ParseInternal()
481 info->opened_oat_files.push_back(std::move(oat_file)); in OpenDexFiles()
510 info->original_classpath = std::move(info->classpath); in OpenDexFiles()
715 locations.emplace_back(std::move(location)); in EncodeContextInternal()
Daot_class_linker.cc214 prefixes.push_back(std::move(prefix)); in SetUpdatableBootClassPackages()
Dvdex_file.cc177 std::unique_ptr<VdexFile> vdex(new VdexFile(std::move(mmap))); in OpenAtAddress()
249 dex_files->push_back(std::move(dex)); in OpenAllDexFiles()
Dmodule_exclusion_test.cc101 loaded_dex_files_.push_back(std::move(dex_file)); in LoadModule()
Doat_file_assistant.cc280 out_dex_files->push_back(std::move(dex_file)); in LoadDexFiles()
296 out_dex_files->push_back(std::move(dex_file)); in LoadDexFiles()
936 return std::move(file_); in ReleaseFile()
/art/test/954-invoke-polymorphic-verifier/smali/
DVarHandleHappyAccessors.smali25 move-result-object v0
28 move-object v1, v1
/art/test/442-checker-constant-folding/smali/
DTestCmp.smali408 move v0, v2
412 move v1, v2
419 move v1, v3
423 move v2, v3
/art/runtime/gc/space/
Dlarge_object_space.cc152 large_objects_.Put(obj, LargeObject {std::move(mem_map), false /* not zygote */}); in Alloc()
369 return new FreeListSpace(name, std::move(mem_map), mem_map.Begin(), mem_map.End()); in Create()
377 mem_map_(std::move(mem_map)) { in FreeListSpace()
/art/dex2oat/linker/
Dimage_test.h269 opened_dex_files_maps.push_back(std::move(cur_map)); in DoCompile()
273 opened_dex_files.push_back(std::move(cur_dex_file)); in DoCompile()
/art/dexlayout/
Ddex_ir.h506 void SetLinkData(std::vector<uint8_t>&& link_data) { link_data_ = std::move(link_data); } in SetLinkData()
1017 : type_ids_(std::move(type_ids)), in CodeFixups()
1018 string_ids_(std::move(string_ids)), in CodeFixups()
1019 method_ids_(std::move(method_ids)), in CodeFixups()
1020 field_ids_(std::move(field_ids)) { } in CodeFixups()
1282 : class_def_(class_def), flags_(std::move(flags)) { } in HiddenapiClassData()
/art/runtime/gc/
Dallocation_record.cc245 Put(obj->Ptr(), AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace))); in RecordAllocation()
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali20 # move the constant-folded value to where it's expected.
/art/test/ti-agent/
Dredefinition_helper.cc318 gTransformations[name_str] = std::move(list); in Java_art_Redefinition_addCommonTransformationResult()
320 gTransformations[name_str].push_back(std::move(trans)); in Java_art_Redefinition_addCommonTransformationResult()
/art/test/VerifierDeps/
DMain.smali89 move-object v0, p2
187 move-exception v0
201 move-exception v0

1234567891011