OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InSpace
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
liveobjectlist.cc
213
static bool
InSpace
(AllocationSpace space, HeapObject *heap_obj) {
215
return Heap::
InSpace
(heap_obj, space);
222
// Note: calling Heap::
InSpace
(heap_obj, LO_SPACE) is too slow for our
227
if (Heap::
InSpace
(heap_obj, static_cast<AllocationSpace>(sp))) {
231
SLOW_ASSERT(Heap::
InSpace
(heap_obj, LO_SPACE));
336
if ((space_ != kInvalidSpace) && !
InSpace
(space_, obj)) {
[
all
...]
heap.cc
[
all
...]
Completed in 16 milliseconds