Home
last modified time | relevance | path

Searched refs:ProtectedStore (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.cc460 Node* GraphAssembler::ProtectedStore(MachineRepresentation rep, Node* object, in ProtectedStore() function in v8::internal::compiler::GraphAssembler
462 return AddNode(graph()->NewNode(machine()->ProtectedStore(rep), object, in ProtectedStore()
Dmachine-operator.cc1043 struct ProtectedStore##Type##Operator \
1045 explicit ProtectedStore##Type##Operator() \
1063 ProtectedStore##Type##Operator kProtectedStore##Type;
1608 const Operator* MachineOperatorBuilder::ProtectedStore( in ProtectedStore() function in v8::internal::compiler::MachineOperatorBuilder
Dmachine-operator.h945 const Operator* ProtectedStore(MachineRepresentation rep); in NON_EXPORTED_BASE()
Dopcodes.h761 V(ProtectedStore) \
Dgraph-assembler.h319 Node* ProtectedStore(MachineRepresentation rep, Node* object, Node* offset,
Dwasm-compiler.cc4211 gasm_->ProtectedStore(mem_rep, MemBuffer(capped_offset), index, val), in StoreMem()