Home
last modified time | relevance | path

Searched defs:isWhile (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/tools/jfuzz/
H A Djfuzz.cc832 bool isWhile = random1(2) == 1; in emitDoLoop() local
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.h500 bool isWhile() const { return std::holds_alternative<WhileStep>(mStep); } in isWhile() function