Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-builtin-reducer.cc58 NodeProperties::GetType(GetJSCallInput(0))->Is(t1); in InputsMatchOne()
64 NodeProperties::GetType(GetJSCallInput(0))->Is(t1) && in InputsMatchTwo()
65 NodeProperties::GetType(GetJSCallInput(1))->Is(t2); in InputsMatchTwo()
71 if (!NodeProperties::GetType(GetJSCallInput(i))->Is(t)) { in InputsMatchAll()
79 Node* left() { return GetJSCallInput(0); } in left()
80 Node* right() { return GetJSCallInput(1); } in right()
88 Node* GetJSCallInput(int index) { in GetJSCallInput() function in v8::internal::compiler::JSCallReduction
971 Node* input = ToNumber(r.GetJSCallInput(0)); in ReduceGlobalIsFinite()
985 Node* input = ToNumber(r.GetJSCallInput(0)); in ReduceGlobalIsNaN()
998 Node* input = ToNumber(r.GetJSCallInput(0)); in ReduceMathAbs()
[all …]