Searched refs:size_in_words (Results 1 – 7 of 7) sorted by relevance
50 uptr size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in INTERCEPTOR() local52 allocated += size_in_words; in INTERCEPTOR()
182 size_t size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in __asan_mz_calloc() local184 allocated += size_in_words; in __asan_mz_calloc()
68 uptr size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in INTERCEPTOR() local70 allocated += size_in_words; in INTERCEPTOR()
478 int size_in_words = byte_size / kPointerSize; in MoveBlock() local483 Object** end_slot = src_slot + size_in_words; in MoveBlock()
981 SIZE_T size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in INTERCEPTOR() local983 allocated += size_in_words; in INTERCEPTOR()
430 HValue* size_in_words = Add<HConstant>(object_size >> kPointerSizeLog2); in BuildCodeStub() local432 size_in_words, Token::EQ); in BuildCodeStub()
2343 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout() local2344 while (size_in_words >= 16) { in getBitmapBlockLayout()2349 size_in_words -= 16; in getBitmapBlockLayout()2351 if (size_in_words > 0) { in getBitmapBlockLayout()2354 unsigned char inst = (opcode << 4) | (size_in_words-1); in getBitmapBlockLayout()