Home
last modified time | relevance | path

Searched refs:ProtectedLoad (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Ddecompression-optimizer.cc216 machine()->ProtectedLoad(compressed_load_rep)); in ChangeLoad()
H A Dgraph-assembler.cc466 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 Dmachine-operator.cc937 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 Dgraph-assembler.h321 Node* ProtectedLoad(MachineType type, Node* object, Node* offset);
H A Dmachine-operator.h934 const Operator* ProtectedLoad(LoadRepresentation rep);
H A Dopcodes.h760 V(ProtectedLoad) \
H A Dwasm-compiler.cc4128 load = gasm_->ProtectedLoad(memtype, MemBuffer(capped_offset), index); in LoadMem()

Completed in 23 milliseconds