Sampler
that will get run every time an allocation is
performed from Java code.AllocationInstrumenter
.Sampler
.ConstructorCallback
is passed to
instrumentClass(Class, ConstructorCallback)
,
it will get executed
whenever a constructor for type T is invoked.ClassWriter
,
and verifies properties of the class getting written.MethodVisitor
will throw an exception if the method is greater than 64K in length.Copyright © 2009–2016 Google, Inc.. All rights reserved.