Searched refs:boxed_closure_as_array (Results 1 – 1 of 1) sorted by relevance
179 BoxedClosurePointerType boxed_closure_as_array = in UnboxLambda() local182 const int8_t* unaligned_interior_closure = boxed_closure_as_array->GetData(); in UnboxLambda()186 LeakingAllocator::MakeFlexibleInstance<Closure>(self, boxed_closure_as_array->GetLength()); in UnboxLambda()188 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()