/system/core/libpixelflinger/codeflinger/ |
CodeCache.h | 57 class Assembly 60 explicit Assembly(size_t size); 61 virtual ~Assembly(); 87 sp<Assembly> lookup(const AssemblyKeyBase& key) const; 90 const sp<Assembly>& assembly); 96 inline cache_entry_t(const sp<Assembly>& a, int64_t w) 98 sp<Assembly> entry;
|
CodeCache.cpp | 101 Assembly::Assembly(size_t size) 106 "Failed to create Assembly of size %zd in executable " 111 Assembly::~Assembly() 116 void Assembly::incStrong(const void*) const 121 void Assembly::decStrong(const void*) const 128 ssize_t Assembly::size() const 134 uint32_t* Assembly::base() const 139 ssize_t Assembly::resize(size_t newSize [all...] |
ARMAssembler.h | 38 explicit ARMAssembler(const sp<Assembly>& assembly); 165 sp<Assembly> mAssembly;
|
MIPS64Assembler.h | 42 ArmToMips64Assembler(const sp<Assembly>& assembly, 44 ArmToMips64Assembler(void* assembly); 196 sp<Assembly> mAssembly; 255 MIPS64Assembler(const sp<Assembly>& assembly, ArmToMips64Assembler *parent); 256 MIPS64Assembler(void* assembly, ArmToMips64Assembler *parent);
|
MIPSAssembler.h | 41 ArmToMipsAssembler(const sp<Assembly>& assembly, 185 sp<Assembly> mAssembly; 244 MIPSAssembler(const sp<Assembly>& assembly, ArmToMipsAssembler *parent); 245 MIPSAssembler(void* assembly); 408 sp<Assembly> mAssembly;
|
Arm64Assembler.h | 50 explicit ArmToArm64Assembler(const sp<Assembly>& assembly); 260 sp<Assembly> mAssembly;
|
/external/llvm/utils/vim/ftplugin/ |
llvm.vim | 2 " Language: LLVM Assembly
|
/system/core/libpixelflinger/tests/codegen/ |
codegen.cpp | 35 class ScanlineAssembly : public Assembly { 39 : Assembly(size), mKey(needs) { }
|
/external/llvm/unittests/Bitcode/ |
BitReaderTest.cpp | 33 const char *Assembly) { 35 std::unique_ptr<Module> M = parseAssemblyString(Assembly, Error, Context); 56 const char *Assembly) { 57 writeModuleToBuffer(parseAssembly(Context, Assembly), Mem); 84 const char *Assembly) { 85 writeModuleToBuffer(parseAssembly(Context, Assembly), Mem);
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/ |
IntHandler.asm | 18 ; Assembly interrupt handler function.
|
IntHandler.S | 18 # Assembly interrupt handler function.
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/ |
IntHandler.asm | 18 ; Assembly interrupt handler function.
|
IntHandler.S | 18 # Assembly interrupt handler function.
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/X64/ |
AsmFuncs.asm | 17 ; Assembly function to set segment selectors.
|
AsmFuncs.S | 16 #* Assembly function to set segment selectors.
|
/external/llvm/unittests/Analysis/ |
ValueTrackingTest.cpp | 26 void parseAssembly(const char *Assembly) { 28 M = parseAssemblyString(Assembly, Error, Context);
|
CFGTest.cpp | 32 void ParseAssembly(const char *Assembly) { 34 M = parseAssemblyString(Assembly, Error, Context);
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/Ia32/ |
AsmFuncs.S | 16 #* Assembly function to set segment selectors.
|
AsmFuncs.asm | 17 ; Assembly function to set segment selectors.
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
Program.cs | 30 var testClasses = Assembly.GetExecutingAssembly().GetExportedTypes()
|
/external/llvm/test/MC/ARM/ |
eh-directive-integrated-test.s | 27 @ Assembly without frame pointer elimination 64 @ Assembly with frame pointer elimination
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
malis.d | 3 #name: Motorola Assembly Language Input Standard
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
ELF_x64-64_PIC_relocations.s | 8 # Assembly obtained by compiling the following and adding checks:
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/X64/ |
Cpu.asm | 1 TITLE Cpu.asm: Assembly code for the x64 resources
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/ |
Cpu.asm | 2 TITLE Cpu.asm: Assembly code for the x64 resources
|