Home
last modified time | relevance | path

Searched refs:set (Results 126 – 150 of 223) sorted by relevance

123456789

/art/test/800-smali/smali/
Db_22411633_2.smali36 # rules set any reference merged with Object to Object. This is wrong in the case of the
/art/test/testrunner/
Denv.py95 EXTRA_DISABLED_TESTS = set(_env.get("ART_TEST_RUN_TEST_SKIP", "").split())
/art/runtime/
Doat_file_manager.h158 std::set<std::unique_ptr<const OatFile>> oat_files_ GUARDED_BY(Locks::oat_file_manager_lock_);
Dclass_table.h252 void AddClassSet(ClassSet&& set)
277 const ClassSet& set) const
Dhandle_scope_test.cc87 std::set<StackReference<mirror::Object>*> visited;
Dtrace.h271 void GetVisitedMethods(size_t end_offset, std::set<ArtMethod*>* visited_methods)
273 void DumpMethodList(std::ostream& os, const std::set<ArtMethod*>& visited_methods)
/art/tools/dexfuzz/
DREADME16 In typical operation, you provide DexFuzz with a set of DEX files that are the "seeds"
75 - ANDROID_DATA must be set, pointing to a location where dex2oat will place
100 (use --short-timeouts to set all backends to 2 seconds.)
/art/test/712-varhandle-invocations/src/
DVarHandleBadCoordinateTests.java136 vh.set(values, Integer.valueOf(3), Long.MIN_VALUE); in doTest()
137 vh.set(values, Byte.valueOf((byte) 0), Long.MIN_VALUE); in doTest()
139 vh.set(values, 3.3f, Long.MAX_VALUE); in doTest()
288 vh.set(bytes, i, 380); in doTest()
635 vh.set(buffer, i, 380); in doTest()
/art/test/716-jli-jit-samples/src-art/
DMain.java116 widgetIdVarHandle.set(w, i); in testVarHandleCounters()
/art/test/952-invoke-custom/src/
DTestInvokeCustomWithConcurrentThreads.java80 targetted[getThreadIndex()].set(index); in setCalled()
/art/runtime/interpreter/mterp/arm/
Darithmetic.S30 $preinstr @ optional op; may set condition codes
63 $preinstr @ optional op; may set condition codes
168 $preinstr @ optional op; may set condition codes
203 $preinstr @ optional op; may set condition codes
223 $preinstr @ optional op; may set condition codes
248 $preinstr @ optional op; may set condition codes
271 $preinstr @ optional op; may set condition codes
291 $preinstr @ optional op; may set condition codes
/art/build/
DAndroid.bp68 // Base set of cflags used by all things ART.
261 // therefore set a stem. Without it, the file would be installed as
281 // therefore set a stem. Without it, the file would be installed as
/art/runtime/gc/accounting/
Dmod_union_table.h55 typedef std::set<uint8_t*, std::less<uint8_t*>,
/art/libprofile/profile/
Dprofile_compilation_info.h487 /*out*/std::set<dex::TypeIndex>* class_set,
488 /*out*/std::set<uint16_t>* hot_method_set,
489 /*out*/std::set<uint16_t>* startup_method_set,
490 /*out*/std::set<uint16_t>* post_startup_method_method_set,
/art/test/955-methodhandles-smali/smali/
DMain.smali78 # set v0 to Integer.TYPE aka. int.class
95 # set v0 to java.lang.Object.class
101 # set v1 to the name of the method ("valueOf") and v2 to java.lang.String.class;
119 # set v0 to Long.TYPE aka. long.class
122 # set v1 to the name of the method ("valueOf") and v2 to java.lang.String.class;
/art/dt_fd_forward/
DREADME.md26 _eventfd_ (write\_lock\_fd\_). The eventfd should not have any flags set. Prior
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DTryBlockShifter.java202 tryBlock.handlers.set(mutation.shiftingHandlerIdx, newInsn); in applyMutation()
/art/dexlayout/
Ddexlayout.h77 std::set<std::string> class_filter_;
/art/test/593-checker-shift-and-simplifier/smali/
DSmaliTests.smali18 # A very particular set of operations that caused a double removal by the
/art/tools/jvmti-agents/field-null-percent/
DREADME.md4 instances with that field set to null. This can be useful for determining what
/art/runtime/base/
Dtiming_logger.h73 std::set<Histogram<uint64_t>*, HistogramComparator> histograms_ GUARDED_BY(GetLock());
/art/tools/signal_dumper/
Dsignal_dumper.cc331 std::set<pid_t> PtraceSiblings(pid_t pid) { in PtraceSiblings()
332 std::set<pid_t> ret; in PtraceSiblings()
578 std::set<pid_t> tids = ptrace::PtraceSiblings(forked_pid); in DumpProcess()
/art/tools/hiddenapi/
Dhiddenapi.cc122 std::set<std::string_view> GetInterfaceDescriptors() const { in GetInterfaceDescriptors()
123 std::set<std::string_view> list; in GetInterfaceDescriptors()
149 static std::string JoinStringSet(const std::set<std::string_view>& s) { in JoinStringSet()
1037 std::map<std::string, std::set<std::string_view>> boot_members; in ListApi()
1040 std::set<std::string> unresolved; in ListApi()
/art/test/2029-contended-monitors/src/
DMain.java207 runAll(new RepeatedIncrementer(), () -> { atomicCounter.set(0); }, new CheckAtomicCounter()); in run()
/art/tools/luci/config/
Dcr-buildbucket.cfg36 # We have a limited set of runners, so put the expiration time close to

123456789