Searched refs:ProtectedLoad (Results 1 – 7 of 7) sorted by relevance
216 machine()->ProtectedLoad(compressed_load_rep)); in ChangeLoad()
466 Node* GraphAssembler::ProtectedLoad(MachineType type, Node* object, in ProtectedLoad() function in v8::internal::compiler::GraphAssembler468 return AddNode(graph()->NewNode(machine()->ProtectedLoad(type), object, in ProtectedLoad()
937 struct ProtectedLoad##Type##Operator final \939 ProtectedLoad##Type##Operator() \954 ProtectedLoad##Type##Operator kProtectedLoad##Type; \1456 const Operator* MachineOperatorBuilder::ProtectedLoad(LoadRepresentation rep) { in ProtectedLoad() function in v8::internal::compiler::MachineOperatorBuilder
934 const Operator* ProtectedLoad(LoadRepresentation rep); in NON_EXPORTED_BASE()
760 V(ProtectedLoad) \
321 Node* ProtectedLoad(MachineType type, Node* object, Node* offset);
4128 load = gasm_->ProtectedLoad(memtype, MemBuffer(capped_offset), index); in LoadMem()