Searched refs:ComputeGlobalVar (Results 1 – 2 of 2) sorted by relevance
74 bool ComputeGlobalVar(Unique<Cell> cell, int* index);
350 ComputeGlobalVar(HStoreGlobalCell::cast(instr)->cell(), &index)) { in ComputeChanges()379 ComputeGlobalVar(HLoadGlobalCell::cast(instr)->cell(), &index)) { in ComputeDependsOn()442 bool SideEffectsTracker::ComputeGlobalVar(Unique<Cell> cell, int* index) { in ComputeGlobalVar() function in v8::internal::SideEffectsTracker