Home
last modified time | relevance | path

Searched defs:Step (Results 1 – 25 of 124) sorted by relevance

12345

/external/v8/src/heap/
Dstress-marking-observer.cc14 void StressMarkingObserver::Step(int bytes_allocated, Address soon_object, in Step() function in v8::internal::StressMarkingObserver
Dincremental-marking-job.cc32 void IncrementalMarkingJob::Task::Step(Heap* heap) { in Step() function in v8::internal::IncrementalMarkingJob::Task
Dstress-scavenge-observer.cc29 void StressScavengeObserver::Step(int bytes_allocated, Address soon_object, in Step() function in v8::internal::StressScavengeObserver
Dmemory-reducer.cc140 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/
DLoopPredication.cpp422 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/
Dfile_scanner.cc105 void FileScanner::Step() { in Step() function in perfetto::FileScanner
/external/tensorflow/tensorflow/contrib/distribute/python/
Dstep_fn.py25 class Step(object): class
/external/webrtc/webrtc/base/
Dtask.cc69 void Task::Step() { in Step() function in rtc::Task
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventMod.java54 public static final byte Step = 10; field in EventMod.ModKind
/external/v8/src/wasm/
Dwasm-interpreter.h121 State Step() { return Run(1); } in Step() function
/external/autotest/client/cros/cellular/pseudomodem/
Dstate_machine.py150 def Step(self): member in StateMachine
/external/dng_sdk/source/
Ddng_resample.h144 uint32 Step () const in Step() function
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java16 public interface Step<I, O> { interface in Condition
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp198 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/
Dtoy.cpp188 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/
Dtoy.cpp207 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/
Dtoy.cpp218 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/
DScalarEvolutionExpander.cpp278 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/
DScalarEvolutionExpander.cpp291 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/
Dsqlite.cc177 Status SqliteStatement::Step(bool* is_done) { in Step() function in tensorflow::SqliteStatement
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp211 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/
Dtoy.cpp214 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/
Dtoy.cpp221 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/
Dtoy.cpp214 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/
Dtoy.cpp214 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

12345