/external/v8/src/heap/ |
D | incremental-marking-job.cc | 67 IncrementalMarkingJob::IdleTask::Progress IncrementalMarkingJob::IdleTask::Step( in Step() function in v8::internal::IncrementalMarkingJob::IdleTask 115 void IncrementalMarkingJob::DelayedTask::Step(Heap* heap) { in Step() function in v8::internal::IncrementalMarkingJob::DelayedTask
|
D | memory-reducer.cc | 140 MemoryReducer::State MemoryReducer::Step(const State& state, in Step() function in v8::internal::MemoryReducer
|
D | incremental-marking.h | 224 void Step(int bytes_allocated, Address, size_t) override { in Step() function
|
/external/chromium-trace/catapult/firefighter/update/common/buildbot/ |
D | step.py | 16 class Step(object): class
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | EventMod.java | 54 public static final byte Step = 10; field in EventMod.ModKind
|
/external/webrtc/webrtc/base/ |
D | task.cc | 69 void Task::Step() { in Step() function in rtc::Task
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | state_machine.py | 150 def Step(self): member in StateMachine
|
/external/dng_sdk/source/ |
D | dng_resample.h | 144 uint32 Step () const in Step() function
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 176 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonbe9b5f680111::ForExprAST 180 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 365 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 195 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon3317d0690111::ForExprAST 199 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 398 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 615 ConstantInt *Step) in InductionDescriptor() 679 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 280 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local 1044 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local 1058 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local 1182 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local 1271 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local 2008 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
|
D | ScalarEvolution.cpp | 1150 static const SCEV *getSignedOverflowLimitForStep(const SCEV *Step, in getSignedOverflowLimitForStep() 1170 static const SCEV *getUnsignedOverflowLimitForStep(const SCEV *Step, in getUnsignedOverflowLimitForStep() 1247 const SCEV *Step = AR->getStepRecurrence(*SE); in getPreStartForExtend() local 1361 const SCEV *Step, in proveNoWrapByVaryingStart() 1449 const SCEV *Step = AR->getStepRecurrence(*this); in getZeroExtendExpr() local 1662 const SCEV *Step = AR->getStepRecurrence(*this); in getSignExtendExpr() local 2663 if (const SCEVConstant *Step = in getUDivExpr() local 2826 const SCEV *ScalarEvolution::getAddRecExpr(const SCEV *Start, const SCEV *Step, in getAddRecExpr() 4327 const SCEV *Step = AddRec->getStepRecurrence(*this); in getRange() local 6612 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in HowFarToZero() local [all …]
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 201 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anona794416a0111::ForExprAST 205 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 417 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/ |
D | step.py | 26 class Step(object): class
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 314 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon1c10b26b0211::ForExprAST 318 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 558 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 170 int Step = 1; in apply() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 177 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 373 ExprAST *Step = 0; in ParseForExpr() local
|
D | toy.cpp | 178 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 374 ExprAST *Step = 0; in ParseForExpr() local
|
/external/zlib/src/contrib/ada/ |
D | zlib.adb | 45 Step : Flate_Step_Function; component
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 192 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 388 ExprAST *Step = 0; in ParseForExpr() local
|
/external/regex-re2/re2/ |
D | nfa.cc | 292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { in Step() function in re2::NFA
|
/external/chromium-trace/catapult/experimental/buildbot/ |
D | buildbot.py | 292 class Step(object): class
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1960 Value *Step) { in getStepVector() 2059 const SCEV *Step = AR->getStepRecurrence(*SE); in isConsecutivePtr() local 2613 Value *End, Value *Step, in createInductionVariable() 2699 Constant *Step = ConstantInt::get(TC->getType(), VF * UF); in getOrCreateVectorTripCount() local 2904 Constant *Step = ConstantInt::get(IdxTy, VF * UF); in createEmptyLoop() local 3857 Constant *Step = ConstantInt::getSigned( in vectorizeBlockInLoop() local 5301 const SCEV *Step = AddRec->getStepRecurrence(*SE); in isLikelyComplexAddressComputation() local 5817 Value *InnerLoopUnroller::getStepVector(Value *Val, int StartIdx, Value *Step) { in getStepVector()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 176 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 372 ExprAST *Step = 0; in ParseForExpr() local
|