OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linear_allocation_scope_depth_
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
heap-inl.h
719
HEAP->
linear_allocation_scope_depth_
++;
724
HEAP->
linear_allocation_scope_depth_
--;
725
ASSERT(HEAP->
linear_allocation_scope_depth_
>= 0);
heap.h
511
return
linear_allocation_scope_depth_
!= 0;
1623
int
linear_allocation_scope_depth_
;
member in class:v8::internal::Heap
[
all
...]
heap.cc
98
linear_allocation_scope_depth_
(0),
[
all
...]
/external/chromium_org/v8/src/
heap.h
596
return
linear_allocation_scope_depth_
!= 0;
1891
int
linear_allocation_scope_depth_
;
member in class:v8::internal::Heap
[
all
...]
heap.cc
86
linear_allocation_scope_depth_
(0),
[
all
...]
Completed in 49 milliseconds