/third_party/skia/src/sksl/ |
D | SkSLLexer.h | 130 struct Checkpoint { struct 135 Checkpoint getCheckpoint() const { return {fOffset, fLine}; } in getCheckpoint() argument 137 void rewindToCheckpoint(Checkpoint checkpoint) { in rewindToCheckpoint()
|
D | SkSLDSLParser.h | 265 class Checkpoint { 267 Checkpoint(DSLParser* p) : fParser(p) { in Checkpoint() function 276 ~Checkpoint() { in ~Checkpoint() 327 SkSL::Lexer::Checkpoint fLexerCheckpoint;
|
D | SkSLDSLParser.cpp | 538 Checkpoint checkpoint(this); in varDeclarationsOrExpressionStatement()
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/ |
D | sigstore_rekor.js | 3 …LogEntry = exports.InclusionPromise = exports.InclusionProof = exports.Checkpoint = exports.KindVe… 26 exports.Checkpoint = { 46 … checkpoint: isSet(object.checkpoint) ? exports.Checkpoint.fromJSON(object.checkpoint) : undefined, 62 … (obj.checkpoint = message.checkpoint ? exports.Checkpoint.toJSON(message.checkpoint) : undefined);
|
/third_party/node/deps/v8/src/compiler/ |
D | graph-assembler.cc | 391 Node* GraphAssembler::Checkpoint(FrameState frame_state) { in Checkpoint() function in v8::internal::compiler::GraphAssembler 392 return AddNode(graph()->NewNode(common()->Checkpoint(), frame_state, effect(), in Checkpoint()
|
D | common-operator.h | 532 const Operator* Checkpoint(); in NON_EXPORTED_BASE()
|
D | bytecode-graph-builder.cc | 567 Node* Checkpoint(BytecodeOffset bytecode_offset, 988 Node* BytecodeGraphBuilder::Environment::Checkpoint( in Checkpoint() function in v8::internal::compiler::BytecodeGraphBuilder::Environment 1170 Node* node = NewNode(common()->Checkpoint()); in PrepareEagerCheckpoint() 1180 Node* frame_state_before = environment()->Checkpoint( in PrepareEagerCheckpoint() 1211 environment()->Checkpoint(bailout_id, combine, liveness); in PrepareFrameState()
|
D | js-call-reducer.cc | 1388 Checkpoint(ForEachLoopEagerFrameState(frame_state_params, k)); in ReduceArrayPrototypeForEach() 1530 Checkpoint(ReducePreLoopEagerFrameState(frame_state_params, receiver, in ReduceArrayPrototypeReduce() 1555 Checkpoint(ReduceLoopEagerFrameState(frame_state_params, receiver, in ReduceArrayPrototypeReduce() 1675 Checkpoint(MapLoopEagerFrameState(frame_state_params, k)); in ReduceArrayPrototypeMap() 1811 Checkpoint(FilterLoopEagerFrameState(frame_state_params, k, a_length)); in ReduceArrayPrototypeFilter() 1826 Checkpoint(FilterLoopEagerPostCallbackFrameState(frame_state_params, k, in ReduceArrayPrototypeFilter() 1938 Checkpoint(FindLoopEagerFrameState(frame_state_params, k, variant)); in ReduceArrayPrototypeFind() 2039 Checkpoint(EverySomeLoopEagerFrameState(frame_state_params, k, variant)); in ReduceArrayPrototypeEverySome()
|
D | opcodes.h | 56 V(Checkpoint) \
|
D | graph-assembler.h | 306 Node* Checkpoint(FrameState frame_state);
|
D | common-operator.cc | 455 V(Checkpoint, Operator::kKontrol, 0, 1, 1, 0, 1, 0) \
|
D | js-native-context-specialization.cc | 1511 common()->Checkpoint(), eager_deopt_frame_state, effect, control); in ReduceJSGetIterator() 1745 graph()->NewNode(common()->Checkpoint(), frame_state, effect, control); in ReduceElementAccess()
|
/third_party/protobuf/docs/ |
D | options.md | 88 1. CRIU (Checkpoint Restore In Userspace)
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_group_vote.txt | 427 - Checkpoint updating some issues for spec review (not done yet).
|
D | ARB_program_interface_query.txt | 1984 - Checkpoint with various edits/cleanups. Add an introduction; clean up
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_group_vote.txt | 413 - Checkpoint updating some issues for spec review (not done yet).
|
D | ARB_program_interface_query.txt | 1964 - Checkpoint with various edits/cleanups. Add an introduction; clean up
|
/third_party/python/Doc/library/ |
D | imaplib.rst | 241 Checkpoint mailbox on server.
|