HomeSort by relevance Sort by last modified time
    Searched full:empty_fixed_array (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 529 HConstant* empty_fixed_array = local
530 Add<HConstant>(isolate()->factory()->empty_fixed_array());
535 empty_fixed_array);
1270 HInstruction* empty_fixed_array = local
    [all...]
bootstrapper.h 48 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL;
handles.cc 298 if (*array != isolate->heap()->empty_fixed_array()) {
513 Handle<FixedArray> content = isolate->factory()->empty_fixed_array();
665 return isolate->factory()->empty_fixed_array();
721 return Handle<FixedArray>(isolate->heap()->empty_fixed_array());
heap.cc     [all...]
objects-inl.h     [all...]
builtins.cc 293 if (array_proto->elements() != heap->empty_fixed_array()) return false;
299 if (array_proto->elements() != heap->empty_fixed_array()) return false;
487 // empty_fixed_array.
867 array->set_elements(heap->empty_fixed_array());
    [all...]
scopeinfo.cc 152 return reinterpret_cast<ScopeInfo*>(isolate->heap()->empty_fixed_array());
accessors.cc 409 ASSERT(*line_ends == isolate->heap()->empty_fixed_array() ||
objects-debug.cc 348 (elements() == GetHeap()->empty_fixed_array())),
    [all...]
isolate.cc     [all...]
hydrogen.cc 1395 HInstruction* empty_fixed_array = Add<HConstant>( local
2231 HConstant* empty_fixed_array = local
7986 HValue* empty_fixed_array = Add<HConstant>(factory->empty_fixed_array()); local
    [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...]
  /external/v8/src/x64/
builtins-x64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 217 __ mov(ecx, factory->empty_fixed_array());
    [all...]
codegen-ia32.cc 702 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
840 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
    [all...]

Completed in 239 milliseconds

1 2 3