OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:empty_fixed_array
(Results
1 - 25
of
59
) sorted by null
1
2
3
/external/chromium_org/v8/src/
bootstrapper.h
48
cache_ = create_heap_objects ? HEAP->
empty_fixed_array
() : NULL;
handles.cc
404
if (*array != isolate->heap()->
empty_fixed_array
()) {
617
Handle<FixedArray> content = isolate->factory()->
empty_fixed_array
();
765
return isolate->factory()->
empty_fixed_array
();
821
return Handle<FixedArray>(isolate->heap()->
empty_fixed_array
());
[
all
...]
objects-inl.h
[
all
...]
heap.cc
[
all
...]
builtins.cc
362
if (array_proto->elements() != heap->
empty_fixed_array
()) return false;
368
if (array_proto->elements() != heap->
empty_fixed_array
()) return false;
553
//
empty_fixed_array
.
933
array->set_elements(heap->
empty_fixed_array
());
[
all
...]
scopeinfo.cc
154
return reinterpret_cast<ScopeInfo*>(isolate->heap()->
empty_fixed_array
());
hydrogen.cc
1196
HInstruction*
empty_fixed_array
= Add<HConstant>(
local
1389
HConstant*
empty_fixed_array
=
local
7230
HValue*
empty_fixed_array
= Add<HConstant>(factory->
empty_fixed_array
());
local
[
all
...]
accessors.cc
320
ASSERT(*line_ends == isolate->heap()->
empty_fixed_array
() ||
objects-debug.cc
332
(elements() == GetHeap()->
empty_fixed_array
())),
[
all
...]
isolate.cc
[
all
...]
mark-compact.cc
[
all
...]
/external/v8/src/
bootstrapper.h
48
cache_ = create_heap_objects ? HEAP->
empty_fixed_array
() : NULL;
heap.cc
[
all
...]
objects-inl.h
[
all
...]
builtins.cc
200
array->set_elements(heap->
empty_fixed_array
());
396
if (array_proto->elements() != heap->
empty_fixed_array
()) return false;
402
if (array_proto->elements() != heap->
empty_fixed_array
()) return false;
417
ASSERT(elms == heap->
empty_fixed_array
());
[
all
...]
scopeinfo.cc
151
return reinterpret_cast<ScopeInfo*>(HEAP->
empty_fixed_array
());
handles.cc
411
if (*array != isolate->heap()->
empty_fixed_array
()) {
605
Handle<FixedArray> content = isolate->factory()->
empty_fixed_array
();
[
all
...]
accessors.cc
326
ASSERT(*line_ends == isolate->heap()->
empty_fixed_array
() ||
objects-debug.cc
288
(elements() == GetHeap()->
empty_fixed_array
())),
/external/v8/src/ia32/
codegen-ia32.cc
389
__ cmp(edi, Immediate(masm->isolate()->factory()->
empty_fixed_array
()));
521
__ cmp(edi, Immediate(masm->isolate()->factory()->
empty_fixed_array
()));
builtins-ia32.cc
164
__ mov(ecx, factory->
empty_fixed_array
());
[
all
...]
stub-cache-ia32.cc
[
all
...]
/external/v8/src/x64/
builtins-x64.cc
[
all
...]
/external/chromium_org/v8/src/ia32/
builtins-ia32.cc
226
__ mov(ecx, factory->
empty_fixed_array
());
[
all
...]
codegen-ia32.cc
699
__ cmp(edi, Immediate(masm->isolate()->factory()->
empty_fixed_array
()));
838
__ cmp(edi, Immediate(masm->isolate()->factory()->
empty_fixed_array
()));
[
all
...]
Completed in 1302 milliseconds
1
2
3