Home | History | Annotate | Download | only in arm64

Lines Matching full:entrycount

317   if (EntryCount() > Assembler::kApproxMaxPoolEntryCount) {
350 return 4 * kInstructionSize + EntryCount() * kPointerSize;
368 return prologue_size + EntryCount() * kPointerSize;
449 int word_count = EntryCount() * 2 + 1 +
2949 int count = constpool_.EntryCount();