OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:create_heap_objects
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/src/
bootstrapper.h
22
void Initialize(Isolate* isolate, bool
create_heap_objects
) {
23
cache_ =
create_heap_objects
? isolate->heap()->empty_fixed_array() : NULL;
73
void Initialize(bool
create_heap_objects
);
isolate.cc
1877
const bool
create_heap_objects
= (des == NULL);
local
[
all
...]
builtins.h
247
void SetUp(Isolate* isolate, bool
create_heap_objects
);
builtins.cc
[
all
...]
bootstrapper.cc
68
void Bootstrapper::Initialize(bool
create_heap_objects
) {
69
extensions_cache_.Initialize(isolate_,
create_heap_objects
);
[
all
...]
Completed in 1656 milliseconds