Searched refs:ProtectedLoad (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | decompression-optimizer.cc | 216 machine()->ProtectedLoad(compressed_load_rep)); in ChangeLoad()
|
H A D | graph-assembler.cc | 466 Node* GraphAssembler::ProtectedLoad(MachineType type, Node* object, in ProtectedLoad() function in v8::internal::compiler::GraphAssembler 468 return AddNode(graph()->NewNode(machine()->ProtectedLoad(type), object, in ProtectedLoad()
|
H A D | machine-operator.cc | 937 struct ProtectedLoad##Type##Operator final \ 939 ProtectedLoad##Type##Operator() \ 942 Operator::kNoDeopt | Operator::kNoThrow, "ProtectedLoad", 2, 1, \ 954 ProtectedLoad##Type##Operator kProtectedLoad##Type; \ 1456 const Operator* MachineOperatorBuilder::ProtectedLoad(LoadRepresentation rep) { in ProtectedLoad() function in v8::internal::compiler::MachineOperatorBuilder
|
H A D | graph-assembler.h | 321 Node* ProtectedLoad(MachineType type, Node* object, Node* offset);
|
H A D | machine-operator.h | 934 const Operator* ProtectedLoad(LoadRepresentation rep);
|
H A D | opcodes.h | 760 V(ProtectedLoad) \
|
H A D | wasm-compiler.cc | 4128 load = gasm_->ProtectedLoad(memtype, MemBuffer(capped_offset), index); in LoadMem()
|
Completed in 23 milliseconds