Home | History | Annotate | Download | only in compiler

Lines Matching refs:Node

56 Node* CodeStubAssembler::Int32Constant(int value) {
61 Node* CodeStubAssembler::IntPtrConstant(intptr_t value) {
66 Node* CodeStubAssembler::NumberConstant(double value) {
71 Node* CodeStubAssembler::HeapConstant(Handle<HeapObject> object) {
76 Node* CodeStubAssembler::BooleanConstant(bool value) {
81 Node* CodeStubAssembler::Parameter(int value) {
86 void CodeStubAssembler::Return(Node* value) {
91 Node* CodeStubAssembler::SmiShiftBitsConstant() {
96 Node* CodeStubAssembler::SmiTag(Node* value) {
101 Node* CodeStubAssembler::SmiUntag(Node* value) {
106 Node* CodeStubAssembler::IntPtrAdd(Node* a, Node* b) {
111 Node* CodeStubAssembler::IntPtrSub(Node* a, Node* b) {
116 Node* CodeStubAssembler::WordShl(Node* value, int shift) {
121 Node* CodeStubAssembler::LoadObjectField(Node* object, int offset) {
127 Node* CodeStubAssembler::CallN(CallDescriptor* descriptor, Node* code_target,
128 Node** args) {
133 Node* CodeStubAssembler::TailCallN(CallDescriptor* descriptor,
134 Node* code_target, Node** args) {
139 Node* CodeStubAssembler::CallRuntime(Runtime::FunctionId function_id,
140 Node* context, Node* arg1) {
145 Node* CodeStubAssembler::CallRuntime(Runtime::FunctionId function_id,
146 Node* context, Node* arg1, Node* arg2) {
151 Node* CodeStubAssembler::TailCallRuntime(Runtime::FunctionId function_id,
152 Node* context, Node* arg1) {
157 Node* CodeStubAssembler::TailCallRuntime(Runtime::FunctionId function_id,
158 Node* context, Node* arg1,
159 Node* arg2) {