Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmachine-graph.h54 Node* RelocatableIntPtrConstant(intptr_t value, RelocInfo::Mode rmode); in NON_EXPORTED_BASE()
Dmachine-graph.cc69 Node* MachineGraph::RelocatableIntPtrConstant(intptr_t value, in RelocatableIntPtrConstant() function in v8::internal::compiler::MachineGraph
Dwasm-compiler.cc188 Node* call_target = mcgraph()->RelocatableIntPtrConstant( in CallRuntimeStub()
754 stack_check_code_node_.set(mcgraph()->RelocatableIntPtrConstant( in StackCheck()
3131 args[0] = mcgraph()->RelocatableIntPtrConstant(code, RelocInfo::WASM_CALL); in CallDirect()
3392 args[0] = mcgraph()->RelocatableIntPtrConstant(code, RelocInfo::WASM_CALL); in ReturnCall()
5383 Node* call_target = mcgraph()->RelocatableIntPtrConstant( in AtomicOp()
5396 Node* call_target = mcgraph()->RelocatableIntPtrConstant( in AtomicOp()
6245 ? mcgraph()->RelocatableIntPtrConstant(wasm_stub, in GetTargetForBuiltinCall()
7068 Node* call_target = mcgraph()->RelocatableIntPtrConstant( in BuildSuspend()
7328 Node* call_target = mcgraph()->RelocatableIntPtrConstant( in BuildCapiCallWrapper()
Draw-machine-assembler.cc74 Node* RawMachineAssembler::RelocatableIntPtrConstant(intptr_t value, in RelocatableIntPtrConstant() function in v8::internal::compiler::RawMachineAssembler
Draw-machine-assembler.h95 Node* RelocatableIntPtrConstant(intptr_t value, RelocInfo::Mode rmode);