OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:always_allocate_scope_depth_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
heap-inl.h
664
ASSERT(heap_->
always_allocate_scope_depth_
== 0);
665
heap_->
always_allocate_scope_depth_
++;
670
heap_->
always_allocate_scope_depth_
--;
671
ASSERT(heap_->
always_allocate_scope_depth_
== 0);
heap.h
1515
int
always_allocate_scope_depth_
;
member in class:v8::internal::Heap
[
all
...]
heap.cc
65
always_allocate_scope_depth_
(0),
[
all
...]
Completed in 511 milliseconds