Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.cc498 struct ProtectedLoad##Type##Operator final \
500 ProtectedLoad##Type##Operator() \
509 ProtectedLoad##Type##Operator kProtectedLoad##Type;
929 const Operator* MachineOperatorBuilder::ProtectedLoad(LoadRepresentation rep) { in ProtectedLoad() function in v8::internal::compiler::MachineOperatorBuilder
Dmachine-operator.h590 const Operator* ProtectedLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
Dopcodes.h658 V(ProtectedLoad) \
Dsimd-scalar-lowering.cc368 load_op = machine()->ProtectedLoad(MachineTypeFrom(type)); in LowerLoadOp()
Dwasm-compiler.cc3196 load = graph()->NewNode(mcgraph()->machine()->ProtectedLoad(memtype), in LoadMem()