Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:RootUpdater

376   class RootUpdater : public art::RootVisitor {
378 RootUpdater(const art::mirror::Class* input, art::mirror::Class* output)
413 RootUpdater global_update(input, output);
449 RootUpdater local_update(local->input_, local->output_);