Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 25 of 28) sorted by relevance

12

/art/test/800-smali/smali/
Db_22411633_3.smali14 # Branch forward.
26 # merge is only from forward branches. If the conflict isn't used (as here), this should
Db_22411633_1.smali14 # Branch forward.
20 # Another branch forward.
Db_22411633_2.smali14 # Branch forward.
/art/cmdline/
Dcmdline_parse_result.h55 return CmdlineParseResult(std::forward<T>(value)); in Success()
128 : CmdlineResult(kSuccess), value_(std::forward<T>(value)), has_value_(true) {} in CmdlineParseResult()
Dtoken_range.h78 : token_list_(new TokenList(std::forward<TokenList>(token_list))), in TokenRange()
/art/libdexfile/dex/
Dcode_item_accessors-inl.h212 std::forward<NewLocalVisitor>(new_local)); in DecodeDebugLocalInfo()
219 DexFile::DecodeDebugInfoParameterNames(&stream, std::forward<Visitor>(visitor)) : in VisitParameterNames()
244 std::forward<Visitor>(visitor)); in DecodeDebugPositionInfo()
/art/runtime/interpreter/
Dlock_count_data.h62 visitor(/* inout */ &obj, std::forward<Args>(args)...); in VisitMonitors()
/art/libelffile/elf/
Delf_debug_reader.h138 gnu_debugdata_reader_->VisitFunctionSymbols(std::forward<VisitSym>(visit_sym)); in VisitFunctionSymbols()
172 gnu_debugdata_reader_->VisitDebugFrame(std::forward<VisitCIE>(visit_cie), in VisitDebugFrame()
173 std::forward<VisitFDE>(visit_fde)); in VisitDebugFrame()
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h361 : argument_info_(std::forward<decltype(argument_info)>(argument_info)), in CmdlineParseArgument()
362 save_argument_(std::forward<decltype(save_argument)>(save_argument)), in CmdlineParseArgument()
363 load_argument_(std::forward<decltype(load_argument)>(load_argument)) { in CmdlineParseArgument()
/art/libartservice/service/proto/
Ddex_use.proto26 // This proto is persisted on disk and both forward and backward compatibility are considerations.
Dpre_reboot_stats.proto23 // This proto is persisted on disk and forward and backward compatibility are considerations.
/art/test/1949-short-dex-file/
Dinfo.txt25 alphabet (package xyz, method foo). If it is further forward than the other method-ids then the
/art/openjdkjvmti/
Djvmti_allocator.h140 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
/art/test/593-checker-shift-and-simplifier/smali/
DSmaliTests.smali19 # ARM64 simplifier doing "forward" removals (b/27851582).
/art/dex2oat/utils/
Dswap_space.h202 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
/art/libartbase/base/
Darena_containers.h212 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
Dscoped_arena_containers.h202 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
Dsafe_map.h179 return map_.emplace(std::forward<Args>(args)...); in emplace()
Ddchecked_vector.h187 Base::emplace(position, std::forward(args...)); in emplace()
Dvariant_map.h376 operator=(std::forward<VariantMap>(other)); in VariantMap()
Dhash_set.h534 data_[index] = std::forward<U>(element); in InsertWithHash()
557 data_[index] = std::forward<U>(element); in PutWithHash()
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc1555 std::forward<Predicate>(pred), in RepeatVRRVmFiltered()
1578 std::forward<Predicate>(pred), in RepeatVVRVmFiltered()
1594 std::forward<Predicate>(pred), in RepeatVRVVmFiltered()
1617 std::forward<Predicate>(pred), in RepeatVVVVmFiltered()
1640 std::forward<Predicate>(pred), in RepeatVVFVmFiltered()
1656 std::forward<Predicate>(pred), in RepeatVFVVmFiltered()
1707 std::forward<Predicate>(pred), in RepeatVVRFiltered()
1722 std::forward<Predicate>(pred), in RepeatVVVFiltered()
1737 std::forward<Predicate>(pred), in RepeatVVFFiltered()
1864 std::forward<Predicate>(pred), in RepeatRVVmFiltered()
[all …]
/art/runtime/arch/x86/
Dmemcmp16_x86.S848 # since it does just single forward pass, but the code below is only
/art/runtime/gc/space/
Dimage_space.cc1196 const Forward& forward) in FixupObjectVisitor() argument
1197 : visited_(visited), forward_(forward) {} in FixupObjectVisitor()
/art/runtime/gc/collector/
Dmark_compact.cc644 linear_alloc_spaces_data_.emplace_back(std::forward<MemMap>(shadow), in AddLinearAllocSpaceData()
645 std::forward<MemMap>(page_status_map), in AddLinearAllocSpaceData()

12