Home
last modified time | relevance | path

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

/art/test/108-check-cast/
Dinfo.txt1 This test relies on the correct behavior of instance-of to test check-cast behavior,
/art/test/1902-suspend/
Dinfo.txt1 Test basic jvmti Suspend/ResumeThread behavior
/art/test/1909-per-agent-tls/
Dinfo.txt1 Tests jvmti behavior of GetThreadLocalStorage with multiple threads.
/art/test/688-shared-library/
Dinfo.txt2 loading behavior.
/art/test/1929-exception-catch-exception/
Dinfo.txt1 Test JVMTI behavior when throwing exceptions during the Exception catch Event.
/art/test/616-cha-native/
Dinfo.txt2 behavior on an overridden native method.
/art/test/836-32768classes/
Dinfo.txt2 shift behavior in the type lookup table code.
/art/test/819-verification-runtime/
Dinfo.txt1 Regression test for the verifier, where we need to keep the behavior of
/art/test/073-mismatched-field/
Dinfo.txt1 Test behavior when an instance field is overlapped (through separate
/art/test/123-compiler-regressions-mt/
Dinfo.txt2 behavior.
/art/test/1928-exception-event-exception/
Dinfo.txt5 matching RI behavior. See b/65049545.
/art/test/534-checker-bce-deoptimization/
Dinfo.txt1 Checker test for testing the behavior of deoptimization generated by
/art/test/2032-default-method-private-override/
Dinfo.txt6 exceptions and incorrect behavior as we might try to use a private or a
/art/test/064-field-access/
Dinfo.txt9 This exercises the various failure modes to ensure that behavior is
/art/artd/
DREADME.md22 not change the actual behavior, but only affects the service name, the log tag,
/art/tools/jvmti-agents/ti-fast/
DREADME.md23 called. This behavior is static. The no-log methods have no branches and just
/art/test/
DREADME.md41 After the execution of a run-test, the check step's default behavior
68 verifying the behavior of the ART compiler when compiling the corresponding Dex
/art/libartservice/service/
DREADME.md111 Warning: The sections below describe the default behavior in each scenario. Note
/art/runtime/gc/collector/
Dmark_compact.cc2404 int behavior = minor_fault_initialized_ ? MADV_REMOVE : MADV_DONTNEED; in FreeFromSpacePages() local
2405 CHECK_EQ(madvise(addr + from_space_slide_diff_, size, behavior), 0) in FreeFromSpacePages()