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

  /external/v8/src/
lithium.cc 151 void LPointerMap::RecordPointer(LOperand* op) {
159 void LPointerMap::PrintTo(StringStream* stream) {
lithium.h 408 class LPointerMap: public ZoneObject {
410 explicit LPointerMap(int position)
lithium-allocator.h 57 class LPointerMap;
lithium-allocator.cc     [all...]
  /external/v8/src/mips/
lithium-mips.h 62 LPointerMap* pointer_map() const {
225 const ZoneList<LPointerMap*>* pointer_maps() const {
  /external/v8/src/arm/
lithium-codegen-arm.h 242 void RecordSafepoint(LPointerMap* pointers,
246 void RecordSafepoint(LPointerMap* pointers, int deoptimization_index);
248 void RecordSafepointWithRegisters(LPointerMap* pointers,
251 void RecordSafepointWithRegistersAndDoubles(LPointerMap* pointers,
lithium-arm.h 219 void set_pointer_map(LPointerMap* p) { pointer_map_.set(p); }
220 LPointerMap* pointer_map() const { return pointer_map_.get(); }
260 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
lithium-codegen-arm.cc 42 LPointerMap* pointers,
72 LPointerMap* pointers_;
496 LPointerMap* pointers = instr->pointer_map();
514 LPointerMap* pointers = instr->pointer_map();
682 LPointerMap* pointers,
706 void LCodeGen::RecordSafepoint(LPointerMap* pointers,
713 LPointerMap empty_pointers(RelocInfo::kNoPosition);
718 void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers,
727 LPointerMap* pointers,
    [all...]
lithium-arm.cc 767 instr->set_pointer_map(new LPointerMap(position_));
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 244 void RecordSafepoint(LPointerMap* pointers,
248 void RecordSafepoint(LPointerMap* pointers, int deoptimization_index);
250 void RecordSafepointWithRegisters(LPointerMap* pointers,
lithium-ia32.h 219 void set_pointer_map(LPointerMap* p) { pointer_map_.set(p); }
220 LPointerMap* pointer_map() const { return pointer_map_.get(); }
261 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
lithium-codegen-ia32.cc 46 LPointerMap* pointers,
59 LPointerMap* pointers_;
417 LPointerMap* pointers = instr->pointer_map();
450 LPointerMap* pointers = instr->pointer_map();
639 LPointerMap* pointers,
658 void LCodeGen::RecordSafepoint(LPointerMap* pointers,
665 LPointerMap empty_pointers(RelocInfo::kNoPosition);
670 void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers,
    [all...]
lithium-ia32.cc 761 instr->set_pointer_map(new LPointerMap(position_));
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 229 void RecordSafepoint(LPointerMap* pointers,
233 void RecordSafepoint(LPointerMap* pointers, int deoptimization_index);
235 void RecordSafepointWithRegisters(LPointerMap* pointers,
lithium-x64.h 220 void set_pointer_map(LPointerMap* p) { pointer_map_.set(p); }
221 LPointerMap* pointer_map() const { return pointer_map_.get(); }
261 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
lithium-codegen-x64.cc 45 LPointerMap* pointers,
73 LPointerMap* pointers_;
449 LPointerMap* pointers = instr->pointer_map();
475 LPointerMap* pointers = instr->pointer_map();
634 LPointerMap* pointers,
659 void LCodeGen::RecordSafepoint(LPointerMap* pointers,
666 LPointerMap empty_pointers(RelocInfo::kNoPosition);
671 void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers,
    [all...]
lithium-x64.cc 762 instr->set_pointer_map(new LPointerMap(position_));
    [all...]

Completed in 635 milliseconds