HomeSort by relevance Sort by last modified time
    Searched refs:touched (Results 1 - 10 of 10) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 139 void ARMAssembler::epilog(uint32_t touched)
141 touched &= LSAVED;
142 if (touched) {
146 STM(AL, FD, SP, 1, touched | LLR);
149 LDM(AL, FD, SP, 1, touched | LLR);
ARMAssembler.h 57 virtual void epilog(uint32_t touched);
ARMAssemblerProxy.h 47 virtual void epilog(uint32_t touched);
ARMAssemblerProxy.cpp 61 void ARMAssemblerProxy::epilog(uint32_t touched) {
62 mTarget->epilog(touched);
GGLAssembler.cpp 47 void GGLAssembler::epilog(uint32_t touched)
49 ARMAssemblerProxy::epilog(touched);
324 epilog(registerFile().touched());
340 epilog(registerFile().touched());
1142 uint32_t RegisterAllocator::RegisterFile::touched() const function in class:android::RegisterAllocator::RegisterFile
    [all...]
GGLAssembler.h 78 uint32_t touched() const;
179 virtual void epilog(uint32_t touched);
ARMAssemblerInterface.h 104 virtual void epilog(uint32_t touched) = 0;
  /external/libvpx/vp8/encoder/arm/neon/
shortfdct_neon.asm 104 ; touched in the 4x4 fdct function
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 380 // Skip any values that haven't been touched
381 final boolean touched = entry.isInsert() || entry.isUpdate();
382 if (!touched) {
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 66 milliseconds