Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-builtin-reducer.cc57 NodeProperties::GetBounds(GetJSCallInput(0)).upper->Is(t1); in InputsMatchOne()
63 NodeProperties::GetBounds(GetJSCallInput(0)).upper->Is(t1) && in InputsMatchTwo()
64 NodeProperties::GetBounds(GetJSCallInput(1)).upper->Is(t2); in InputsMatchTwo()
70 if (!NodeProperties::GetBounds(GetJSCallInput(i)).upper->Is(t)) { in InputsMatchAll()
77 Node* left() { return GetJSCallInput(0); } in left()
78 Node* right() { return GetJSCallInput(1); } in right()
86 Node* GetJSCallInput(int index) { in GetJSCallInput() function in v8::internal::compiler::JSCallReduction
123 Node* value = r.GetJSCallInput(0); in ReduceMathMax()
125 Node* p = r.GetJSCallInput(i); in ReduceMathMax()