Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.cc563 struct ProtectedStore##Type##Operator \
565 explicit ProtectedStore##Type##Operator() \
579 ProtectedStore##Type##Operator kProtectedStore##Type;
982 const Operator* MachineOperatorBuilder::ProtectedStore( in ProtectedStore() function in v8::internal::compiler::MachineOperatorBuilder
Dmachine-operator.h594 const Operator* ProtectedStore(MachineRepresentation rep); in NON_EXPORTED_BASE()
Dopcodes.h659 V(ProtectedStore) \
Dsimd-scalar-lowering.cc430 machine()->ProtectedStore(MachineTypeFrom(rep_type).representation()); in LowerStoreOp()
Dwasm-compiler.cc3254 graph()->NewNode(mcgraph()->machine()->ProtectedStore(mem_rep), in StoreMem()