Searched refs:OsrGuard (Results 1 – 6 of 6) sorted by relevance
219 const Operator* OsrGuard(OsrGuardType type); in NON_EXPORTED_BASE()
292 NodeProperties::ChangeOp(osr_guard, common->OsrGuard(guard_type)); in SetTypeForOsrValue()
65 V(OsrGuard) \
821 const Operator* CommonOperatorBuilder::OsrGuard(OsrGuardType type) { in OsrGuard() function in v8::internal::compiler::CommonOperatorBuilder
393 const Operator* guard_op = common()->OsrGuard(OsrGuardType::kUninitialized); in PrepareForOsrEntry()
4230 ? builder_->common()->OsrGuard(OsrGuardType::kUninitialized) in PrepareForOsrEntry()4231 : builder_->common()->OsrGuard(OsrGuardType::kAny); in PrepareForOsrEntry()