Home
last modified time | relevance | path

Searched refs:LPointerMap (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/
Dlithium.cc168 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()
Dlithium.h406 class LPointerMap: public ZoneObject {
408 explicit LPointerMap(int position) in LPointerMap() function
Dlithium-allocator.cc1341 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()
Dlithium-allocator.h57 class LPointerMap; variable
/external/v8/src/arm/
Dlithium-codegen-arm.h258 void RecordSafepoint(LPointerMap* pointers,
262 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode);
264 void RecordSafepointWithRegisters(LPointerMap* pointers,
267 void RecordSafepointWithRegistersAndDoubles(LPointerMap* pointers,
Dlithium-arm.h242 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_;
Dlithium-codegen-arm.cc42 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 …]
Dlithium-arm.cc790 instr->set_pointer_map(new(zone()) LPointerMap(position_)); in AssignPointerMap()
/external/v8/src/mips/
Dlithium-codegen-mips.h258 void RecordSafepoint(LPointerMap* pointers,
262 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode);
264 void RecordSafepointWithRegisters(LPointerMap* pointers,
267 void RecordSafepointWithRegistersAndDoubles(LPointerMap* pointers,
Dlithium-mips.h241 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_;
Dlithium-codegen-mips.cc42 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 …]
Dlithium-mips.cc790 instr->set_pointer_map(new(zone()) LPointerMap(position_)); in AssignPointerMap()
/external/v8/src/x64/
Dlithium-codegen-x64.h243 void RecordSafepoint(LPointerMap* pointers,
247 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode);
249 void RecordSafepointWithRegisters(LPointerMap* pointers,
Dlithium-x64.h243 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_;
Dlithium-codegen-x64.cc45 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 …]
Dlithium-x64.cc785 instr->set_pointer_map(new(zone()) LPointerMap(position_)); in AssignPointerMap()
/external/v8/src/ia32/
Dlithium-codegen-ia32.h253 void RecordSafepoint(LPointerMap* pointers,
257 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode);
259 void RecordSafepointWithRegisters(LPointerMap* pointers,
Dlithium-ia32.h237 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_;
Dlithium-codegen-ia32.cc47 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 …]
Dlithium-ia32.cc787 instr->set_pointer_map(new(zone()) LPointerMap(position_)); in AssignPointerMap()