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

  /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...]

Completed in 428 milliseconds