Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-graph.h58 Node* PointerConstant(intptr_t value); in NON_EXPORTED_BASE()
60 Node* PointerConstant(T* value) { in NON_EXPORTED_BASE()
61 return PointerConstant(bit_cast<intptr_t>(value)); in NON_EXPORTED_BASE()
Dbasic-block-instrumentor.cc42 static const Operator* PointerConstant(CommonOperatorBuilder* common, in PointerConstant() function
80 PointerConstant(&common, data->GetCounterAddress(block_number))); in Instrument()
Dmachine-graph.cc78 Node* MachineGraph::PointerConstant(intptr_t value) { in PointerConstant() function in v8::internal::compiler::MachineGraph
81 *loc = graph()->NewNode(common()->PointerConstant(value)); in PointerConstant()
Draw-machine-assembler.h73 Node* PointerConstant(void* value) { in PointerConstant() function
750 return Load(rep, PointerConstant(address), Int32Constant(offset));
753 return Store(rep, PointerConstant(address), node, kNoWriteBarrier); in StoreToPointer()
757 return UnalignedLoad(rep, PointerConstant(address), Int32Constant(offset));
761 return UnalignedStore(rep, PointerConstant(address), node); in UnalignedStoreToPointer()
Dcommon-operator.h487 const Operator* PointerConstant(intptr_t); in NON_EXPORTED_BASE()
Dopcodes.h46 V(PointerConstant) \
Dcommon-operator.cc1175 const Operator* CommonOperatorBuilder::PointerConstant(intptr_t value) { in PointerConstant() function in v8::internal::compiler::CommonOperatorBuilder
Djs-native-context-specialization.cc2254 external_pointer = jsgraph()->PointerConstant( in BuildElementAccess()