Searched refs:PointerConstant (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/ |
D | machine-graph.h | 58 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()
|
D | basic-block-instrumentor.cc | 42 static const Operator* PointerConstant(CommonOperatorBuilder* common, in PointerConstant() function 80 PointerConstant(&common, data->GetCounterAddress(block_number))); in Instrument()
|
D | machine-graph.cc | 78 Node* MachineGraph::PointerConstant(intptr_t value) { in PointerConstant() function in v8::internal::compiler::MachineGraph 81 *loc = graph()->NewNode(common()->PointerConstant(value)); in PointerConstant()
|
D | raw-machine-assembler.h | 73 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()
|
D | common-operator.h | 487 const Operator* PointerConstant(intptr_t); in NON_EXPORTED_BASE()
|
D | opcodes.h | 46 V(PointerConstant) \
|
D | common-operator.cc | 1175 const Operator* CommonOperatorBuilder::PointerConstant(intptr_t value) { in PointerConstant() function in v8::internal::compiler::CommonOperatorBuilder
|
D | js-native-context-specialization.cc | 2254 external_pointer = jsgraph()->PointerConstant( in BuildElementAccess()
|