Home
last modified time | relevance | path

Searched refs:ComputeGlobalVar (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dhydrogen-gvn.h74 bool ComputeGlobalVar(Unique<Cell> cell, int* index);
Dhydrogen-gvn.cc350 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