Searched defs:mBase (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.h166 uint32_t* mBase; member in class:android::ARMAssembler
H A DArm64Assembler.h246 uint32_t* mBase; member in class:android::ArmToArm64Assembler
H A DCodeCache.h73 uint32_t* mBase; member in class:android::Assembly
H A DMIPSAssembler.h408 uint32_t* mBase; member in class:android::MIPSAssembler
/system/core/libutils/
H A DRefBase.cpp69 RefBase* const mBase; member in class:android::RefBase::weakref_impl
77 , mBase(base)
96 , mBase(base)
143 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
149 // "removeStrongRef: RefBase=%p, id=%p", mBase, id);
160 // mBase, old_id, new_id);
193 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
196 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this);
264 id, mBase, this);
338 refs->mBase
[all...]

Completed in 58 milliseconds