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

1 2

  /external/chromium_org/v8/src/
lithium.cc 359 pointer_maps_.Add(instr->pointer_map(), zone());
360 instr->pointer_map()->set_lithium_position(index);
lithium-allocator.cc 643 instr->pointer_map()->RecordPointer(operand, chunk()->zone());
895 instr->pointer_map()->RecordPointer(input_copy, chunk()->zone());
    [all...]
  /external/v8/src/
lithium-allocator.cc 633 instr->pointer_map()->RecordPointer(operand);
875 instr->pointer_map()->RecordPointer(input_copy);
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 456 LPointerMap* pointers = instr->pointer_map();
482 LPointerMap* pointers = instr->pointer_map();
511 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
665 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
669 instr->pointer_map(), 0, Safepoint::kLazyDeopt);
    [all...]
lithium-ia32.cc 108 pointer_map()->PrintTo(stream);
486 pointer_maps_.Add(instr->pointer_map());
487 instr->pointer_map()->set_lithium_position(index);
    [all...]
lithium-ia32.h 238 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 574 LPointerMap* pointers = instr->pointer_map();
592 LPointerMap* pointers = instr->pointer_map();
606 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
742 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
746 instr->pointer_map(), 0, Safepoint::kLazyDeopt);
    [all...]
lithium-arm.cc 106 pointer_map()->PrintTo(stream);
491 pointer_maps_.Add(instr->pointer_map());
492 instr->pointer_map()->set_lithium_position(index);
    [all...]
lithium-arm.h 243 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 542 LPointerMap* pointers = instr->pointer_map();
553 LPointerMap* pointers = instr->pointer_map();
567 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
705 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
709 instr->pointer_map(), 0, Safepoint::kLazyDeopt);
    [all...]
lithium-mips.cc 106 pointer_map()->PrintTo(stream);
491 pointer_maps_.Add(instr->pointer_map());
492 instr->pointer_map()->set_lithium_position(index);
    [all...]
lithium-mips.h 242 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 458 LPointerMap* pointers = instr->pointer_map();
484 LPointerMap* pointers = instr->pointer_map();
498 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
624 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
628 instr->pointer_map(), argc, Safepoint::kLazyDeopt);
    [all...]
lithium-x64.cc 108 pointer_map()->PrintTo(stream);
484 pointer_maps_.Add(instr->pointer_map());
485 instr->pointer_map()->set_lithium_position(index);
    [all...]
lithium-x64.h 244 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 719 LPointerMap* pointers = instr->pointer_map();
737 LPointerMap* pointers = instr->pointer_map();
751 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
937 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
941 instr->pointer_map(), 0, Safepoint::kLazyDeopt);
    [all...]
lithium-arm.h 253 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
lithium-arm.cc 80 pointer_map()->PrintTo(stream);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 700 LPointerMap* pointers = instr->pointer_map();
711 LPointerMap* pointers = instr->pointer_map();
725 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
920 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
924 instr->pointer_map(), 0, Safepoint::kLazyDeopt);
    [all...]
lithium-mips.h 249 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 600 LPointerMap* pointers = instr->pointer_map();
626 LPointerMap* pointers = instr->pointer_map();
640 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
828 RecordSafepoint(instr->pointer_map(), Safepoint::kLazyDeopt);
832 instr->pointer_map(), argc, Safepoint::kLazyDeopt);
    [all...]
lithium-x64.h 250 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 864 LPointerMap* pointers = instr->pointer_map();
890 LPointerMap* pointers = instr->pointer_map();
925 instr->pointer_map(), argc, Safepoint::kNoLazyDeopt);
    [all...]
lithium-ia32.h 252 LPointerMap* pointer_map() const { return pointer_map_.get(); } function in class:v8::internal::LInstruction
    [all...]
lithium-ia32.cc 110 pointer_map()->PrintTo(stream);
    [all...]

Completed in 396 milliseconds

1 2