Home
last modified time | relevance | path

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

12345

/external/v8/src/heap/
Dstress-marking-observer.cc15 void StressMarkingObserver::Step(int bytes_allocated, Address soon_object, in Step() function in v8::internal::StressMarkingObserver
Dstress-scavenge-observer.cc29 void StressScavengeObserver::Step(int bytes_allocated, Address soon_object, in Step() function in v8::internal::StressScavengeObserver
Dincremental-marking-job.cc83 StepResult IncrementalMarkingJob::Task::Step(Heap* heap) { in Step() function in v8::internal::IncrementalMarkingJob::Task
Dmemory-reducer.cc142 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/tensorflow/tensorflow/python/distribute/
Dstep_fn.py25 class Step(object): class
/external/perfetto/src/traced/probes/filesystem/
Dfile_scanner.cc106 void FileScanner::Step() { in Step() function in perfetto::FileScanner
/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/autotest/client/cros/cellular/pseudomodem/
Dstate_machine.py150 def Step(self): member in StateMachine
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_latency_info.proto28 enum Step { enum
/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/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp188 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon2397a3ae0111::ForExprAST
192 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
377 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp198 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon6d9d59460111::ForExprAST
202 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
391 std::unique_ptr<ExprAST> Step; in ParseForExpr() 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/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/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp207 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon981414af0111::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 __anone219ca470111::ForExprAST
222 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_search.h249 void CTCBeamSearchDecoder<T, CTCBeamState, CTCBeamComparer>::Step( in Step() function
/external/tensorflow/tensorflow/core/lib/db/
Dsqlite.cc177 Status SqliteStatement::Step(bool* is_done) { in Step() function in tensorflow::SqliteStatement
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp214 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon8465a24f0111::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/BuildingAJIT/Chapter4/
Dtoy.cpp215 std::unique_ptr<ExprAST> Start, End, Step, Body; member in ForExprAST
219 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
418 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp226 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon56963b480111::ForExprAST
230 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
447 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonc56baee70111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local

12345