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