/external/v8/src/compiler/ |
effect-control-linearizer.h | 10 #include "src/compiler/node.h" 44 void ProcessNode(Node* node, Node** frame_state, Node** effect, 45 Node** control); 47 bool TryWireInStateEffect(Node* node, Node* frame_state, Node** effect [all...] |
machine-operator-reducer.h | 32 Reduction Reduce(Node* node) override; 35 Node* Float32Constant(volatile float value); 36 Node* Float64Constant(volatile double value); 37 Node* Int32Constant(int32_t value); 38 Node* Int64Constant(int64_t value); 39 Node* Uint32Constant(uint32_t value) { 42 Node* Uint64Constant(uint64_t value) { 45 Node* Float64Mul(Node* lhs, Node* rhs) [all...] |
raw-machine-assembler.h | 13 #include "src/compiler/node.h" 69 Node* NullConstant(); 70 Node* UndefinedConstant(); 73 Node* PointerConstant(void* value) { 76 Node* IntPtrConstant(intptr_t value) { 81 Node* RelocatableIntPtrConstant(intptr_t value, RelocInfo::Mode rmode); 82 Node* Int32Constant(int32_t value) { 85 Node* StackSlot(MachineRepresentation rep, int alignment = 0) { 88 Node* Int64Constant(int64_t value) { 91 Node* NumberConstant(double value) [all...] |
js-type-hint-lowering.h | 24 class Node; 61 Node* value() const { return value_; } 62 Node* effect() const { return effect_; } 63 Node* control() const { return control_; } 71 static LoweringResult SideEffectFree(Node* value, Node* effect, 72 Node* control) { 84 static LoweringResult Exit(Node* control) { 92 LoweringResult(LoweringResultKind kind, Node* value, Node* effect [all...] |
js-intrinsic-lowering.h | 39 Reduction Reduce(Node* node) final; 42 Reduction ReduceCreateIterResultObject(Node* node); 43 Reduction ReduceDebugIsActive(Node* node); 44 Reduction ReduceDeoptimizeNow(Node* node); 45 Reduction ReduceCreateJSGeneratorObject(Node* node); [all...] |
js-native-context-specialization.h | 59 Reduction Reduce(Node* node) final; 62 Reduction ReduceJSAdd(Node* node); 63 Reduction ReduceJSGetSuperConstructor(Node* node); 64 Reduction ReduceJSInstanceOf(Node* node); 65 Reduction ReduceJSHasInPrototypeChain(Node* node); [all...] |
wasm-compiler.h | 29 class Node; 39 // Expose {Node} and {Graph} opaquely as {wasm::TFNode} and {wasm::TFGraph}. 40 typedef compiler::Node TFNode; 112 Node* mem_start; 113 Node* mem_size; 114 Node* mem_mask; 131 Node** Buffer(size_t count) { 135 reinterpret_cast<Node**>(zone_->New(new_size * sizeof(Node*))); 144 Node* Error() [all...] |
node-properties.h | 8 #include "src/compiler/node.h" 22 // A facade that simplifies access to the different kinds of inputs to a node. 28 // 0 [ values, context, frame state, effects, control ] node->InputCount() 30 static int FirstValueIndex(Node* node) { return 0; } 31 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } 32 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); [all...] |
js-typed-lowering.h | 40 Reduction Reduce(Node* node) final; 45 Reduction ReduceJSAdd(Node* node); 46 Reduction ReduceJSBitwiseNot(Node* node); 47 Reduction ReduceJSDecrement(Node* node); 48 Reduction ReduceJSIncrement(Node* node); [all...] |
property-access-builder.h | 23 class Node; 37 bool TryBuildStringCheck(MapHandles const& maps, Node** receiver, 38 Node** effect, Node* control); 40 bool TryBuildNumberCheck(MapHandles const& maps, Node** receiver, 41 Node** effect, Node* control); 43 Node* BuildCheckHeapObject(Node* receiver, Node** effect, Node* control) [all...] |
js-call-reducer.h | 52 Reduction Reduce(Node* node) final; 59 Reduction ReduceArrayConstructor(Node* node); 60 Reduction ReduceBooleanConstructor(Node* node); 61 Reduction ReduceCallApiFunction(Node* node, 63 Reduction ReduceFunctionPrototypeApply(Node* node); [all...] |
/external/v8/src/builtins/ |
builtins-arguments-gen.h | 13 typedef compiler::Node Node; 22 Node* EmitFastNewStrictArguments(Node* context, Node* function); 23 Node* EmitFastNewSloppyArguments(Node* context, Node* function); 24 Node* EmitFastNewRestParameter(Node* context, Node* function) [all...] |
builtins-proxy-gen.h | 13 using compiler::Node; 22 Node* ProxyGetProperty(Node* context, Node* proxy, Node* name, 23 Node* receiver); 27 Node* ProxySetProperty(Node* context, Node* proxy, Node* name, Node* value [all...] |
builtins-constructor-gen.h | 18 Node* EmitFastNewFunctionContext(Node* closure, Node* slots, Node* context, 21 Node* EmitCreateRegExpLiteral(Node* feedback_vector, Node* slot, 22 Node* pattern, Node* flags, Node* context) [all...] |
builtins-promise-gen.h | 79 Node* AllocateAndInitJSPromise(Node* context); 82 Node* AllocateAndInitJSPromise(Node* context, Node* parent); 86 Node* AllocateAndSetJSPromise(Node* context, v8::Promise::PromiseState status, 87 Node* result); 89 Node* AllocatePromiseReaction(Node* next, Node* promise_or_capability [all...] |
builtins-async-gen.h | 19 typedef std::function<void(Node*)> ContextInitializer; 26 Node* Await(Node* context, Node* generator, Node* value, Node* outer_promise, 29 Node* on_resolve_context_index, Node* on_reject_context_index, 30 Node* is_predicted_as_caught); 31 Node* AwaitOptimized(Node* context, Node* generator, Node* value [all...] |
/external/v8/src/ic/ |
binary-op-assembler.h | 20 typedef compiler::Node Node; 25 Node* Generate_AddWithFeedback(Node* context, Node* lhs, Node* rhs, 26 Node* slot_id, Node* feedback_vector, 29 Node* Generate_SubtractWithFeedback(Node* context, Node* lhs, Node* rhs [all...] |
/external/one-true-awk/ |
proto.h | 27 extern int constnode(Node *); 28 extern char *strnode(Node *); 29 extern Node *notnull(Node *); 44 extern void penter(Node *); 45 extern void freetr(Node *); 50 extern void cfoll(fa *, Node *); 51 extern int first(Node *); 52 extern void follow(Node *); 57 extern Node *reparse(const char *) [all...] |
parse.c | 32 Node *nodealloc(int n) 34 Node *x; 36 x = (Node *) malloc(sizeof(Node) + (n-1)*sizeof(Node *)); 44 Node *exptostat(Node *a) 50 Node *node1(int a, Node *b) 52 Node *x [all...] |
/external/apache-commons-bcel/src/examples/Mini/ |
Node.java | 18 /* Generated By:JJTree: Do not edit this line. Node.java */ 27 public interface Node { 29 /** This method is called after the node has been made the current 30 node. It indicates that child nodes can now be added to it. */ 37 /** This pair of methods are used to inform the node of its 39 public void jjtSetParent(Node n); 40 public Node jjtGetParent(); 42 /** This method tells the node to add its argument to the node's 44 public void jjtAddChild(Node n, int i) [all...] |
/external/tensorflow/tensorflow/core/graph/ |
testlib.h | 40 // Adds a node in "g" producing a constant "tensor". 41 Node* Constant(Graph* g, const Tensor& tensor); 42 Node* Constant(Graph* g, const Tensor& tensor, const string& name); 44 // Adds a node in "g" producing a constant "tensor" on the host. 45 // The given node which, unlike the regular Constant above, always 49 Node* HostConstant(Graph* g, const Tensor& tensor); 50 Node* HostConstant(Graph* g, const Tensor& tensor, const string& name); 53 Node* Var(Graph* g, const DataType dtype, const TensorShape& shape); 54 Node* Var(Graph* g, const DataType dtype, const TensorShape& shape, 57 // Adds an assign node in "g" which assigns "val" into "var" [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachinePassRegistry.cpp | 22 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { 23 Node->setNext(List); 24 List = Node; 25 if (Listener) Listener->NotifyAdd(Node->getName(), 26 Node->getCtor(), 27 Node->getDescription()); 33 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { 35 if (*I == Node) { 36 if (Listener) Listener->NotifyRemove(Node->getName());
|
/external/skia/src/xml/ |
SkDOM.h | 29 typedef SkDOMNode Node; 34 const Node* build(SkStream&); 35 const Node* copy(const SkDOM& dom, const Node* node); 37 const Node* getRootNode() const; 40 const Node* finishParsing(); 46 Type getType(const Node*) const; 48 const char* getName(const Node*) const; 49 const Node* getFirstChild(const Node*, const char elem[] = nullptr) const [all...] |
/external/skqp/src/xml/ |
SkDOM.h | 29 typedef SkDOMNode Node; 34 const Node* build(SkStream&); 35 const Node* copy(const SkDOM& dom, const Node* node); 37 const Node* getRootNode() const; 40 const Node* finishParsing(); 46 Type getType(const Node*) const; 48 const char* getName(const Node*) const; 49 const Node* getFirstChild(const Node*, const char elem[] = nullptr) const [all...] |
/external/v8/src/interpreter/ |
interpreter-assembler.h | 28 compiler::Node* BytecodeOperandCount(int operand_index); 31 compiler::Node* BytecodeOperandFlag(int operand_index); 34 compiler::Node* BytecodeOperandIdxInt32(int operand_index); 37 compiler::Node* BytecodeOperandIdx(int operand_index); 40 compiler::Node* BytecodeOperandIdxSmi(int operand_index); 43 compiler::Node* BytecodeOperandUImm(int operand_index); 46 compiler::Node* BytecodeOperandUImmWord(int operand_index); 49 compiler::Node* BytecodeOperandUImmSmi(int operand_index); 52 compiler::Node* BytecodeOperandImm(int operand_index); 55 compiler::Node* BytecodeOperandImmIntPtr(int operand_index) [all...] |