Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h49 struct CallParameters { struct
115 CallParameters parameters = {arguments, flags}; in Call()
116 OP1(JSCallFunction, CallParameters, parameters, Operator::kNoProperties, in Call()
Djs-generic-lowering.cc384 CallParameters p = OpParameter<CallParameters>(node); in LowerJSCallFunction()