Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc639 ShadowFrameAllocaUniquePtr bootstrap_frame = in InvokeBootstrapMethod() local
642 self, bootstrap_frame.get(), StackedShadowFrameType::kShadowFrameUnderConstruction); in InvokeBootstrapMethod()
654 bootstrap_frame->SetVRegReference(vreg++, lookup.Ptr()); in InvokeBootstrapMethod()
665 bootstrap_frame->SetVRegReference(vreg++, name.Ptr()); in InvokeBootstrapMethod()
680 bootstrap_frame->SetVRegReference(vreg++, method_type.Get()); in InvokeBootstrapMethod()
692 bootstrap_frame->SetVReg(vreg, jvalue.i); in InvokeBootstrapMethod()
696 bootstrap_frame->SetVRegLong(vreg, jvalue.j); in InvokeBootstrapMethod()
700 bootstrap_frame->SetVRegFloat(vreg, jvalue.f); in InvokeBootstrapMethod()
704 bootstrap_frame->SetVRegDouble(vreg, jvalue.d); in InvokeBootstrapMethod()
715 bootstrap_frame->SetVRegReference(vreg, ref.Ptr()); in InvokeBootstrapMethod()
[all …]