OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Assembly
(Results
1 - 9
of
9
) sorted by null
/system/core/libpixelflinger/codeflinger/
CodeCache.cpp
39
Assembly
::
Assembly
(size_t size)
48
Assembly
::~
Assembly
()
53
void
Assembly
::incStrong(const void*) const
58
void
Assembly
::decStrong(const void*) const
65
ssize_t
Assembly
::size() const
71
uint32_t*
Assembly
::base() const
76
ssize_t
Assembly
::resize(size_t newSize)
96
sp<
Assembly
> CodeCache::lookup(const AssemblyKeyBase& keyBase) cons
[
all
...]
CodeCache.h
54
class
Assembly
57
Assembly
(size_t size);
58
virtual ~
Assembly
();
84
sp<
Assembly
> lookup(const AssemblyKeyBase& key) const;
87
const sp<
Assembly
>&
assembly
);
93
inline cache_entry_t(const sp<
Assembly
>& a, int64_t w)
95
sp<
Assembly
> entry;
ARMAssembler.h
39
ARMAssembler(const sp<
Assembly
>&
assembly
);
131
sp<
Assembly
> mAssembly;
ARMAssembler.cpp
45
ARMAssembler::ARMAssembler(const sp<
Assembly
>&
assembly
)
47
mAssembly(
assembly
)
49
mBase = mPC = (uint32_t *)
assembly
->base();
/system/core/include/private/pixelflinger/
ggl_context.h
255
class
Assembly
;
527
Assembly
* scanline_as;
/external/quake/quake/src/QW/client/
qwcl.mak
[
all
...]
/system/core/libpixelflinger/
scanline.cpp
154
class ScanlineAssembly : public
Assembly
{
158
:
Assembly
(size), mKey(needs) { }
249
sp<
Assembly
>
assembly
= gCodeCache.lookup(key);
local
250
if (
assembly
== 0) {
251
// create a new
assembly
region
261
// finally, cache this
assembly
265
LOGE("error generating or caching
assembly
. Reverting to NOP.");
271
assembly
= a;
274
// release the previous
assembly
[
all
...]
/ndk/build/core/
definitions.mk
681
# Arguments : 1: single
Assembly
source file name (relative to LOCAL_PATH)
684
# Rationale : Setup everything required to build a single
Assembly
source file
[
all
...]
/frameworks/base/opengl/libagl/
array.cpp
529
#pragma mark Primitive
Assembly
[
all
...]
Completed in 912 milliseconds