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

1 2

  /external/v8/src/crankshaft/
lithium.cc 345 pointer_maps_.Add(instr->pointer_map(), zone());
346 instr->pointer_map()->set_lithium_position(index);
lithium-allocator.cc 613 instr->pointer_map()->RecordPointer(operand, chunk()->zone());
867 instr->pointer_map()->RecordPointer(input_copy, chunk()->zone());
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 1033 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
    [all...]
lithium-x87.h 227 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 749 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
880 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
884 instr->pointer_map(), 0, Safepoint::kLazyDeopt);
    [all...]
lithium-arm.h 225 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
lithium-arm.cc 59 pointer_map()->PrintTo(stream);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 490 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
504 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
508 instr->pointer_map(), 0, Safepoint::kLazyDeopt);
    [all...]
lithium-arm64.h 236 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
lithium-arm64.cc 173 pointer_map()->PrintTo(stream);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 725 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
847 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
851 instr->pointer_map(), 0, Safepoint::kLazyDeopt);
    [all...]
lithium-mips.h 222 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
lithium-mips.cc 61 pointer_map()->PrintTo(stream);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 691 RecordSafepointWithRegisters(instr->pointer_map(), argc,
809 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
812 RecordSafepointWithRegisters(instr->pointer_map(), 0,
    [all...]
lithium-ppc.h 221 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
lithium-ppc.cc 57 pointer_map()->PrintTo(stream);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 687 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
814 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
818 instr->pointer_map(), argc, Safepoint::kLazyDeopt);
    [all...]
lithium-x64.h 222 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
lithium-x64.cc 62 pointer_map()->PrintTo(stream);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 763 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
886 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
890 instr->pointer_map(), 0, Safepoint::kLazyDeopt);
    [all...]
lithium-ia32.h 226 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
lithium-ia32.cc 78 pointer_map()->PrintTo(stream);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 713 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
836 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
840 instr->pointer_map(), 0, Safepoint::kLazyDeopt);
    [all...]
lithium-mips64.h 225 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
lithium-mips64.cc 61 pointer_map()->PrintTo(stream);
    [all...]

Completed in 109 milliseconds

1 2