Home
last modified time | relevance | path

Searched refs:PointerConstant (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-graph.h63 Node* PointerConstant(intptr_t value); in NON_EXPORTED_BASE()
65 Node* PointerConstant(T* value) { in NON_EXPORTED_BASE()
66 return PointerConstant(bit_cast<intptr_t>(value)); in NON_EXPORTED_BASE()
Dmachine-graph.cc92 Node* MachineGraph::PointerConstant(intptr_t value) { in PointerConstant() function in v8::internal::compiler::MachineGraph
95 *loc = graph()->NewNode(common()->PointerConstant(value)); in PointerConstant()
Dbasic-block-instrumentor.cc48 static const Operator* PointerConstant(CommonOperatorBuilder* common, in PointerConstant() function
93 counters_array = graph->NewNode(PointerConstant(&common, data->counts())); in Instrument()
Draw-machine-assembler.h87 Node* PointerConstant(void* value) { in PointerConstant() function
933 return Load(type, PointerConstant(address), Int32Constant(offset));
936 return Store(rep, PointerConstant(address), node, kNoWriteBarrier); in StoreToPointer()
940 return UnalignedLoad(type, PointerConstant(address), Int32Constant(offset));
944 return UnalignedStore(rep, PointerConstant(address), node); in UnalignedStoreToPointer()
Dcommon-operator.h514 const Operator* PointerConstant(intptr_t); in NON_EXPORTED_BASE()
Dopcodes.h45 V(PointerConstant) \
Dcommon-operator.cc1212 const Operator* CommonOperatorBuilder::PointerConstant(intptr_t value) { in PointerConstant() function in v8::internal::compiler::CommonOperatorBuilder
Dcode-assembler.h536 TNode<RawPtrT> PointerConstant(void* value) { in PointerConstant() function
Djs-native-context-specialization.cc2671 external_pointer = jsgraph()->PointerConstant(typed_array->data_ptr()); in BuildElementAccess()
/third_party/node/deps/v8/src/builtins/
Dbase.tq1242 extern macro PointerConstant(constexpr RawPtr): RawPtr;