Home
last modified time | relevance | path

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

123

/external/v8/src/heap/
Dincremental-marking-job.cc33 void IncrementalMarkingJob::Task::Step(Heap* heap) { in Step() function in v8::internal::IncrementalMarkingJob::Task
Dmemory-reducer.cc131 MemoryReducer::State MemoryReducer::Step(const State& state, in Step() function in v8::internal::MemoryReducer
Dincremental-marking.h231 void Step(int bytes_allocated, Address, size_t) override { in Step() function
/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/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 __anon9b9f7d220111::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 __anon101bee230111::ForExprAST
211 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
410 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/v8/src/profiler/
Dsampling-heap-profiler.h172 void Step(int bytes_allocated, Address soon_object, size_t size) override { in Step() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp214 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonc2b91a450111::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/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp211 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonf914d0250111::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/Chapter7/
Dtoy.cpp214 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon84985f240111::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/Chapter1/
Dtoy.cpp214 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anond9c038430111::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/Chapter2/
Dtoy.cpp214 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon4e3ca9440111::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/lib/Transforms/Utils/
DLoopUtils.cpp657 const SCEV *Step) in InductionDescriptor()
780 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp230 std::unique_ptr<ExprAST> Start, End, Step, Body; member in ForExprAST
234 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
433 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp154 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
324 ExprAST *Step = 0; in ParseForExpr() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp172 int Step = From <= To ? 1 : -1; in apply() local
/external/lisa/libs/wlgen/wlgen/
Drta.py672 class Step(Ramp): class
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h320 const SCEV *Step; variable
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp315 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon6d9141260211::ForExprAST
319 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
559 std::unique_ptr<ExprAST> Step; in ParseForExpr() local

123