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

  /external/v8/src/compiler/
live-range-separator.h 17 class RegisterAllocationData;
23 LiveRangeSeparator(RegisterAllocationData* data, Zone* zone)
29 RegisterAllocationData* data() const { return data_; }
32 RegisterAllocationData* const data_;
41 LiveRangeMerger(RegisterAllocationData* data, Zone* zone)
47 RegisterAllocationData* data() const { return data_; }
55 RegisterAllocationData* const data_;
graph-visualizer.h 22 class RegisterAllocationData;
67 const char* phase, const RegisterAllocationData* data = nullptr)
70 const RegisterAllocationData* data_;
register-allocator.h 301 class RegisterAllocationData;
570 void CommitSpillInDeferredBlocks(RegisterAllocationData* data,
719 class RegisterAllocationData final : public ZoneObject {
755 RegisterAllocationData(const RegisterConfiguration* config,
852 DISALLOW_COPY_AND_ASSIGN(RegisterAllocationData);
858 explicit ConstraintBuilder(RegisterAllocationData* data);
868 RegisterAllocationData* data() const { return data_; }
881 RegisterAllocationData* const data_;
889 explicit LiveRangeBuilder(RegisterAllocationData* data, Zone* local_zone);
894 RegisterAllocationData* data)
    [all...]
live-range-separator.cc 22 void CreateSplinter(TopLevelLiveRange *range, RegisterAllocationData *data,
62 void SplinterLiveRange(TopLevelLiveRange *range, RegisterAllocationData *data) {
register-allocator.cc 233 explicit LiveRangeFinder(const RegisterAllocationData* data, Zone* zone)
255 const RegisterAllocationData* const data_;
332 RegisterAllocationData::PhiMapValue* phi =
333 reinterpret_cast<RegisterAllocationData::PhiMapValue*>(hint_);
    [all...]
graph-visualizer.cc 242 void PrintLiveRanges(const char* phase, const RegisterAllocationData* data);
527 const RegisterAllocationData* data) {
pipeline.cc 213 RegisterAllocationData* register_allocation_data() const {
288 RegisterAllocationData(config, register_allocation_zone(), frame(),
343 RegisterAllocationData* register_allocation_data_ = nullptr;
    [all...]

Completed in 74 milliseconds