Searched defs:result_is_object (Results 1 – 1 of 1) sorted by relevance
240 bool result_is_object() const { return result_is_object_; } in result_is_object() function249 inline constexpr Instruction(Op opcode, size_t method_id, bool result_is_object, in Instruction()