Searched refs:unboxed_closure (Results 1 – 2 of 2) sorted by relevance
185 Closure* unboxed_closure = in UnboxLambda() local188 memcpy(unboxed_closure, unaligned_interior_closure, boxed_closure_as_array->GetLength()); in UnboxLambda()190 DCHECK_EQ(unboxed_closure->GetSize(), static_cast<size_t>(boxed_closure_as_array->GetLength())); in UnboxLambda()192 *out_closure = unboxed_closure; in UnboxLambda()
961 lambda::Closure* unboxed_closure = nullptr; in SHARED_REQUIRES() local964 /*out*/&unboxed_closure)) { in SHARED_REQUIRES()969 DCHECK(unboxed_closure != nullptr); in SHARED_REQUIRES()970 WriteLambdaClosureIntoVRegs(/*inout*/shadow_frame, *unboxed_closure, vreg_target_closure); in SHARED_REQUIRES()