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

  /art/compiler/optimizing/
ssa_liveness_analysis.h 170 class SafepointPosition : public ArenaObject<kArenaAllocMisc> {
172 explicit SafepointPosition(HInstruction* instruction)
176 void SetNext(SafepointPosition* next) {
184 SafepointPosition* GetNext() const {
198 SafepointPosition* next_;
200 DISALLOW_COPY_AND_ASSIGN(SafepointPosition);
545 SafepointPosition* FindSafepointJustBefore(size_t position) const {
546 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr;
572 SafepointPosition* new_last_safepoint = FindSafepointJustBefore(position);
841 SafepointPosition* safepoint = new (allocator_) SafepointPosition(instruction)
    [all...]
register_allocator.cc     [all...]

Completed in 3860 milliseconds