Searched refs:GetBoxedClosureClass (Results 1 – 1 of 1) sorted by relevance
35 static mirror::Class* GetBoxedClosureClass() SHARED_REQUIRES(Locks::mutator_lock_) { in GetBoxedClosureClass() function169 if (UNLIKELY(!boxed_closure_object->InstanceOf(GetBoxedClosureClass()))) { in UnboxLambda()170 ThrowClassCastException(GetBoxedClosureClass(), boxed_closure_object->GetClass()); in UnboxLambda()