Searched refs:saves_fp_count (Results 1 – 1 of 1) sorted by relevance
3039 const uint32_t saves_fp_count = base::bits::CountPopulation(saves_fp); in FinishFrame() local3040 frame->AllocateSavedCalleeRegisterSlots(saves_fp_count * in FinishFrame()3141 const uint32_t saves_fp_count = base::bits::CountPopulation(saves_fp); in AssembleConstructFrame() local3142 const int stack_size = saves_fp_count * kQuadWordSize; in AssembleConstructFrame()3185 const uint32_t saves_fp_count = base::bits::CountPopulation(saves_fp); in AssembleReturn() local3186 const int stack_size = saves_fp_count * kQuadWordSize; in AssembleReturn()