Searched refs:LoadImmutableFromObject (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | wasm-compiler.cc | 268 Node* LoadImmutableFromObject(MachineType type, Node* base, Node* offset) { in LoadImmutableFromObject() function in v8::internal::compiler::WasmGraphAssembler 269 return AddNode(graph()->NewNode(simplified_.LoadImmutableFromObject( in LoadImmutableFromObject() 274 Node* LoadImmutableFromObject(MachineType type, Node* base, int offset) { in LoadImmutableFromObject() function in v8::internal::compiler::WasmGraphAssembler 275 return LoadImmutableFromObject(type, base, IntPtrConstant(offset)); in LoadImmutableFromObject() 324 LoadImmutableFromObject(MachineType::TaggedPointer(), object, in LoadMap() 343 return LoadImmutableFromObject( in LoadInstanceType() 349 return LoadImmutableFromObject(MachineType::TaggedPointer(), map, in LoadWasmTypeInfo() 354 return LoadImmutableFromObject( in LoadSupertypes() 362 return LoadImmutableFromObject( in LoadFixedArrayLengthAsSmi() 381 return LoadImmutableFromObject(type, fixed_array, offset); in LoadImmutableFixedArrayElement() [all …]
|
| D | simplified-operator.h | 1031 const Operator* LoadImmutableFromObject(ObjectAccess const&); in NON_EXPORTED_BASE()
|
| D | opcodes.h | 434 V(LoadImmutableFromObject) \
|
| D | int64-lowering.cc | 274 simplified()->LoadImmutableFromObject(ObjectAccess( in LowerNode()
|
| D | simplified-operator.cc | 1835 V(LoadImmutableFromObject, ObjectAccess, Operator::kNoWrite, 2, 1, 1) \
|