Searched refs:closure_lo (Results 1 – 1 of 1) sorted by relevance
184 uint32_t closure_lo = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(&lambda_closure)); in WriteLambdaClosureIntoVRegs() local190 DCHECK_NE(closure_lo | closure_hi, 0u); in WriteLambdaClosureIntoVRegs()192 shadow_frame.SetVReg(vreg, closure_lo); in WriteLambdaClosureIntoVRegs()