Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/platform/
H A Delapsed-timer.h83 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 Dcounters-scopes.h151 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 Druntime-call-stats.h80 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 Druntime-call-stats.cc128 Resume(now); in Snapshot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h98 Resume, enumerator
156 return cast<PointerType>(FrameTy->getElementType(SwitchFieldIndex::Resume)); in getSwitchResumePointerType()
H A DCoroElide.cpp94 static Type *getFrameType(Function *Resume) { in getFrameType() argument
95 auto *ArgType = Resume->arg_begin()->getType(); in getFrameType()
H A DCoroEarly.cpp94 static_assert(coro::Shape::SwitchFieldIndex::Resume == 0, in lowerCoroDone()
H A DCoroSplit.cpp305 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 DThread.h34 DWORD Resume() { return ::ResumeThread(thread); } in Resume() function in NWindows::MY_UNCOPYABLE
/third_party/node/deps/v8/src/heap/
H A Dallocation-observer.h85 void Resume() { in Resume() function in v8::internal::final
H A Dspaces.cc235 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 DInstruction.h201 case Instruction::Resume: in isExceptionalTerminator()
H A DInstructions.h4162 /// 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 DInstruction.cpp300 case Resume: return "resume"; in getOpcodeName()
H A DInstructions.cpp898 : 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 Dinspect_repl.js77 cont, c Resume execution
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp874 INSTKEYWORD(resume, Resume); in LexIdentifier()
/third_party/openSLES/api/1.1/
H A DOpenSLES.h451 SLresult (*Resume) ( member
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h406 SLresult (*Resume) ( member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1587 case Resume: return 0; in InstructionOpcodeToISD()
/third_party/openSLES/api/1.0/
H A DOpenSLES.h405 SLresult (*Resume) ( member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp874 (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 DValueTracking.cpp4131 case Instruction::Resume: in isSafeToSpeculativelyExecute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2786 case Instruction::Resume: in writeInstruction()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 93 milliseconds