Searched refs:mBase (Results 1 - 7 of 7) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp106 mBase = (uint32_t*)mspace_malloc(getMspace(), size);
107 LOG_ALWAYS_FATAL_IF(mBase == NULL,
115 mspace_free(getMspace(), mBase);
132 if (!mBase) return NO_MEMORY;
138 return mBase;
143 mBase = (uint32_t*)mspace_realloc(getMspace(), mBase, newSize);
144 LOG_ALWAYS_FATAL_IF(mBase == NULL,
H A DCodeCache.h73 uint32_t* mBase; member in class:android::Assembly
H A DARMAssembler.cpp49 mBase = mPC = (uint32_t *)assembly->base();
67 return mBase;
72 mBase = mPC = (uint32_t *)mAssembly->base();
H A DARMAssembler.h166 uint32_t* mBase; member in class:android::ARMAssembler
H A DMIPSAssembler.cpp1255 mBase = mPC = (uint32_t *)assembly->base();
1271 return mBase;
1276 mBase = mPC = (uint32_t *)mAssembly->base();
H A DMIPSAssembler.h408 uint32_t* mBase; member in class:android::MIPSAssembler
/system/core/libutils/
H A DRefBase.cpp65 RefBase* const mBase; member in class:android::RefBase::weakref_impl
73 , mBase(base)
92 , mBase(base)
139 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
145 // "removeStrongRef: RefBase=%p, id=%p", mBase, id);
156 // mBase, old_id, new_id);
189 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
192 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this);
260 id, mBase, this);
334 refs->mBase
[all...]

Completed in 77 milliseconds