OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instrmemsize
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp
52
uint32_t
instrMemSize
= 128 * 1024;
411
const long curr = base + long(
instrMemSize
);
[
all
...]
/system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp
52
uint32_t
instrMemSize
= 128 * 1024;
368
const long curr = base + long(
instrMemSize
);
615
int fd = ashmem_create_region("code cache",
instrMemSize
);
621
instrMem = mmap(NULL,
instrMemSize
,
Completed in 72 milliseconds