Home
last modified time | relevance | path

Searched refs:instructions_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/startop/view_compiler/
Ddex_builder.cc356 instructions_.push_back(instruction); in AddInstruction()
378 for (const auto& instruction : instructions_) { in EncodeInstructions()
Ddex_builder.h481 std::vector<Instruction> instructions_; variable