Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-builtin-reducer.cc48 NodeProperties::GetType(GetJSCallInput(0))->Is(t1); in InputsMatchOne()
54 NodeProperties::GetType(GetJSCallInput(0))->Is(t1) && in InputsMatchTwo()
55 NodeProperties::GetType(GetJSCallInput(1))->Is(t2); in InputsMatchTwo()
61 if (!NodeProperties::GetType(GetJSCallInput(i))->Is(t)) { in InputsMatchAll()
68 Node* left() { return GetJSCallInput(0); } in left()
69 Node* right() { return GetJSCallInput(1); } in right()
77 Node* GetJSCallInput(int index) { in GetJSCallInput() function in v8::internal::compiler::JSCallReduction
106 Node* value = r.GetJSCallInput(0); in ReduceMathMax()
108 Node* const input = r.GetJSCallInput(i); in ReduceMathMax()