Searched refs:lambda_closure (Results 1 – 3 of 3) sorted by relevance
181 const lambda::Closure& lambda_closure, in WriteLambdaClosureIntoVRegs() argument184 uint32_t closure_lo = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(&lambda_closure)); in WriteLambdaClosureIntoVRegs()185 uint32_t closure_hi = static_cast<uint32_t>(reinterpret_cast<uint64_t>(&lambda_closure) in WriteLambdaClosureIntoVRegs()315 lambda::Closure* const lambda_closure = reinterpret_cast<lambda::Closure*>(vc_value_ptr); in ReadLambdaClosureFromVRegsOrThrow() local316 DCHECK_ALIGNED(lambda_closure, alignof(lambda::Closure)); in ReadLambdaClosureFromVRegsOrThrow()319 if (UNLIKELY(lambda_closure == nullptr)) { in ReadLambdaClosureFromVRegsOrThrow()322 } else if (UNLIKELY(!IsValidLambdaTargetOrThrow(lambda_closure->GetTargetMethod()))) { in ReadLambdaClosureFromVRegsOrThrow()327 return lambda_closure; in ReadLambdaClosureFromVRegsOrThrow()521 const lambda::Closure* lambda_closure = in DoLiberateVariable() local525 if (UNLIKELY(lambda_closure == nullptr)) { in DoLiberateVariable()[all …]
2376 lambda::Closure* lambda_closure = in ExecuteSwitchImpl() local2382 /*inout*/lambda_closure); in ExecuteSwitchImpl()
2467 lambda::Closure* lambda_closure = in ExecuteGotoImpl() local2473 /*inout*/lambda_closure); in ExecuteGotoImpl()