Searched refs:boxed_closure_object (Results 1 – 2 of 2) sorted by relevance
166 mirror::Object* boxed_closure_object = object; in UnboxLambda() local169 if (UNLIKELY(!boxed_closure_object->InstanceOf(GetBoxedClosureClass()))) { in UnboxLambda()170 ThrowClassCastException(GetBoxedClosureClass(), boxed_closure_object->GetClass()); in UnboxLambda()180 down_cast<BoxedClosurePointerType>(boxed_closure_object); in UnboxLambda()
955 mirror::Object* boxed_closure_object = shadow_frame.GetVRegReference(vreg_source_object); in SHARED_REQUIRES() local956 if (UNLIKELY(boxed_closure_object == nullptr)) { in SHARED_REQUIRES()963 if (!Runtime::Current()->GetLambdaBoxTable()->UnboxLambda(boxed_closure_object, in SHARED_REQUIRES()