Searched refs:behavior (Results 1 – 19 of 19) sorted by relevance
1 This test relies on the correct behavior of instance-of to test check-cast behavior,
1 Test basic jvmti Suspend/ResumeThread behavior
1 Tests jvmti behavior of GetThreadLocalStorage with multiple threads.
2 loading behavior.
1 Test JVMTI behavior when throwing exceptions during the Exception catch Event.
2 behavior on an overridden native method.
2 shift behavior in the type lookup table code.
1 Regression test for the verifier, where we need to keep the behavior of
1 Test behavior when an instance field is overlapped (through separate
2 behavior.
5 matching RI behavior. See b/65049545.
1 Checker test for testing the behavior of deoptimization generated by
6 exceptions and incorrect behavior as we might try to use a private or a
9 This exercises the various failure modes to ensure that behavior is
22 not change the actual behavior, but only affects the service name, the log tag,
23 called. This behavior is static. The no-log methods have no branches and just
41 After the execution of a run-test, the check step's default behavior68 verifying the behavior of the ART compiler when compiling the corresponding Dex
111 Warning: The sections below describe the default behavior in each scenario. Note
2404 int behavior = minor_fault_initialized_ ? MADV_REMOVE : MADV_DONTNEED; in FreeFromSpacePages() local2405 CHECK_EQ(madvise(addr + from_space_slide_diff_, size, behavior), 0) in FreeFromSpacePages()