Searched refs:forward (Results 1 – 21 of 21) sorted by relevance
/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/runtime/interpreter/ |
D | lock_count_data.h | 61 visitor(/* inout */ &obj, std::forward<Args>(args)...); in VisitMonitors()
|
/art/cmdline/detail/ |
D | cmdline_parse_argument_detail.h | 308 : argument_info_(std::forward<decltype(argument_info)>(argument_info)), in CmdlineParseArgument() 309 save_argument_(std::forward<decltype(save_argument)>(save_argument)), in CmdlineParseArgument() 310 load_argument_(std::forward<decltype(load_argument)>(load_argument)) { in CmdlineParseArgument()
|
/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/compiler/utils/ |
D | swap_space.h | 201 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
|
/art/libartbase/base/ |
D | arena_containers.h | 208 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
|
D | safe_map.h | 159 return map_.emplace(std::forward<Args>(args)...); in emplace()
|
D | scoped_arena_containers.h | 196 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
|
D | dchecked_vector.h | 187 Base::emplace(position, std::forward(args...)); in emplace()
|
D | variant_map.h | 368 operator=(std::forward<VariantMap>(other)); in VariantMap()
|
D | hash_set.h | 462 data_[index] = std::forward<U>(element); in InsertWithHash()
|
/art/dexlayout/ |
D | dex_ir.h | 243 T* object = new T(std::forward<Args>(args)...); in CreateAndAddItem() 291 T* object = CollectionVector<T>::CreateAndAddItem(std::forward<Args>(args)...); in CreateAndAddIndexedItem()
|
D | dex_ir_builder.cc | 103 T* item = vector.CreateAndAddItem(std::forward<Args>(args)...); in CreateAndAddItem() 218 Type* item = vector.CreateAndAddIndexedItem(index, std::forward<Args>(args)...); in CreateAndAddIndexedItem()
|
/art/runtime/gc/space/ |
D | image_space.cc | 1083 const Forward& forward) in FixupObjectVisitor() argument 1084 : visited_(visited), forward_(forward) {} in FixupObjectVisitor()
|
/art/test/dexdump/ |
D | checkers.txt | 921 …s first, captures are mandatory, men only move and jump forward, and kings move and jump forward a…
|