/third_party/node/deps/v8/src/base/platform/ |
H A D | elapsed-timer.h | 83 void Resume() { Resume(Now()); } in Resume() function in v8::base::final 85 void Resume(TimeTicks now) { in Resume() function in v8::base::final
|
/third_party/node/deps/v8/src/logging/ |
H A D | counters-scopes.h | 151 if (previous_scope_) previous_scope_->Resume(now); in StopInternal() 169 void Resume(base::TimeTicks now) { in Resume() function in v8::internal::NestedTimedHistogramScope 171 timer_.Resume(now); in Resume() 203 previous_scope_->Resume(base::TimeTicks::Now()); in ~PauseNestedTimedHistogramScope()
|
H A D | runtime-call-stats.h | 80 Resume(now); in Start() 95 parent_timer->Resume(now); in Stop() 113 inline void Resume(base::TimeTicks now) { in Resume() function in v8::internal::final
|
H A D | runtime-call-stats.cc | 128 Resume(now); in Snapshot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 98 Resume, enumerator 156 return cast<PointerType>(FrameTy->getElementType(SwitchFieldIndex::Resume)); in getSwitchResumePointerType()
|
H A D | CoroElide.cpp | 94 static Type *getFrameType(Function *Resume) { in getFrameType() argument 95 auto *ArgType = Resume->arg_begin()->getType(); in getFrameType()
|
H A D | CoroEarly.cpp | 94 static_assert(coro::Shape::SwitchFieldIndex::Resume == 0, in lowerCoroDone()
|
H A D | CoroSplit.cpp | 305 coro::Shape::SwitchFieldIndex::Resume, in createResumeEntryBlock() 385 coro::Shape::SwitchFieldIndex::Resume, in handleFinalSuspend() 843 // Store addresses of Resume/Destroy/Cleanup functions in the coroutine frame. 850 Shape.FrameTy, Shape.FramePtr, coro::Shape::SwitchFieldIndex::Resume, in updateCoroFrame() 1084 // If a SuspendIntrin is preceded by Resume or Destroy, we can eliminate the
|
/third_party/lzma/CPP/Windows/ |
H A D | Thread.h | 34 DWORD Resume() { return ::ResumeThread(thread); }
in Resume() function in NWindows::MY_UNCOPYABLE
|
/third_party/node/deps/v8/src/heap/ |
H A D | allocation-observer.h | 85 void Resume() { in Resume() function in v8::internal::final
|
H A D | spaces.cc | 235 void Space::ResumeAllocationObservers() { allocation_counter_.Resume(); } in ResumeAllocationObservers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Instruction.h | 201 case Instruction::Resume: in isExceptionalTerminator()
|
H A D | Instructions.h | 4162 /// Resume the propagation of an exception. 4195 return I->getOpcode() == Instruction::Resume;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instruction.cpp | 300 case Resume: return "resume"; in getOpcodeName()
|
H A D | Instructions.cpp | 898 : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Resume, in ResumeInst() 904 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst() 910 : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume, in ResumeInst()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 77 cont, c Resume execution
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 874 INSTKEYWORD(resume, Resume); in LexIdentifier()
|
/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 451 SLresult (*Resume) ( member
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 406 SLresult (*Resume) ( member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1587 case Resume: return 0; in InstructionOpcodeToISD()
|
/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 405 SLresult (*Resume) ( member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 874 (unsigned)Instruction::CatchSwitch, (unsigned)Instruction::Resume}; 6458 case Instruction::Resume:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4131 case Instruction::Resume: in isSafeToSpeculativelyExecute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2786 case Instruction::Resume: in writeInstruction()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |