Home
last modified time | relevance | path

Searched defs:LoadImmutable (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h140 Node* LoadImmutable(MachineType type, Node* base) { in LoadImmutable() function
143 Node* LoadImmutable(MachineType type, Node* base, Node* index) { in LoadImmutable() function
Dmachine-operator.cc1446 const Operator* MachineOperatorBuilder::LoadImmutable(LoadRepresentation rep) { in LoadImmutable() function in v8::internal::compiler::MachineOperatorBuilder
Dwasm-compiler.cc278 Node* LoadImmutable(LoadRepresentation rep, Node* base, Node* offset) { in LoadImmutable() function in v8::internal::compiler::WasmGraphAssembler
283 Node* LoadImmutable(LoadRepresentation rep, Node* base, int offset) { in LoadImmutable() function in v8::internal::compiler::WasmGraphAssembler