OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:always_allocate
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/mips/
code-stubs-mips.cc
455
bool
always_allocate
) {
/external/v8/src/
heap-inl.h
164
if (
always_allocate
() && result->IsFailure()) {
serialize.cc
675
AlwaysAllocateScope
always_allocate
;
local
699
AlwaysAllocateScope
always_allocate
;
local
[
all
...]
heap.h
402
bool
always_allocate
() { return always_allocate_scope_depth_ != 0; }
function in class:v8::internal::Heap
[
all
...]
spaces.cc
[
all
...]
heap.cc
[
all
...]
/external/v8/test/cctest/
test-heap.cc
939
CHECK(!HEAP->
always_allocate
());
950
CHECK(!HEAP->
always_allocate
());
[
all
...]
/external/v8/src/arm/
code-stubs-arm.cc
[
all
...]
Completed in 35 milliseconds