Lines Matching refs:Node
36 Node* const string = Parameter(Descriptor::kString);
37 Node* const context = Parameter(Descriptor::kContext);
53 Node* const instance_type = to_direct.instance_type();
60 Node* const dst = AllocateSeqOneByteString(context, length);
66 Node* const dst_ptr = PointerToSeqStringData(dst);
70 Node* const start_address = to_direct.PointerToData(&call_c);
74 Node* const to_lower_table_addr =
81 [=, &var_cursor, &var_did_change](Node* current) {
82 Node* c = Load(MachineType::Uint8(), current);
83 Node* lower =
108 Node* const src = to_direct.string();
110 Node* const function_addr =
112 Node* const isolate_ptr =
118 Node* const result =
130 Node* const result = CallRuntime(Runtime::kStringToLowerCaseIntl,
137 Node* const maybe_string = Parameter(Descriptor::kReceiver);
138 Node* const context = Parameter(Descriptor::kContext);
140 Node* const string =