Searched refs:instrMem (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/tests/arch-mips64/assembler/
H A Dmips64_assembler_test.cpp50 void *instrMem; variable
366 const long base = long(instrMem);
438 asm_function_t asm_function = (asm_function_t)(instrMem);
551 asm_function_t asm_function = (asm_function_t)(instrMem);
620 instrMem = mmap(NULL, instrMemSize,
625 ArmToMips64Assembler a64asm(instrMem);
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Darm64_assembler_test.cpp50 void *instrMem; variable
409 const long base = long(instrMem);
482 asm_function_t asm_function = (asm_function_t)(instrMem);
598 asm_function_t asm_function = (asm_function_t)(instrMem);
690 asm_function_t asm_function = (asm_function_t)(instrMem);
721 instrMem = mmap(NULL, instrMemSize,
726 ArmToArm64Assembler a64asm(instrMem);

Completed in 27 milliseconds