/external/v8/src/heap/ |
D | stress-marking-observer.cc | 14 void StressMarkingObserver::Step(int bytes_allocated, Address soon_object, in Step() function in v8::internal::StressMarkingObserver
|
D | incremental-marking-job.cc | 32 void IncrementalMarkingJob::Task::Step(Heap* heap) { in Step() function in v8::internal::IncrementalMarkingJob::Task
|
D | stress-scavenge-observer.cc | 29 void StressScavengeObserver::Step(int bytes_allocated, Address soon_object, in Step() function in v8::internal::StressScavengeObserver
|
D | memory-reducer.cc | 140 MemoryReducer::State MemoryReducer::Step(const State& state, in Step() function in v8::internal::MemoryReducer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 422 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() 535 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local 669 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local 675 auto IsUnsupportedPredicate = [](const SCEV *Step, ICmpInst::Predicate Pred) { in parseLoopLatchICmp()
|
/external/perfetto/src/traced/probes/filesystem/ |
D | file_scanner.cc | 105 void FileScanner::Step() { in Step() function in perfetto::FileScanner
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | step_fn.py | 25 class Step(object): class
|
/external/webrtc/webrtc/base/ |
D | task.cc | 69 void Task::Step() { in Step() function in rtc::Task
|
/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/v8/src/wasm/ |
D | wasm-interpreter.h | 121 State Step() { return Run(1); } in Step() function
|
/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/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | Condition.java | 16 public interface Step<I, O> { interface in Condition
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 198 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon1b6fdac40111::ForExprAST 202 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 391 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 188 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anona9d9756c0111::ForExprAST 192 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 377 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 207 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon1e55e66d0111::ForExprAST 211 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 410 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 218 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon8fec4bc50111::ForExprAST 222 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 278 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local 1059 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local 1073 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local 1197 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local 1286 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local 2043 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local 2193 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 291 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local 1114 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local 1128 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local 1257 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local 1345 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local 2159 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local 2321 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
|
/external/tensorflow/tensorflow/core/lib/db/ |
D | sqlite.cc | 177 Status SqliteStatement::Step(bool* is_done) { in Step() function in tensorflow::SqliteStatement
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 211 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon074ec86f0111::ForExprAST 215 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 427 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 214 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonbdf6bacf0111::ForExprAST 218 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 430 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon481d0f270111::ForExprAST 225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 214 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon497a49ce0111::ForExprAST 218 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 430 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 214 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon92d2576e0111::ForExprAST 218 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() 430 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|