Lines Matching defs:Emit
139 // Emit any shared entries first
160 // Emit new entry
183 // Emit and return size of pool.
184 int ConstantPoolBuilder::Emit(Assembler* assm) {
193 // Emit in groups based on access and type.
194 // Emit doubles first for alignment purposes.
278 // Emit the constant pool. It is preceded by an optional branch if
345 if (!shared) Emit(it->first);
347 if (shared) Emit(iter->first);
352 void ConstantPool::Emit(const ConstantPoolKey& key) {
526 // Emit the constant pool. It is preceded by an optional branch if
594 if (!shared) Emit(it->first);
596 if (shared) Emit(iter->first);
601 void ConstantPool::Emit(const ConstantPoolKey& key) {