Lines Matching refs:LoadImmutableFromObject
268 Node* LoadImmutableFromObject(MachineType type, Node* base, Node* offset) {
269 return AddNode(graph()->NewNode(simplified_.LoadImmutableFromObject(
274 Node* LoadImmutableFromObject(MachineType type, Node* base, int offset) {
275 return LoadImmutableFromObject(type, base, IntPtrConstant(offset));
324 LoadImmutableFromObject(MachineType::TaggedPointer(), object,
343 return LoadImmutableFromObject(
349 return LoadImmutableFromObject(MachineType::TaggedPointer(), map,
354 return LoadImmutableFromObject(
362 return LoadImmutableFromObject(
381 return LoadImmutableFromObject(type, fixed_array, offset);
442 return LoadImmutableFromObject(
448 return LoadImmutableFromObject(
489 return LoadImmutableFromObject(
3103 Node* target_node = gasm_->LoadImmutableFromObject(
3306 Node* ref_node = gasm_->LoadImmutableFromObject(
3317 Node* wrapper_code = gasm_->LoadImmutableFromObject(
6032 : gasm_->LoadImmutableFromObject(machine_type, struct_object,
6080 : gasm_->LoadImmutableFromObject(machine_type, array_object,