Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A 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()
H A Dmachine-operator.cc1043 struct ProtectedStore##Type##Operator \
1045 explicit ProtectedStore##Type##Operator() \
1049 "ProtectedStore", 3, 1, 1, 0, 1, 0, \
1063 ProtectedStore##Type##Operator kProtectedStore##Type;
1608 const Operator* MachineOperatorBuilder::ProtectedStore( in ProtectedStore() function in v8::internal::compiler::MachineOperatorBuilder
H A Dgraph-assembler.h319 Node* ProtectedStore(MachineRepresentation rep, Node* object, Node* offset,
H A Dmachine-operator.h945 const Operator* ProtectedStore(MachineRepresentation rep);
H A Dopcodes.h761 V(ProtectedStore) \
H A Dwasm-compiler.cc4211 gasm_->ProtectedStore(mem_rep, MemBuffer(capped_offset), index, val), in StoreMem()

Completed in 28 milliseconds