/art/test/800-smali/smali/ |
D | b_22411633_3.smali | 14 # Branch forward. 26 # merge is only from forward branches. If the conflict isn't used (as here), this should
|
D | b_22411633_1.smali | 14 # Branch forward. 20 # Another branch forward.
|
D | b_22411633_2.smali | 14 # Branch forward.
|
/art/cmdline/ |
D | cmdline_parse_result.h | 55 return CmdlineParseResult(std::forward<T>(value)); in Success() 128 : CmdlineResult(kSuccess), value_(std::forward<T>(value)), has_value_(true) {} in CmdlineParseResult()
|
D | token_range.h | 78 : token_list_(new TokenList(std::forward<TokenList>(token_list))), in TokenRange()
|
/art/libdexfile/dex/ |
D | code_item_accessors-inl.h | 212 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/ |
D | lock_count_data.h | 62 visitor(/* inout */ &obj, std::forward<Args>(args)...); in VisitMonitors()
|
/art/libelffile/elf/ |
D | elf_debug_reader.h | 138 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/ |
D | cmdline_parse_argument_detail.h | 361 : 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/ |
D | dex_use.proto | 26 // This proto is persisted on disk and both forward and backward compatibility are considerations.
|
D | pre_reboot_stats.proto | 23 // This proto is persisted on disk and forward and backward compatibility are considerations.
|
/art/test/1949-short-dex-file/ |
D | info.txt | 25 alphabet (package xyz, method foo). If it is further forward than the other method-ids then the
|
/art/openjdkjvmti/ |
D | jvmti_allocator.h | 140 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
|
/art/test/593-checker-shift-and-simplifier/smali/ |
D | SmaliTests.smali | 19 # ARM64 simplifier doing "forward" removals (b/27851582).
|
/art/dex2oat/utils/ |
D | swap_space.h | 202 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
|
/art/libartbase/base/ |
D | arena_containers.h | 212 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
|
D | scoped_arena_containers.h | 202 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
|
D | safe_map.h | 179 return map_.emplace(std::forward<Args>(args)...); in emplace()
|
D | dchecked_vector.h | 187 Base::emplace(position, std::forward(args...)); in emplace()
|
D | variant_map.h | 376 operator=(std::forward<VariantMap>(other)); in VariantMap()
|
D | hash_set.h | 534 data_[index] = std::forward<U>(element); in InsertWithHash() 557 data_[index] = std::forward<U>(element); in PutWithHash()
|
/art/compiler/utils/riscv64/ |
D | assembler_riscv64_test.cc | 1555 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/ |
D | memcmp16_x86.S | 848 # since it does just single forward pass, but the code below is only
|
/art/runtime/gc/space/ |
D | image_space.cc | 1196 const Forward& forward) in FixupObjectVisitor() argument 1197 : visited_(visited), forward_(forward) {} in FixupObjectVisitor()
|
/art/runtime/gc/collector/ |
D | mark_compact.cc | 644 linear_alloc_spaces_data_.emplace_back(std::forward<MemMap>(shadow), in AddLinearAllocSpaceData() 645 std::forward<MemMap>(page_status_map), in AddLinearAllocSpaceData()
|