/external/v8/src/ |
D | lithium.cc | 168 void LPointerMap::RecordPointer(LOperand* op) { in RecordPointer() 176 void LPointerMap::RemovePointer(LOperand* op) { in RemovePointer() 189 void LPointerMap::RecordUntagged(LOperand* op) { in RecordUntagged() 197 void LPointerMap::PrintTo(StringStream* stream) { in PrintTo()
|
D | lithium.h | 406 class LPointerMap: public ZoneObject { 408 explicit LPointerMap(int position) in LPointerMap() function
|
D | lithium-allocator.cc | 1341 const ZoneList<LPointerMap*>* pointer_maps = chunk_->pointer_maps(); in SafePointsAreInOrder() 1344 LPointerMap* map = pointer_maps->at(i); in SafePointsAreInOrder() 1354 const ZoneList<LPointerMap*>* pointer_maps = chunk_->pointer_maps(); in PopulatePointerMaps() 1392 LPointerMap* map = pointer_maps->at(first_safe_point_index); in PopulatePointerMaps() 1402 LPointerMap* map = pointer_maps->at(safe_point_index); in PopulatePointerMaps()
|
D | lithium-allocator.h | 57 class LPointerMap; variable
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.h | 258 void RecordSafepoint(LPointerMap* pointers, 262 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode); 264 void RecordSafepointWithRegisters(LPointerMap* pointers, 267 void RecordSafepointWithRegistersAndDoubles(LPointerMap* pointers,
|
D | lithium-arm.h | 242 void set_pointer_map(LPointerMap* p) { pointer_map_.set(p); } in set_pointer_map() 243 LPointerMap* pointer_map() const { return pointer_map_.get(); } in pointer_map() 283 SetOncePointer<LPointerMap> pointer_map_; 2215 const ZoneList<LPointerMap*>* pointer_maps() const { return &pointer_maps_; } in pointer_maps() 2247 ZoneList<LPointerMap*> pointer_maps_;
|
D | lithium-codegen-arm.cc | 42 LPointerMap* pointers, in SafepointGenerator() 57 LPointerMap* pointers_; 574 LPointerMap* pointers = instr->pointer_map(); in CallCodeGeneric() 592 LPointerMap* pointers = instr->pointer_map(); in CallRuntime() 752 LPointerMap* pointers, in RecordSafepoint() 776 void LCodeGen::RecordSafepoint(LPointerMap* pointers, in RecordSafepoint() 783 LPointerMap empty_pointers(RelocInfo::kNoPosition); in RecordSafepoint() 788 void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers, in RecordSafepointWithRegisters() 797 LPointerMap* pointers, in RecordSafepointWithRegistersAndDoubles() 2886 LPointerMap* pointers = instr->pointer_map(); in DoApplyArguments() [all …]
|
D | lithium-arm.cc | 790 instr->set_pointer_map(new(zone()) LPointerMap(position_)); in AssignPointerMap()
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.h | 258 void RecordSafepoint(LPointerMap* pointers, 262 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode); 264 void RecordSafepointWithRegisters(LPointerMap* pointers, 267 void RecordSafepointWithRegistersAndDoubles(LPointerMap* pointers,
|
D | lithium-mips.h | 241 void set_pointer_map(LPointerMap* p) { pointer_map_.set(p); } in set_pointer_map() 242 LPointerMap* pointer_map() const { return pointer_map_.get(); } in pointer_map() 282 SetOncePointer<LPointerMap> pointer_map_; 2195 const ZoneList<LPointerMap*>* pointer_maps() const { return &pointer_maps_; } in pointer_maps() 2227 ZoneList<LPointerMap*> pointer_maps_;
|
D | lithium-codegen-mips.cc | 42 LPointerMap* pointers, in SafepointGenerator() 57 LPointerMap* pointers_; 542 LPointerMap* pointers = instr->pointer_map(); in CallCodeGeneric() 553 LPointerMap* pointers = instr->pointer_map(); in CallRuntime() 715 LPointerMap* pointers, in RecordSafepoint() 739 void LCodeGen::RecordSafepoint(LPointerMap* pointers, in RecordSafepoint() 746 LPointerMap empty_pointers(RelocInfo::kNoPosition); in RecordSafepoint() 751 void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers, in RecordSafepointWithRegisters() 760 LPointerMap* pointers, in RecordSafepointWithRegistersAndDoubles() 2772 LPointerMap* pointers = instr->pointer_map(); in DoApplyArguments() [all …]
|
D | lithium-mips.cc | 790 instr->set_pointer_map(new(zone()) LPointerMap(position_)); in AssignPointerMap()
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.h | 243 void RecordSafepoint(LPointerMap* pointers, 247 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode); 249 void RecordSafepointWithRegisters(LPointerMap* pointers,
|
D | lithium-x64.h | 243 void set_pointer_map(LPointerMap* p) { pointer_map_.set(p); } in set_pointer_map() 244 LPointerMap* pointer_map() const { return pointer_map_.get(); } in pointer_map() 284 SetOncePointer<LPointerMap> pointer_map_; 2177 const ZoneList<LPointerMap*>* pointer_maps() const { return &pointer_maps_; } in pointer_maps() 2209 ZoneList<LPointerMap*> pointer_maps_;
|
D | lithium-codegen-x64.cc | 45 LPointerMap* pointers, in SafepointGenerator() 62 LPointerMap* pointers_; 458 LPointerMap* pointers = instr->pointer_map(); in CallCodeGeneric() 484 LPointerMap* pointers = instr->pointer_map(); in CallRuntime() 634 LPointerMap* pointers, in RecordSafepoint() 659 void LCodeGen::RecordSafepoint(LPointerMap* pointers, in RecordSafepoint() 666 LPointerMap empty_pointers(RelocInfo::kNoPosition); in RecordSafepoint() 671 void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers, in RecordSafepointWithRegisters() 2626 LPointerMap* pointers = instr->pointer_map(); in DoApplyArguments() 2691 LPointerMap* pointers = instr->pointer_map(); in CallKnownFunction() [all …]
|
D | lithium-x64.cc | 785 instr->set_pointer_map(new(zone()) LPointerMap(position_)); in AssignPointerMap()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 253 void RecordSafepoint(LPointerMap* pointers, 257 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode); 259 void RecordSafepointWithRegisters(LPointerMap* pointers,
|
D | lithium-ia32.h | 237 void set_pointer_map(LPointerMap* p) { pointer_map_.set(p); } in set_pointer_map() 238 LPointerMap* pointer_map() const { return pointer_map_.get(); } in pointer_map() 279 SetOncePointer<LPointerMap> pointer_map_; 2313 const ZoneList<LPointerMap*>* pointer_maps() const { return &pointer_maps_; } in pointer_maps() 2345 ZoneList<LPointerMap*> pointer_maps_;
|
D | lithium-codegen-ia32.cc | 47 LPointerMap* pointers, in SafepointGenerator() 62 LPointerMap* pointers_; 456 LPointerMap* pointers = instr->pointer_map(); in CallCodeGeneric() 482 LPointerMap* pointers = instr->pointer_map(); in CallRuntime() 675 LPointerMap* pointers, in RecordSafepoint() 694 void LCodeGen::RecordSafepoint(LPointerMap* pointers, in RecordSafepoint() 701 LPointerMap empty_pointers(RelocInfo::kNoPosition); in RecordSafepoint() 706 void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers, in RecordSafepointWithRegisters() 2670 LPointerMap* pointers = instr->pointer_map(); in DoApplyArguments() 2736 LPointerMap* pointers = instr->pointer_map(); in CallKnownFunction() [all …]
|
D | lithium-ia32.cc | 787 instr->set_pointer_map(new(zone()) LPointerMap(position_)); in AssignPointerMap()
|