Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-operator.h1405 TNode<Object> ArgumentOr(int i, Node* default_value) const { in ArgumentOr() function
1410 return ArgumentOr(i, js_node_wrapper_utils::UndefinedConstant(jsgraph)); in ArgumentOrUndefined()
Djs-call-reducer.cc2395 Node* right = n.ArgumentOr(1, jsgraph()->ZeroConstant()); in ReduceMathImul()
3083 Node* arg_new_target = n.ArgumentOr(2, arg_target); in ReduceReflectConstruct()
6076 Node* start = n.ArgumentOr(0, jsgraph()->ZeroConstant()); in ReduceArrayPrototypeSlice()
6486 Node* index = n.ArgumentOr(0, jsgraph()->ZeroConstant()); in ReduceStringPrototypeStringAt()
6561 Node* index = n.ArgumentOr(0, jsgraph()->ZeroConstant()); in ReduceStringPrototypeCharAt()
7840 Node* offset = n.ArgumentOr(0, jsgraph()->ZeroConstant()); in ReduceDataViewAccess()
7847 n.ArgumentOr(endian_index, jsgraph()->FalseConstant()); in ReduceDataViewAccess()
8168 Node* value = n.ArgumentOr(0, jsgraph()->ZeroConstant()); in ReduceNumberConstructor()