Home
last modified time | relevance | path

Searched refs:result_is_object (Results 1 – 2 of 2) 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() argument
309 result_is_object_{result_is_object},
Ddex_builder.cc522 Encode11x(instruction.result_is_object() ? ::dex::Opcode::OP_MOVE_RESULT_OBJECT in EncodeInvoke()