HomeSort by relevance Sort by last modified time
    Searched refs:Cell (Results 76 - 100 of 139) sorted by null

1 2 34 5 6

  /external/chromium_org/v8/src/
objects-debug.cc 170 Cell::cast(this)->CellVerify();
650 void Cell::CellVerify() {
    [all...]
objects-visiting-inl.h 229 Cell::BodyDescriptor,
273 ASSERT(rinfo->rmode() == RelocInfo::CELL);
274 Cell* cell = rinfo->target_cell(); local
275 StaticVisitor::MarkObject(heap, cell);
372 // Mark property cell dependent codes array but do not push it onto marking
    [all...]
objects.h 127 // - Cell
    [all...]
factory.h 255 Handle<Cell> NewCell(Handle<Object> value);
heap-snapshot-generator.h 414 void ExtractCellReferences(int entry, Cell* cell);
415 void ExtractPropertyCellReferences(int entry, PropertyCell* cell);
hydrogen-instructions.h 5363 Unique<Cell> cell() const { return cell_; } function in class:v8::V8_FINAL
5694 Unique<PropertyCell> cell() const { return cell_; } function in class:v8::V8_FINAL
    [all...]
ast.cc 638 cell_ = Handle<Cell>::null();
642 cell_ = Handle<Cell>(global->GetPropertyCell(lookup));
    [all...]
objects-printer.cc 205 Cell::cast(this)->CellPrint(out);
948 void Cell::CellPrint(FILE* out) {
949 HeapObject::PrintHeader(out, "Cell");
    [all...]
factory.cc 551 Handle<Cell> Factory::NewCell(Handle<Object> value) {
556 Cell);
570 Handle<PropertyCell> cell = NewPropertyCellWithHole(); local
571 PropertyCell::SetValueInferType(cell, value);
572 return cell;
1159 Handle<PropertyCell> cell = NewPropertyCell(value); local
    [all...]
ast.h 1780 Handle<Cell> cell() { return cell_; } function in class:v8::internal::V8_FINAL
    [all...]
objects-inl.h 656 TYPE_CHECKER(Cell, CELL_TYPE)
    [all...]
heap.cc 389 PrintPID("Cell space, used: %6" V8_PTR_PREFIX "d KB"
1501 Cell* cell = Cell::cast(heap_object); local
1514 PropertyCell* cell = PropertyCell::cast(heap_object); local
3040 PropertyCell* cell = PropertyCell::cast(result); local
    [all...]
  /external/marisa-trie/tests/
unit-test.cc 13 #include <marisa/cell.h>
422 marisa::Cell cell; local
424 ASSERT(cell.louds_pos() == 0);
425 ASSERT(cell.node() == 0);
426 ASSERT(cell.key_id() == 0);
427 ASSERT(cell.length() == 0);
429 cell.set_louds_pos(1);
430 cell.set_node(2);
431 cell.set_key_id(3)
    [all...]
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 13 #include <marisa_alpha/cell.h>
426 marisa_alpha::Cell cell; local
428 ASSERT(cell.louds_pos() == 0);
429 ASSERT(cell.node() == 0);
430 ASSERT(cell.key_id() == 0);
431 ASSERT(cell.length() == 0);
433 cell.set_louds_pos(1);
434 cell.set_node(2);
435 cell.set_key_id(3)
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 215 // r2 -- type info cell with elements kind
    [all...]
full-codegen-arm.cc 329 __ ldr(r3, FieldMemOperand(r2, Cell::kValueOffset));
331 __ str(r3, FieldMemOperand(r2, Cell::kValueOffset));
347 __ str(r3, FieldMemOperand(r2, Cell::kValueOffset));
1164 Handle<Cell> cell = isolate()->factory()->NewCell( local
2678 Handle<Cell> cell = isolate()->factory()->NewCell(uninitialized); local
2871 Handle<Cell> cell = isolate()->factory()->NewCell(uninitialized); local
    [all...]
lithium-codegen-arm.cc 2806 Handle<Cell> cell = factory()->NewCell(factory()->the_hole_value()); local
2980 Register cell = scratch0(); local
5203 Handle<Cell> cell = isolate()->factory()->NewCell(object); local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 204 // a2 -- type info cell with elements kind
    [all...]
full-codegen-mips.cc 336 __ lw(a3, FieldMemOperand(a2, Cell::kValueOffset));
338 __ sw(a3, FieldMemOperand(a2, Cell::kValueOffset));
354 __ sw(a3, FieldMemOperand(a2, Cell::kValueOffset));
1174 Handle<Cell> cell = isolate()->factory()->NewCell( local
2711 Handle<Cell> cell = isolate()->factory()->NewCell(uninitialized); local
2903 Handle<Cell> cell = isolate()->factory()->NewCell(uninitialized); local
    [all...]
lithium-codegen-mips.cc 2667 Handle<Cell> cell = factory()->NewCell(factory()->the_hole_value()); local
2834 Register cell = scratch0(); local
5160 Handle<Cell> cell = isolate()->factory()->NewCell(object); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 358 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeCell, Cursor::Cell);
    [all...]
  /external/v8/src/
type-info.cc 697 Object* value = cache->Cell(i)->value();
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 194 // ebx -- type info cell with elements kind
    [all...]
full-codegen-ia32.cc 315 __ sub(FieldOperand(ebx, Cell::kValueOffset),
327 __ mov(FieldOperand(ebx, Cell::kValueOffset),
1104 Handle<Cell> cell = isolate()->factory()->NewCell( local
2635 Handle<Cell> cell = isolate()->factory()->NewCell(uninitialized); local
2819 Handle<Cell> cell = isolate()->factory()->NewCell(uninitialized); local
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 202 // rbx -- type info cell with elements kind
    [all...]

Completed in 265 milliseconds

1 2 34 5 6