Searched refs:ProtectedStore (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | graph-assembler.cc | 460 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()
|
D | machine-operator.cc | 1043 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
|
D | machine-operator.h | 945 const Operator* ProtectedStore(MachineRepresentation rep); in NON_EXPORTED_BASE()
|
D | opcodes.h | 761 V(ProtectedStore) \
|
D | graph-assembler.h | 319 Node* ProtectedStore(MachineRepresentation rep, Node* object, Node* offset,
|
D | wasm-compiler.cc | 4211 gasm_->ProtectedStore(mem_rep, MemBuffer(capped_offset), index, val), in StoreMem()
|