Searched refs:IntType (Results 1 – 3 of 3) sorted by relevance
98 this->transact_code = new Variable(types->IntType(), "code"); in StubClass()101 this->transact_flags = new Variable(types->IntType(), "flags"); in StubClass()226 Variable* len = new Variable(types->IntType(), v->name + "_length"); in generate_new_array()279 STATIC | FINAL, new Variable(types->IntType(), transactCodeName)); in generate_method()
451 const Type* IntType() const { return m_int_type; } in IntType() function
233 new MethodCall(parcel, "writeInt", 1, new Cast(m_types->IntType(), v))); in WriteToParcel()