HomeSort by relevance Sort by last modified time
    Searched refs:the_hole (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/v8/test/mjsunit/
global-deleted-property-keyed.js 31 // Regression test that exposed the_hole value from Runtime_KeyedGetPoperty.
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.cc 1728 Node* the_hole = jsgraph()->TheHoleConstant(); local
1743 Node* the_hole = jsgraph()->TheHoleConstant(); local
1758 Node* the_hole = jsgraph()->TheHoleConstant(); local
1859 Node* the_hole = jsgraph()->TheHoleConstant(); local
    [all...]
  /external/chromium_org/v8/src/arm64/
codegen-arm64.cc 299 Register the_hole = x14; local
301 __ LoadRoot(the_hole, Heap::kTheHoleValueRootIndex);
335 __ Str(the_hole, MemOperand(dst_elements, kPointerSize, PostIndex));
code-stubs-arm64.cc 1894 Register the_hole = x13; local
    [all...]
full-codegen-arm64.cc 4592 Register the_hole = x2; local
    [all...]
  /external/chromium_org/v8/src/ic/ia32/
handler-compiler-ia32.cc 203 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value(); local
207 Immediate(the_hole));
209 __ cmp(Operand::ForCell(cell), Immediate(the_hole));
  /external/chromium_org/v8/src/ic/x87/
handler-compiler-x87.cc 203 Handle<Oddball> the_hole = masm->isolate()->factory()->the_hole_value(); local
207 Immediate(the_hole));
209 __ cmp(Operand::ForCell(cell), Immediate(the_hole));
  /external/chromium_org/v8/src/
global-handles.cc 1043 Object* the_hole = isolate->heap()->the_hole_value();
1044 MemsetPointer(next_block, the_hole, kSize);
elements.cc 349 Object* the_hole = from->GetHeap()->the_hole_value(); local
353 if (hole_or_smi == the_hole) {
422 Object* the_hole = from->GetHeap()->the_hole_value(); local
426 if (hole_or_object == the_hole) {
    [all...]
deoptimizer.cc 1692 intptr_t the_hole = reinterpret_cast<intptr_t>( local
    [all...]
objects-inl.h 1545 Object* the_hole = GetHeap()->the_hole_value(); local
1750 Object* the_hole = heap->the_hole_value(); local
    [all...]
api.cc 2037 i::Object* the_hole = isolate_->heap()->the_hole_value(); local
    [all...]
hydrogen.cc 713 DEFINE_GET_CONSTANT(Hole, the_hole, the_hole, HType::None(), false)
729 DEFINE_IS_CONSTANT(Hole, the_hole)
    [all...]
objects.cc 11302 Object* the_hole = GetHeap()->the_hole_value(); local
    [all...]
  /external/chromium_org/v8/src/heap/
heap.cc     [all...]

Completed in 327 milliseconds