OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_buffer
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/heap/
slots-buffer.h
22
SlotsBuffer* AllocateBuffer(SlotsBuffer*
next_buffer
);
45
explicit SlotsBuffer(SlotsBuffer*
next_buffer
)
46
: idx_(0), chain_length_(1), next_(
next_buffer
) {
slots-buffer.cc
140
SlotsBuffer* SlotsBufferAllocator::AllocateBuffer(SlotsBuffer*
next_buffer
) {
141
return new SlotsBuffer(
next_buffer
);
153
SlotsBuffer*
next_buffer
= buffer->next();
local
155
buffer =
next_buffer
;
/toolchain/binutils/binutils-2.25/libiberty/
simple-object.c
424
struct simple_object_write_section_buffer *
next_buffer
;
local
428
next_buffer
= buffer->next;
430
buffer =
next_buffer
;
Completed in 1093 milliseconds