Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-graph.h49 Node* RelocatableIntPtrConstant(intptr_t value, RelocInfo::Mode rmode); in NON_EXPORTED_BASE()
Dmachine-graph.cc55 Node* MachineGraph::RelocatableIntPtrConstant(intptr_t value, in RelocatableIntPtrConstant() function in v8::internal::compiler::MachineGraph
Draw-machine-assembler.cc53 Node* RawMachineAssembler::RelocatableIntPtrConstant(intptr_t value, in RelocatableIntPtrConstant() function in v8::internal::compiler::RawMachineAssembler
Dwasm-compiler.cc282 stack_check_code_node_.set(mcgraph()->RelocatableIntPtrConstant( in StackCheck()
2016 Node* call_target = mcgraph()->RelocatableIntPtrConstant( in GrowMemory()
2625 args[0] = mcgraph()->RelocatableIntPtrConstant(code, RelocInfo::WASM_CALL); in CallDirect()
4033 ? mcgraph()->RelocatableIntPtrConstant( in BuildAllocateHeapNumberWithValue()
4212 ? mcgraph()->RelocatableIntPtrConstant( in BuildJavaScriptToNumber()
4540 args[pos++] = mcgraph()->RelocatableIntPtrConstant( in BuildWasmToJSWrapper()
4576 args[pos++] = mcgraph()->RelocatableIntPtrConstant( in BuildWasmToJSWrapper()
Draw-machine-assembler.h81 Node* RelocatableIntPtrConstant(intptr_t value, RelocInfo::Mode rmode);