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.h240 bool result_is_object() const { return result_is_object_; } in result_is_object() function
249 inline constexpr Instruction(Op opcode, size_t method_id, bool result_is_object, in Instruction()