Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-graph.h113 Node* RelocatableIntPtrConstant(intptr_t value, RelocInfo::Mode rmode); in NON_EXPORTED_BASE()
Djs-graph.cc224 Node* JSGraph::RelocatableIntPtrConstant(intptr_t value, in RelocatableIntPtrConstant() function in v8::internal::compiler::JSGraph
Draw-machine-assembler.cc38 Node* RawMachineAssembler::RelocatableIntPtrConstant(intptr_t value, in RelocatableIntPtrConstant() function in v8::internal::compiler::RawMachineAssembler
Dwasm-compiler.cc3044 mem_buffer_ = jsgraph()->RelocatableIntPtrConstant( in MemBuffer()
3050 return jsgraph()->RelocatableIntPtrConstant( in MemBuffer()
3114 Node* addr = jsgraph()->RelocatableIntPtrConstant( in GetGlobal()
3128 Node* addr = jsgraph()->RelocatableIntPtrConstant( in SetGlobal()
Draw-machine-assembler.h83 Node* RelocatableIntPtrConstant(intptr_t value, RelocInfo::Mode rmode);