Home
last modified time | relevance | path

Searched refs:NewCell (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/v8/src/
Dfactory.h293 Handle<Cell> NewCell(Handle<Object> value);
Dfactory.cc909 Handle<Cell> Factory::NewCell(Handle<Object> value) { in NewCell() function in v8::internal::Factory
/external/chromium_org/v8/src/x87/
Dmacro-assembler-x87.cc2508 Handle<Cell> cell = isolate()->factory()->NewCell(object); in LoadHeapObject()
2519 Handle<Cell> cell = isolate()->factory()->NewCell(object); in CmpHeapObject()
2530 Handle<Cell> cell = isolate()->factory()->NewCell(object); in PushHeapObject()
Dlithium-codegen-x87.cc2954 Handle<Cell> cache_cell = factory()->NewCell(factory()->the_hole_value()); in DoInstanceOfKnownGlobal()
5462 Handle<Cell> cell = isolate()->factory()->NewCell(object); in DoCheckValue()
Dfull-codegen-x87.cc100 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
/external/chromium_org/v8/src/ia32/
Dmacro-assembler-ia32.cc2546 Handle<Cell> cell = isolate()->factory()->NewCell(object); in LoadHeapObject()
2557 Handle<Cell> cell = isolate()->factory()->NewCell(object); in CmpHeapObject()
2568 Handle<Cell> cell = isolate()->factory()->NewCell(object); in PushHeapObject()
Dlithium-codegen-ia32.cc2657 Handle<Cell> cache_cell = factory()->NewCell(factory()->the_hole_value()); in DoInstanceOfKnownGlobal()
4954 Handle<Cell> cell = isolate()->factory()->NewCell(object); in DoCheckValue()
Dfull-codegen-ia32.cc100 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.cc2622 Handle<Cell> cell = isolate()->factory()->NewCell(object); in DoCheckValue()
3095 Handle<Cell> cell = factory()->NewCell(factory()->the_hole_value()); in DoInstanceOfKnownGlobal()
Dmacro-assembler-arm64.cc1422 Handle<Cell> cell = isolate()->factory()->NewCell(object); in LoadHeapObject()
Dfull-codegen-arm64.cc110 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc2827 Handle<Cell> cell = factory()->NewCell(factory()->the_hole_value()); in DoInstanceOfKnownGlobal()
5166 Handle<Cell> cell = isolate()->factory()->NewCell(object); in DoCheckValue()
Dmacro-assembler-arm.cc229 Handle<Cell> cell = isolate()->factory()->NewCell(value); in Move()
Dfull-codegen-arm.cc112 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.cc2704 Handle<Cell> cell = factory()->NewCell(factory()->the_hole_value()); in DoInstanceOfKnownGlobal()
5169 Handle<Cell> cell = isolate()->factory()->NewCell(object); in DoCheckValue()
Dmacro-assembler-mips64.cc1093 Handle<Cell> cell = isolate()->factory()->NewCell(value); in li()
Dfull-codegen-mips64.cc120 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.cc2734 Handle<Cell> cell = factory()->NewCell(factory()->the_hole_value()); in DoInstanceOfKnownGlobal()
5138 Handle<Cell> cell = isolate()->factory()->NewCell(object); in DoCheckValue()
Dmacro-assembler-mips.cc984 Handle<Cell> cell = isolate()->factory()->NewCell(value); in li()
Dfull-codegen-mips.cc120 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
/external/chromium_org/v8/src/heap/
Dheap.cc2853 set_undefined_cell(*factory->NewCell(factory->undefined_value())); in CreateInitialObjects()
/external/chromium_org/v8/src/x64/
Dfull-codegen-x64.cc100 profiling_counter_ = isolate()->factory()->NewCell( in Generate()
Dmacro-assembler-x64.cc2784 Handle<Cell> cell = isolate()->factory()->NewCell(object); in MoveHeapObject()
Dlithium-codegen-x64.cc2707 Handle<Cell> cache_cell = factory()->NewCell(factory()->the_hole_value()); in DoInstanceOfKnownGlobal()