OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allow_allocation
(Results
1 - 7
of
7
) sorted by null
/external/v8/src/
heap-inl.h
561
inline bool Heap::
allow_allocation
(bool new_state) {
function in class:v8::internal::Heap
762
old_state_ = HEAP->
allow_allocation
(false);
767
HEAP->
allow_allocation
(old_state_);
772
old_state_ = HEAP->
allow_allocation
(true);
777
HEAP->
allow_allocation
(old_state_);
deoptimizer.cc
419
ASSERT(HEAP->
allow_allocation
(false));
439
ASSERT(!HEAP->
allow_allocation
(true));
[
all
...]
hydrogen-instructions.h
[
all
...]
heap.cc
386
allow_allocation
(false);
416
allow_allocation
(true);
872
{ DisableAssertNoAllocation
allow_allocation
;
local
[
all
...]
heap.h
[
all
...]
hydrogen.cc
[
all
...]
/external/chromium_org/v8/src/
heap.cc
1112
{ AllowHeapAllocation
allow_allocation
;
local
[
all
...]
Completed in 3256 milliseconds