Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_builder.h292 bool result_is_object() const { return result_is_object_; } in result_is_object() function
305 inline Instruction(Op opcode, size_t index_argument, bool result_is_object, in Instruction()