/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | synchronous_inspection.js | 43 var isPending = PromiseInspection.prototype.isPending = function () { 67 Promise.prototype.isPending = function() { method in Promise 68 return isPending.call(this._target());
|
D | cancel.js | 85 return this.isPending() && !this._isCancelled(); 89 return this.isPending() && !this.isCancelled();
|
D | timers.js | 75 if (ret.isPending()) {
|
D | finally.js | 71 } else if (maybePromise.isPending()) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Instruction.cpp | 190 assert(isPending() && "Unexpected instruction stage found!"); in updatePending() 207 return Use.isPending() || Use.isReady(); in updateDispatched() 223 if (isPending()) in update() 231 if (isDispatched() || isPending()) { in cycleEvent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | Scheduler.cpp | 256 if (IS.isMemOp() && LSU.isPending(IR)) in analyzeDataDependencies() 259 if (IS.isPending()) in analyzeDataDependencies() 314 if (IS.isPending() || (IS.isMemOp() && LSU.isPending(IR))) { in dispatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | LSUnit.h | 92 bool isPending() const { in isPending() function 258 bool isPending(const InstRef &IR) const { in isPending() function 261 return Group.isPending(); in isPending()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 282 bool isPending : 1; ///< True once pending. variable 312 isPending(false), isAvailable(false), isScheduled(false), in SUnit() 323 isPending(false), isAvailable(false), isScheduled(false), in SUnit() 332 hasPhysRegClobbers(false), isPending(false), isAvailable(false), in SUnit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | Instruction.h | 268 bool isPending() const { return !IndependentFromDef && CyclesLeft > 0; } in isPending() function 528 bool isPending() const { return Stage == IS_PENDING; } in isPending() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 431 else if (!PredSU->isPending) { in ReleasePred() 432 PredSU->isPending = true; in ReleasePred() 621 PendingQueue[i]->isPending = false; in ReleasePending() 824 if (!PredSU->isPending) in CapturePred() 916 SU->isPending = true; in UnscheduleNodeBottomUp() 1444 SU->isPending = false; in releaseInterferences() 1477 CurSU->isPending = true; // This SU is not in AvailableQueue right now. in PickNodeToScheduleBottomUp() 1481 assert(CurSU->isPending && "Interferences are pending"); in PickNodeToScheduleBottomUp() 1521 if (!BtSU->isPending) in PickNodeToScheduleBottomUp()
|
D | ScheduleDAGFast.cpp | 554 CurSU->isPending = true; // This SU is not in AvailableQueue right now. in ListScheduleBottomUp() 616 NotReady[i]->isPending = false; in ListScheduleBottomUp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | ExecuteStage.cpp | 208 if (Inst.isPending()) in execute()
|
/third_party/node/deps/npm/node_modules/bluebird/js/browser/ |
D | bluebird.core.js | 364 return this.isPending() && !this._isCancelled(); 368 return this.isPending() && !this.isCancelled(); 1780 } else if (maybePromise.isPending()) { 3282 var isPending = PromiseInspection.prototype.isPending = function () { 3306 Promise.prototype.isPending = function() { 3307 return isPending.call(this._target());
|
D | bluebird.core.min.js | 30 …isPending()&&!this._isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!… 31 …isPending=function(){return 0===(50397184&this._bitField)},s=e.prototype.isResolved=function(){ret…
|
D | bluebird.js | 511 return this.isPending() && !this._isCancelled(); 515 return this.isPending() && !this.isCancelled(); 1973 } else if (maybePromise.isPending()) { 4801 var isPending = PromiseInspection.prototype.isPending = function () { 4825 Promise.prototype.isPending = function() { 4826 return isPending.call(this._target()); 5026 if (ret.isPending()) {
|
D | bluebird.min.js | 29 …isPending()&&!this._isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!… 31 …isPending=function(){return 0===(50397184&this._bitField)},a=e.prototype.isResolved=function(){ret…
|