Home
last modified time | relevance | path

Searched refs:ProtectedLoad (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.cc482 struct ProtectedLoad##Type##Operator final \
484 ProtectedLoad##Type##Operator() \
493 ProtectedLoad##Type##Operator kProtectedLoad##Type;
710 const Operator* MachineOperatorBuilder::ProtectedLoad(LoadRepresentation rep) { in ProtectedLoad() function in v8::internal::compiler::MachineOperatorBuilder
Dmachine-operator.h586 const Operator* ProtectedLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
Dopcodes.h548 V(ProtectedLoad) \
Dwasm-compiler.cc3213 load = graph()->NewNode(jsgraph()->machine()->ProtectedLoad(memtype), in LoadMem()