Searched refs:ArgumentsObjectState (Results 1 – 4 of 4) sorted by relevance
365 const Operator* ArgumentsObjectState(); in NON_EXPORTED_BASE()
62 V(ArgumentsObjectState) \
149 Node* arguments = graph()->NewNode(common()->ArgumentsObjectState()); in ReduceFunctionPrototypeApply()
1235 const Operator* CommonOperatorBuilder::ArgumentsObjectState() { in ArgumentsObjectState() function in v8::internal::compiler::CommonOperatorBuilder