Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 1 of 1) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.cc627 bootstrap(hs.NewHandle(class_linker->ResolveMethodHandle(method_handle_idx, referrer))); in InvokeBootstrapMethod() local
628 if (bootstrap.IsNull()) { in InvokeBootstrapMethod()
632 Handle<mirror::MethodType> bootstrap_method_type = hs.NewHandle(bootstrap->GetMethodType()); in InvokeBootstrapMethod()
635 DCHECK_EQ(static_cast<size_t>(bootstrap->GetMethodType()->GetPTypes()->GetLength()), it.Size()); in InvokeBootstrapMethod()
636 const size_t num_bootstrap_vregs = bootstrap->GetMethodType()->NumberOfVRegs(); in InvokeBootstrapMethod()
647 Handle<mirror::Class> lookup_class(hs.NewHandle(bootstrap->GetTargetClass())); in InvokeBootstrapMethod()
781 bootstrap, in InvokeBootstrapMethod()