Home | History | Annotate | Download | only in interpreter

Lines Matching defs:instrumentation

124 // mterp. Access checks and instrumentation other than jit profiling are not supported, but does
198 // TODO: Remove the InvokeVirtualOrInterface instrumentation, as it was only used by the JIT.
200 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
201 if (UNLIKELY(instrumentation->HasInvokeVirtualOrInterfaceListeners())) {
202 instrumentation->InvokeVirtualOrInterface(
287 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
288 // TODO: Remove the InvokeVirtualOrInterface instrumentation, as it was only used by the JIT.
289 if (UNLIKELY(instrumentation->HasInvokeVirtualOrInterfaceListeners())) {
290 instrumentation->InvokeVirtualOrInterface(
496 // We execute any instrumentation events triggered by throwing and/or handing the pending exception
500 // This function accepts a null Instrumentation* as a way to cause instrumentation events not to be
505 const instrumentation::Instrumentation* instrumentation)