Home | History | Annotate | Download | only in runtime

Lines Matching defs:InstrumentationTest

147 class InstrumentationTest : public CommonRuntimeTest {
394 TEST_F(InstrumentationTest, NoInstrumentation) {
418 TEST_F(InstrumentationTest, MethodEntryEvent) {
422 TEST_F(InstrumentationTest, MethodExitEvent) {
426 TEST_F(InstrumentationTest, MethodUnwindEvent) {
430 TEST_F(InstrumentationTest, DexPcMovedEvent) {
434 TEST_F(InstrumentationTest, FieldReadEvent) {
438 TEST_F(InstrumentationTest, FieldWriteEvent) {
442 TEST_F(InstrumentationTest, ExceptionCaughtEvent) {
446 TEST_F(InstrumentationTest, BranchEvent) {
450 TEST_F(InstrumentationTest, InvokeVirtualOrInterfaceEvent) {
454 TEST_F(InstrumentationTest, DeoptimizeDirectMethod) {
484 TEST_F(InstrumentationTest, FullDeoptimization) {
501 TEST_F(InstrumentationTest, MixedDeoptimization) {
548 TEST_F(InstrumentationTest, MethodTracing_Interpreter) {
567 TEST_F(InstrumentationTest, MethodTracing_InstrumentationEntryExitStubs) {
608 TEST_F(InstrumentationTest, ConfigureStubs_Nothing) {
616 TEST_F(InstrumentationTest, ConfigureStubs_InstrumentationStubs) {
630 TEST_F(InstrumentationTest, ConfigureStubs_Interpreter) {
643 TEST_F(InstrumentationTest, ConfigureStubs_InstrumentationStubsToInterpreter) {
662 TEST_F(InstrumentationTest, ConfigureStubs_InterpreterToInstrumentationStubs) {
681 TEST_F(InstrumentationTest,
707 TEST_F(InstrumentationTest, MultiConfigureStubs_Nothing) {
718 TEST_F(InstrumentationTest, MultiConfigureStubs_InstrumentationStubs) {
744 TEST_F(InstrumentationTest, MultiConfigureStubs_Interpreter) {
766 TEST_F(InstrumentationTest, MultiConfigureStubs_InstrumentationStubsThenInterpreter) {
789 TEST_F(InstrumentationTest, MultiConfigureStubs_InterpreterThenInstrumentationStubs) {