HomeSort by relevance Sort by last modified time
    Searched refs:AllocationMemento (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/v8/test/cctest/
test-mementos.cc 48 AllocationMemento* memento =
49 reinterpret_cast<AllocationMemento*>(new_space->top() + kHeapObjectTag);
112 AllocationMemento* memento =
113 reinterpret_cast<AllocationMemento*>(memento_address + kHeapObjectTag);
test-heap.cc     [all...]
  /external/chromium_org/v8/src/heap/
heap-inl.h 497 AllocationMemento* Heap::FindAllocationMemento(HeapObject* object) {
530 AllocationMemento* memento = AllocationMemento::cast(candidate);
545 AllocationMemento* memento = heap->FindAllocationMemento(object);
heap.cc     [all...]
heap.h 650 // Optionally takes an AllocationSite to be appended in an AllocationMemento.
    [all...]
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 400 __ add(r3, r3, Operand(AllocationMemento::kSize / kPointerSize));
458 __ sub(ip, r3, Operand(AllocationMemento::kSize / kPointerSize));
465 DCHECK_EQ(0 * kPointerSize, AllocationMemento::kMapOffset);
469 DCHECK_EQ(1 * kPointerSize, AllocationMemento::kAllocationSiteOffset);
    [all...]
macro-assembler-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 196 __ add(edi, Immediate(AllocationMemento::kSize));
244 __ lea(esi, Operand(edi, -AllocationMemento::kSize));
249 __ mov(Operand(esi, AllocationMemento::kMapOffset),
253 __ mov(Operand(esi, AllocationMemento::kAllocationSiteOffset),
    [all...]
macro-assembler-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 411 __ Addu(a3, a3, Operand(AllocationMemento::kSize / kPointerSize));
471 __ Subu(a0, a3, Operand(AllocationMemento::kSize / kPointerSize));
479 DCHECK_EQ(0 * kPointerSize, AllocationMemento::kMapOffset);
484 DCHECK_EQ(1 * kPointerSize, AllocationMemento::kAllocationSiteOffset);
    [all...]
macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
builtins-mips64.cc 414 __ Daddu(a3, a3, Operand(AllocationMemento::kSize / kPointerSize));
478 __ Dsubu(a0, a3, Operand(AllocationMemento::kSize / kPointerSize));
486 DCHECK_EQ(0 * kPointerSize, AllocationMemento::kMapOffset);
491 DCHECK_EQ(1 * kPointerSize, AllocationMemento::kAllocationSiteOffset);
    [all...]
macro-assembler-mips64.cc     [all...]
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 196 __ addp(rdi, Immediate(AllocationMemento::kSize));
246 __ leap(rsi, Operand(rdi, -AllocationMemento::kSize));
251 __ Move(Operand(rsi, AllocationMemento::kMapOffset),
255 __ movp(Operand(rsi, AllocationMemento::kAllocationSiteOffset), rdx);
    [all...]
macro-assembler-x64.cc     [all...]
  /external/chromium_org/v8/src/x87/
builtins-x87.cc 196 __ add(edi, Immediate(AllocationMemento::kSize));
244 __ lea(esi, Operand(edi, -AllocationMemento::kSize));
249 __ mov(Operand(esi, AllocationMemento::kMapOffset),
253 __ mov(Operand(esi, AllocationMemento::kAllocationSiteOffset),
    [all...]
macro-assembler-x87.cc     [all...]
  /external/chromium_org/v8/src/arm64/
builtins-arm64.cc 394 Operand(AllocationMemento::kSize / kPointerSize));
467 DCHECK_EQ(0 * kPointerSize, AllocationMemento::kMapOffset);
471 DCHECK_EQ(1 * kPointerSize, AllocationMemento::kAllocationSiteOffset);
    [all...]
macro-assembler-arm64.cc     [all...]
  /external/chromium_org/v8/src/
objects-debug.cc 965 void AllocationMemento::AllocationMementoVerify() {
    [all...]
objects-printer.cc 1021 void AllocationMemento::AllocationMementoPrint(OStream& os) { // NOLINT
1022 HeapObject::PrintHeader(os, "AllocationMemento");
    [all...]
objects.h 532 V(ALLOCATION_MEMENTO, AllocationMemento, allocation_memento) \
    [all...]
code-stubs-hydrogen.cc 421 size += AllocationMemento::kSize;
    [all...]
objects-inl.h     [all...]
hydrogen-instructions.h     [all...]

Completed in 364 milliseconds

1 2