Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:base

49     mBase = mPC = (uint32_t *)assembly->base();
65 uint32_t* ARMAssembler::base() const
72 mBase = mPC = (uint32_t *)mAssembly->base();
91 size_t count = pc()-base();
92 uint32_t* i = base();
180 mAssembly->resize( int(pc()-base())*4 );
185 ALOGI(format, name, int(pc()-base()), base(), pc(), duration);
189 int err = qemu_add_mapping(int(base()), name);
197 printf(format, name, int(pc()-base()), base(), pc(), duration);