Home
last modified time | relevance | path

Searched refs:begin (Results 126 – 150 of 269) sorted by relevance

1234567891011

/art/libdexfile/dex/
Dcompact_offset_table.cc69 out_data->insert(out_data->begin(), in Build()
Ddex_file.cc68 uint32_t DexFile::CalculateChecksum(const uint8_t* begin, size_t size) { in CalculateChecksum() argument
70 return ChecksumMemoryRange(begin + non_sum_bytes, size - non_sum_bytes); in CalculateChecksum()
73 uint32_t DexFile::ChecksumMemoryRange(const uint8_t* begin, size_t size) { in ChecksumMemoryRange() argument
74 return adler32(adler32(0L, Z_NULL, 0), begin, size); in ChecksumMemoryRange()
Dcode_item_accessors.h48 ALWAYS_INLINE DexInstructionIterator begin() const;
/art/runtime/gc/space/
Dmalloc_space.cc48 uint8_t* begin, in MallocSpace() argument
57 name, std::move(mem_map), begin, end, limit, kGcRetentionPolicyAlwaysCollect), in MallocSpace()
/art/runtime/
Dfault_handler.cc253 auto it = std::find(generated_code_handlers_.begin(), generated_code_handlers_.end(), handler); in RemoveHandler()
258 auto it2 = std::find(other_handlers_.begin(), other_handlers_.end(), handler); in RemoveHandler()
Dcommon_runtime_test.cc421 argv->insert(argv->end(), compiler_options.begin(), compiler_options.end()); in StartDex2OatCommandLine()
475 argv.insert(argv.end(), compiler_options.begin(), compiler_options.end()); in CompileBootImage()
481 argv.insert(argv.end(), extra_args.begin(), extra_args.end()); in CompileBootImage()
596 EXPECT_TRUE(profile.AddClassesForDex(ref.dex_file, classes.begin(), classes.end())); in GenerateProfile()
Dsignal_catcher.cc58 std::replace(current_cmd_line.begin(), current_cmd_line.end(), '\0', ' '); in DumpCmdLine()
Dclass_table-inl.h141 strong_roots_.erase(std::remove_if(strong_roots_.begin(), strong_roots_.end(), filter), in RemoveStrongRoots()
/art/compiler/utils/
Dassembler.h348 opcodes_.insert(opcodes_.end(), raw_data.begin() + first, raw_data.begin() + last); in AppendRawData()
/art/dex2oat/
Ddex2oat_test.cc101 args.insert(args.end(), extra_args.begin(), extra_args.end());
143 CHECK(std::any_of(extra_args.begin(), in GenerateOdexForTest()
146 CHECK(std::any_of(extra_args.begin(), in GenerateOdexForTest()
233 argv.insert(argv.end(), dex2oat_args.begin(), dex2oat_args.end()); in Dex2Oat()
662 info.AddClassesForDex(dex, classes.begin(), classes.end()); in GenerateProfile()
1383 hot_methods.begin(), in TEST_F()
1388 startup_methods.begin(), in TEST_F()
1393 post_methods.begin(), in TEST_F()
2326 ASSERT_TRUE(instructions.begin() != instructions.end()); in TEST_F()
2327 DexInstructionIterator last_instruction = instructions.begin(); in TEST_F()
[all …]
/art/dexlayout/
Ddex_verify.cc55 auto orig_iter = orig.begin(); in VerifyIds()
56 auto output_iter = output.begin(); in VerifyIds()
196 auto orig_iter = orig.begin(); in VerifyClassDefs()
197 auto output_iter = output.begin(); in VerifyClassDefs()
212 auto orig_set_iter = orig_set.begin(); in VerifyClassDefs()
213 auto output_set_iter = output_set.begin(); in VerifyClassDefs()
/art/libartbase/base/
Dutils.h117 WARN_UNUSED bool FlushCpuCaches(void* begin, void* end);
Dhiddenapi_flags.h224 static bool FromNames(std::vector<std::string>::iterator begin, in FromNames() argument
228 for (std::vector<std::string>::iterator it = begin; it != end; it++) { in FromNames()
/art/runtime/jit/
Dprofile_saver.cc470 indices.begin(), in FetchAndCacheResolvedClassesAndMethods()
486 indices.begin(), in FetchAndCacheResolvedClassesAndMethods()
500 classes.begin(), in FetchAndCacheResolvedClassesAndMethods()
870 std::set<std::string>(code_paths_and_filenames.begin(), code_paths_and_filenames.end())); in AddTrackedLocationsToMap()
872 it->second.insert(code_paths_and_filenames.begin(), code_paths_and_filenames.end()); in AddTrackedLocationsToMap()
/art/runtime/verifier/
Dreg_type_test.cc810 unresolved_types.begin(), in TEST_F()
813 plain_nonobj_classes.begin(), in TEST_F()
816 plain_nonobj_arr_classes.begin(), in TEST_F()
824 all_minus_uninit_conflict.begin(), in TEST_F()
830 all.insert(all.end(), uninitialized_types.begin(), uninitialized_types.end()); in TEST_F()
831 all.insert(all.end(), uninit_unresolved_types.begin(), uninit_unresolved_types.end()); in TEST_F()
832 all.insert(all.end(), all_minus_uninit.begin(), all_minus_uninit.end()); in TEST_F()
1029 expectations.emplace_back(*r1, *r2, **no_in_edge.begin()); in TEST_F()
Dverifier_deps.cc53 std::transform(other.begin(), in BitVectorOr()
55 to_update.begin(), in BitVectorOr()
56 to_update.begin(), in BitVectorOr()
678 EncodeUnsignedLeb128(out, std::count(vector.begin(), vector.end(), sparse_value)); in EncodeUint16SparseBitVector()
695 std::fill(vector->begin(), vector->end(), !sparse_value); in DecodeUint16SparseBitVector()
854 auto lhs_it = dex_deps_.begin(); in Equals()
855 auto rhs_it = rhs.dex_deps_.begin(); in Equals()
894 dex_deps.begin(), in Dump()
/art/compiler/optimizing/
Dnodes.cc1134 auto fixup_end = replacement->env_uses_.empty() ? replacement->env_uses_.begin() in ReplaceInput()
1135 : ++replacement->env_uses_.begin(); in ReplaceInput()
1283 auto fixup_end = other->uses_.empty() ? other->uses_.begin() : ++other->uses_.begin(); in ReplaceWith()
1289 other->env_uses_.empty() ? other->env_uses_.begin() : ++other->env_uses_.begin(); in ReplaceWith()
1299 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in ReplaceUsesDominatedBy()
1321 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in ReplaceEnvUsesDominatedBy()
1341 replacement->uses_.empty() ? replacement->uses_.begin() : ++replacement->uses_.begin(); in ReplaceInput()
1360 inputs_.insert(inputs_.begin() + index, HUserRecord<HInstruction*>(input)); in InsertInputAt()
1371 inputs_.erase(inputs_.begin() + index); in RemoveInputAt()
1403 for (auto it = uses.begin(), end = uses.end(); it != end; ) { in RemoveConstructorFences()
[all …]
Dregister_allocator_graph_color.cc183 auto matching_use_range = FindMatchingUseRange(interval->GetUses().begin(), in ComputeSpillWeight()
263 auto it = std::find(adjacent_nodes_->begin(), adjacent_nodes_->end(), other); in RemoveInterference()
1017 auto matching_use_range = FindMatchingUseRange(interval->GetUses().begin(), in SplitAtRegisterUses()
1237 std::sort(range_endpoints.begin(), range_endpoints.end(), in BuildInterferenceGraph()
1250 for (auto it = range_endpoints.begin(); it != range_endpoints.end(); ++it) { in BuildInterferenceGraph()
1268 DCHECK(std::find(live.begin(), live.end(), node) == live.end()); in BuildInterferenceGraph()
1272 auto live_it = std::find(live.begin(), live.end(), node); in BuildInterferenceGraph()
1426 auto matching_use_range = FindMatchingUseRange(interval->GetUses().begin(), in FindCoalesceOpportunities()
2015 std::sort(interval_endpoints.begin(), interval_endpoints.end(), in ColorSpillSlots()
2023 for (auto it = interval_endpoints.begin(), end = interval_endpoints.end(); it != end; ++it) { in ColorSpillSlots()
/art/imgdiag/
Dimgdiag.cc1327 for (uintptr_t begin = boot_map.start; begin != boot_map.end; begin += kPageSize) { in ComputeDirtyBytes() local
1328 ptrdiff_t offset = begin - boot_map.start; in ComputeDirtyBytes()
1355 for (uintptr_t begin = boot_map.start; begin != boot_map.end; ++begin) { in ComputeDirtyBytes() local
1357 ptrdiff_t offset = begin - boot_map.start; in ComputeDirtyBytes()
1375 size_t remote_virtual_page_idx = begin / kPageSize; in ComputeDirtyBytes()
1425 size_t total_private_dirty_pages = std::accumulate(private_dirty_pages_for_section.begin(), in ComputeDirtyBytes()
/art/runtime/jni/
Djni_env_ext.cc218 locked_objects->begin(), in RemoveMonitors()
235 auto it = std::find(locked_objects_.begin(), locked_objects_.end(), exact_pair); in CheckMonitorRelease()
/art/oatdump/
Doatdump_test.h150 exec_argv.insert(exec_argv.end(), args.begin(), args.end()); in GenerateAppOdexFile()
237 exec_argv.insert(exec_argv.end(), args.begin(), args.end());
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc205 bytes.erase(bytes.begin()); in Dump()
224 for (auto inst = code_item.begin(); inst != code_item.end(); ++inst) { in ProcessCodeItem()
531 ++instruction_freq_[std::vector<uint8_t>(buffer_.begin() + buffer_start, buffer_.end())]; in Add()
592 ++instruction_freq_[std::vector<uint8_t>(buffer_.begin() + buffer_start, buffer_.end())]; in InstNibbles()
/art/dalvikvm/
Ddalvikvm.cc73 std::replace(class_name.begin(), class_name.end(), '.', '/'); in InvokeMain()
/art/compiler/dex/
Dverification_results.cc155 for (auto it = verified_methods_.begin(); it != verified_methods_.end(); ) { in AddDexFile()
/art/libelffile/dwarf/
Dwriter.h128 data_->insert(data_->end(), buffer->begin(), buffer->end()); in PushData()

1234567891011