Home
last modified time | relevance | path

Searched refs:OsrGuard (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator.h219 const Operator* OsrGuard(OsrGuardType type); in NON_EXPORTED_BASE()
Dosr.cc292 NodeProperties::ChangeOp(osr_guard, common->OsrGuard(guard_type)); in SetTypeForOsrValue()
Dopcodes.h65 V(OsrGuard) \
Dcommon-operator.cc821 const Operator* CommonOperatorBuilder::OsrGuard(OsrGuardType type) { in OsrGuard() function in v8::internal::compiler::CommonOperatorBuilder
Dbytecode-graph-builder.cc393 const Operator* guard_op = common()->OsrGuard(OsrGuardType::kUninitialized); in PrepareForOsrEntry()
Dast-graph-builder.cc4230 ? builder_->common()->OsrGuard(OsrGuardType::kUninitialized) in PrepareForOsrEntry()
4231 : builder_->common()->OsrGuard(OsrGuardType::kAny); in PrepareForOsrEntry()