Method
DexObjectref
Declaration [src]
DexObject*
dex_ref (
DexObject* object
)
Description [src]
Acquires a reference on the given object, and increases its reference count by one.
Return value
Returns: | DexObject |
The object with its reference count increased. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |