Searched refs:instrumentation_key (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dinstrumentation_test.cc477 constexpr const char* instrumentation_key = "DeoptimizeDirectMethod"; local
478 UndeoptimizeMethod(soa.Self(), method_to_deoptimize, instrumentation_key, true);
490 constexpr const char* instrumentation_key = "FullDeoptimization"; local
491 DeoptimizeEverything(soa.Self(), instrumentation_key, true);
496 UndeoptimizeEverything(soa.Self(), instrumentation_key, true);
526 constexpr const char* instrumentation_key = "MixedDeoptimization"; local
527 DeoptimizeEverything(soa.Self(), instrumentation_key, false);
534 UndeoptimizeEverything(soa.Self(), instrumentation_key, false);
541 UndeoptimizeMethod(soa.Self(), method_to_deoptimize, instrumentation_key, true);
554 constexpr const char* instrumentation_key local
573 constexpr const char* instrumentation_key = "MethodTracing"; local
[all...]

Completed in 3 milliseconds