Searched refs:LoadImmutableFromObject (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A 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(typ in LoadImmutableFixedArrayElement() [all...] |
H A D | simplified-operator.h | 1024 // This operator comes in two flavors: LoadImmutableFromObject guarantees that 1028 // Note: LoadImmutableFromObject is unrelated to LoadImmutable and is lowered 1031 const Operator* LoadImmutableFromObject(ObjectAccess const&);
|
H A D | opcodes.h | 434 V(LoadImmutableFromObject) \
|
H A D | int64-lowering.cc | 274 simplified()->LoadImmutableFromObject(ObjectAccess( in LowerNode()
|
H A D | simplified-operator.cc | 1835 V(LoadImmutableFromObject, ObjectAccess, Operator::kNoWrite, 2, 1, 1) \
|
Completed in 14 milliseconds