Home
last modified time | relevance | path

Searched refs:once (Results 1 – 19 of 19) sorted by relevance

/art/test/1904-double-suspend/
Dinfo.txt1 Test jvmti suspending a thread more than once.
/art/test/926-multi-obsolescence/
Dinfo.txt1 Tests that we can redefine multiple classes at once using the RedefineClasses
/art/test/674-hiddenapi/
Dinfo.txt4 Note that the first is compiled twice - once with and once without hidden access
/art/test/626-const-class-linking/
Dinfo.txt1 Test that once a const-class instruction is linked, it will keep referring
/art/test/1954-pop-frame-jit/
Dinfo.txt7 multiple breakpoints be set at once.
/art/test/1955-pop-frame-jit-called/
Dinfo.txt7 multiple breakpoints be set at once.
/art/test/1956-pop-frame-jit-calling/
Dinfo.txt7 multiple breakpoints be set at once.
/art/test/1953-pop-frame/
Dinfo.txt7 multiple breakpoints be set at once.
/art/test/993-breakpoints/
Dinfo.txt7 multiple breakpoints be set at once.
/art/test/074-gc-thrash/src/
DMain.java205 boolean once = false; in run()
211 once = true; in run()
215 if (!once) { in run()
/art/libnativeloader/
Dlibnativeloader.map.txt17 # TODO(b/122710865): Prune these uses once the runtime APEX is complete.
/art/sigchainlib/
Dsigchain.cc133 static std::once_flag once; in InitializeSignalChain() local
134 std::call_once(once, []() { in InitializeSignalChain()
147 static std::once_flag once; in GetHandlingSignalKey() local
148 std::call_once(once, []() { in GetHandlingSignalKey()
/art/compiler/driver/
Dcompiler_options_map.def23 // These can be used with CompilerOptionsMap.Get/Set/etc, once that template class has been
/art/tools/jvmti-agents/ti-fast/
DREADME.md37 and are sent more than once are supported.
/art/runtime/interpreter/mterp/x86_64ng/
Dother.S6 movl 2(rPC), %eax # grab all 32 bits at once
/art/runtime/interpreter/mterp/x86_64/
Dother.S25 movl 2(rPC), %eax # grab all 32 bits at once
/art/build/apex/
DAndroid.bp41 // TODO(b/124476339): Clean up the following libraries once "required"
163 // TODO(b/124476339): Clean up the following libraries once "required"
/art/runtime/interpreter/mterp/x86/
Dother.S29 movl 2(rPC), %eax # grab all 32 bits at once
/art/cmdline/
DREADME.md136 By default, the argument is assumed to appear exactly once, and if the user specifies it more than
137 once, only the latest value is taken into account (and all previous occurrences of the argument are