Home
last modified time | relevance | path

Searched refs:kContinue (Results 1 - 25 of 52) sorted by relevance

123

/third_party/node/deps/v8/src/compiler/
H A Dnode-observer.h60 kContinue, member in v8::internal::compiler::NodeObserver::Observation
71 return Observation::kContinue; in OnNodeCreated()
76 return Observation::kContinue; in OnNodeChanged()
H A Dnode-observer.cc25 if (observation == NodeObserver::Observation::kContinue) { in StartObserving()
51 DCHECK_EQ(result, NodeObserver::Observation::kContinue); in OnNodeChanged()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dconstruct.cc44 the_kind == kContinue ? this in Construct()
54 (the_kind == kLoop || the_kind == kContinue || in Construct()
H A Dconstruct.h82 kContinue, enumerator
169 case Construct::kContinue: in ToString()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dconstruct.cpp47 case ConstructType::kContinue: in ValidateConstructSize()
84 if (type() != ConstructType::kContinue || other->entry_block() != header) { in blocks()
161 } else if (type() == ConstructType::kContinue) { in IsStructuredExit()
H A Dconstruct.h42 kContinue, member in spvtools::val::ConstructType
148 /// kContinue and kLoop constructs will always have corresponding
H A Dfunction.cpp83 AddConstruct({ConstructType::kContinue, &continue_target_block}); in RegisterLoopMerge()
325 entry_block_to_construct_[std::make_pair(bb, ConstructType::kContinue)];
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dconstruct.cpp47 case ConstructType::kContinue: in ValidateConstructSize()
84 if (type() != ConstructType::kContinue || other->entry_block() != header) { in blocks()
161 } else if (type() == ConstructType::kContinue) { in IsStructuredExit()
H A Dconstruct.h42 kContinue, member in spvtools::val::ConstructType
148 /// kContinue and kLoop constructs will always have corresponding
H A Dfunction.cpp83 AddConstruct({ConstructType::kContinue, &continue_target_block}); in RegisterLoopMerge()
325 entry_block_to_construct_[std::make_pair(bb, ConstructType::kContinue)];
/third_party/spirv-tools/source/val/
H A Dconstruct.cpp46 case ConstructType::kContinue: in ValidateConstructSize()
75 const bool is_continue = type() == ConstructType::kContinue; in blocks()
145 } else if (type() == ConstructType::kContinue) { in IsStructuredExit()
H A Dconstruct.h42 kContinue, member in spvtools::val::ConstructType
148 /// kContinue and kLoop constructs will always have corresponding
/third_party/skia/third_party/externals/tint/src/sem/
H A Dbehavior.h29 kContinue, member in tint::sem::Behavior
H A Dbehavior.cc28 case Behavior::kContinue: in operator <<()
/third_party/skia/src/sksl/ir/
H A DSkSLContinueStatement.h21 inline static constexpr Kind kStatementKind = Kind::kContinue;
/third_party/node/test/addons/heap-profiler/
H A Dbinding.cc12 WriteResult WriteAsciiChunk(char*, int) override { return kContinue; } in Test()
/third_party/skia/src/sksl/analysis/
H A DSkSLSwitchCaseContainsExit.cpp30 case Statement::Kind::kContinue:
H A DSkSLCanExitWithoutReturningValue.cpp39 case Statement::Kind::kContinue:
/third_party/skia/include/private/
H A DSkSLStatement.h24 kContinue, enumerator
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_strided_matrix.cc61 enum GatherResult { kContinue, kStop }; enumerator
139 return GatherResult::kContinue; in Run()
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc45 return kContinue;
95 return kContinue;
143 return kContinue;
/third_party/skia/src/sksl/transform/
H A DSkSLEliminateUnreachableCode.cpp55 case Statement::Kind::kContinue: in EliminateUnreachableCode()
/third_party/node/src/
H A Dheap_utils.cc252 return kContinue;
301 return kContinue;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h183 enum WriteResult { kContinue = 0, kAbort = 1 }; enumerator
697 kContinue = 0, enumerator
/third_party/node/deps/v8/include/
H A Dv8-profiler.h184 kContinue = 0, enumerator
694 kContinue = 0, enumerator

Completed in 13 milliseconds

123