Searched refs:tuple (Results 1 – 16 of 16) sorted by relevance
/art/test/utils/python/testgen/ |
D | utils.py | 75 yield tuple([1] + prev) 78 yield tuple(prev)
|
/art/test/964-default-iface-init-gen/util-src/ |
D | generate_java.py | 277 return TestInterface(tuple(map(lambda a: a.clone(), self.ifaces)), self.default) 353 return tuple(a.clone() for a in l) 356 SUBTREES = [set(tuple(l) for l in subtree_sizes(i)) 373 yield TestClass(tuple([selected] + list(ns))) 380 yield TestInterface(tuple(), False) 381 yield TestInterface(tuple(), True)
|
/art/test/970-iface-super-resolution-gen/util-src/ |
D | generate_smali.py | 553 SUBTREES = [set(tuple(sorted(l)) for l in subtree_sizes(i)) for i in range(MAX_IFACE_DEPTH + 1)] 572 yield TestInterface(tuple(), False) 573 yield TestInterface(tuple(), True) 583 yield TestInterface(tuple([selected] + list(supers)), True) 584 yield TestInterface(tuple([selected] + list(supers)), False)
|
/art/libdexfile/dex/ |
D | dex_file_tracking_registrar.h | 69 std::deque<std::tuple<const void *, size_t, bool>> range_values_;
|
D | dex_file_tracking_registrar.cc | 144 const std::tuple<const void*, size_t, bool>& current_range = range_values_.front(); in SetCurrentRanges()
|
/art/test/968-default-partial-compile-gen/util-src/ |
D | generate_smali.py | 547 SUBTREES = [set(tuple(sorted(l)) for l in subtree_sizes(i)) 564 yield TestInterface(tuple(), iftype) 570 yield TestInterface(tuple(), InterfaceType.default)
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 353 static inline void EncodeTuple(std::vector<uint8_t>* out, const std::tuple<T1, T2>& t) { in EncodeTuple() 359 static inline bool DecodeTuple(const uint8_t** in, const uint8_t* end, std::tuple<T1, T2>* t) { in DecodeTuple() 370 static inline void EncodeTuple(std::vector<uint8_t>* out, const std::tuple<T1, T2, T3>& t) { in EncodeTuple() 377 static inline bool DecodeTuple(const uint8_t** in, const uint8_t* end, std::tuple<T1, T2, T3>* t) { in DecodeTuple() 452 T tuple; in DecodeSetVector() local 453 if (UNLIKELY(!DecodeTuple(cursor, end, &tuple))) { in DecodeSetVector() 457 set.emplace(tuple); in DecodeSetVector()
|
D | verifier_deps.h | 147 using TypeAssignabilityBase = std::tuple<dex::StringIndex, dex::StringIndex>;
|
/art/runtime/gc/collector/ |
D | immune_spaces.cc | 43 using Interval = std::tuple</*start*/uintptr_t, /*end*/uintptr_t, /*is_heap*/bool>; in CreateLargestImmuneRegion()
|
/art/test/971-iface-super/util-src/ |
D | generate_smali.py | 631 SUBTREES = [set(tuple(sorted(l)) for l in subtree_sizes(i)) 652 yield TestInterface(tuple(), iftype)
|
/art/compiler/optimizing/ |
D | optimizing_unit_test.h | 688 std::tuple<std::vector<Target*>...> FindAllInstructions( 692 std::tuple<std::vector<Target*>...> res; 709 std::tuple<Target*...> FindSingleInstructions( 713 std::tuple<Target*...> res;
|
D | register_allocator_graph_color.cc | 1199 ScopedArenaVector<std::tuple<size_t, bool, InterferenceNode*>> range_endpoints( in BuildInterferenceGraph() 1238 [] (const std::tuple<size_t, bool, InterferenceNode*>& lhs, in BuildInterferenceGraph() 1239 const std::tuple<size_t, bool, InterferenceNode*>& rhs) { in BuildInterferenceGraph() 1999 ScopedArenaVector<std::tuple<size_t, bool, LiveInterval*>> interval_endpoints( in ColorSpillSlots() 2016 [] (const std::tuple<size_t, bool, LiveInterval*>& lhs, in ColorSpillSlots() 2017 const std::tuple<size_t, bool, LiveInterval*>& rhs) { in ColorSpillSlots()
|
D | reference_type_propagation_test.cc | 150 using GtestParam = std::tuple<ShuffleOrder, ssize_t, size_t, InitialNullState>;
|
D | load_store_elimination_test.cc | 150 std::tuple<HBasicBlock*, HBasicBlock*, HBasicBlock*, HBasicBlock*> CreateDiamondShapedCFG() { in CreateDiamondShapedCFG() 8735 std::tuple<size_t, HInstruction*, HInstruction*> read_insertions[] = { in TEST_P()
|
/art/test/961-default-iface-resolution-gen/util-src/ |
D | generate_java.py | 302 SUBTREES = [set(tuple(sorted(l)) for l in subtree_sizes(i))
|
/art/openjdkjvmti/ |
D | events-inl.h | 278 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value, in DispatchEvent() 314 std::tuple_element_t<0, std::tuple<Args..., nullptr_t>>>>::value, in DispatchEventOnEnv()
|