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();
86 size_t count = pc()-base();
87 uint32_t* i = base();
175 mAssembly->resize( int(pc()-base())*4 );
180 ALOGI(format, name, int(pc()-base()), base(), pc(), duration);
184 int err = qemu_add_mapping(int(base()), name);
192 printf(format, name, int(pc()-base()), base(), pc(), duration);