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 227 class SafepointPosition : public ArenaObject<kArenaAllocSsaLiveness> {
229 explicit SafepointPosition(HInstruction* instruction)
233 void SetNext(SafepointPosition* next) {
241 SafepointPosition* GetNext() const {
255 SafepointPosition* next_;
257 DISALLOW_COPY_AND_ASSIGN(SafepointPosition);
624 for (SafepointPosition* safepoint = first_safepoint_;
632 SafepointPosition* FindSafepointJustBefore(size_t position) const {
633 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr;
659 SafepointPosition* new_last_safepoint = FindSafepointJustBefore(position)
    [all...]
register_allocation_resolver.cc 242 for (SafepointPosition* safepoint_position = current->GetFirstSafepoint();
384 for (SafepointPosition* safepoint_position = current->GetFirstSafepoint();

Completed in 65 milliseconds