Home
last modified time | relevance | path

Searched refs:change (Results 1 – 12 of 12) sorted by relevance

/art/tools/ahat/etc/
Dahat_api_msg.txt3 Please verify whether this change to the API is intentional and
4 whether it may break any current users of the API. If the API change
/art/test/120-hashcode/
Dinfo.txt1 Check that object hashCode and System.identityHashCode never cause the hash to change.
/art/test/575-checker-string-init-alias/
Dinfo.txt1 Test for the String.<init> change and deoptimization: make
/art/test/305-other-fault-handler/
Dinfo.txt3 Tests that we can use and remove these handlers and they can change mappings.
/art/test/081-hot-exceptions/
Dinfo.txt3 cause a control flow change to deviate from the current method.
/art/test/989-method-trace-throw/
Dinfo.txt15 change the output of this test.
/art/test/988-method-trace/
Dinfo.txt15 change the output of this test.
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md3 wrapagentproperties is a JVMTI agent that lets one change the returned values of
/art/runtime/interpreter/mterp/
DREADME.txt56 If you change any of the source file fragments, you need to rebuild the
78 to altHandlerTable. Note that this change is not immediate. What is actually
/art/dt_fd_forward/
DREADME.md31 This transport implements no optional capabilities, though this may change in
/art/compiler/optimizing/
Doptimizing_compiler.cc328 bool change = false; in RunOptimizations() local
336 change = true; in RunOptimizations()
345 return change; in RunOptimizations()
/art/cmdline/
DREADME.md154 Currently, only `IntoKey` is supported, but that may change in the future.