Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dbox_table.cc166 mirror::Object* boxed_closure_object = object; in UnboxLambda() local
169 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()
/art/runtime/interpreter/
Dinterpreter_common.h955 mirror::Object* boxed_closure_object = shadow_frame.GetVRegReference(vreg_source_object); in SHARED_REQUIRES() local
956 if (UNLIKELY(boxed_closure_object == nullptr)) { in SHARED_REQUIRES()
963 if (!Runtime::Current()->GetLambdaBoxTable()->UnboxLambda(boxed_closure_object, in SHARED_REQUIRES()