Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dbox_table.cc35 static mirror::Class* GetBoxedClosureClass() SHARED_REQUIRES(Locks::mutator_lock_) { in GetBoxedClosureClass() function
169 if (UNLIKELY(!boxed_closure_object->InstanceOf(GetBoxedClosureClass()))) { in UnboxLambda()
170 ThrowClassCastException(GetBoxedClosureClass(), boxed_closure_object->GetClass()); in UnboxLambda()