HomeSort by relevance Sort by last modified time
    Searched refs:IsSafetyCheck (Results 1 - 12 of 12) sorted by null

  /external/v8/src/compiler/
common-operator.h 48 enum class IsSafetyCheck : uint8_t {
55 IsSafetyCheck CombineSafetyChecks(IsSafetyCheck, IsSafetyCheck);
57 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, IsSafetyCheck);
58 inline size_t hash_value(IsSafetyCheck is_safety_check) {
77 IsSafetyCheck is_safety_check;
104 IsSafetyCheck is_safety_check)
113 IsSafetyCheck is_safety_check() const { return is_safety_check_; }
119 IsSafetyCheck is_safety_check_
    [all...]
common-operator.cc 32 std::ostream& operator<<(std::ostream& os, IsSafetyCheck is_safety_check) {
34 case IsSafetyCheck::kCriticalSafetyCheck:
36 case IsSafetyCheck::kSafetyCheck:
38 case IsSafetyCheck::kNoSafetyCheck:
113 IsSafetyCheck IsSafetyCheckOf(const Operator* op) {
121 const Operator* op, IsSafetyCheck safety_check) {
639 template <BranchHint hint, IsSafetyCheck is_safety_check>
649 BranchOperator<BranchHint::k##Hint, IsSafetyCheck::k##IsCheck> \
716 IsSafetyCheck::kNoSafetyCheck)) {}
725 IsSafetyCheck is_safety_check
    [all...]
branch-elimination.cc 67 IsSafetyCheck branch_safety = IsSafetyCheckOf(branch->op());
68 IsSafetyCheck combined_safety =
114 IsSafetyCheck branch_safety = IsSafetyCheckOf(branch->op());
115 IsSafetyCheck combined_safety =
bytecode-graph-builder.h 110 IsSafetyCheck is_safety_check = IsSafetyCheck::kSafetyCheck) {
graph-assembler.h 236 IsSafetyCheck is_safety_check = IsSafetyCheck::kSafetyCheck);
graph-assembler.cc 220 IsSafetyCheck is_safety_check) {
instruction-selector.h 385 bool NeedsPoisoning(IsSafetyCheck safety_check) const;
bytecode-graph-builder.cc     [all...]
raw-machine-assembler.cc 102 common()->Branch(BranchHint::kNone, IsSafetyCheck::kNoSafetyCheck), 1,
instruction-selector.cc     [all...]
js-native-context-specialization.cc     [all...]
effect-control-linearizer.cc     [all...]

Completed in 1730 milliseconds