Home
last modified time | relevance | path

Searched defs:Int32Constant (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Djs-graph.cc177 Node* JSGraph::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::JSGraph
Dmachine-operator-reducer.cc37 Node* MachineOperatorReducer::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc829 const Operator* CommonOperatorBuilder::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CommonOperatorBuilder
Dcode-assembler.cc100 Node* CodeAssembler::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CodeAssembler
Draw-machine-assembler.h84 Node* Int32Constant(int32_t value) { in Int32Constant() function
Dwasm-compiler.cc405 Node* WasmGraphBuilder::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::WasmGraphBuilder