Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-graph.cc150 Node* JSGraph::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::JSGraph
Dmachine-operator-reducer.cc34 Node* MachineOperatorReducer::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc128 const Operator* CommonOperatorBuilder::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::CommonOperatorBuilder
Djs-generic-lowering.cc40 Node* JSGenericLowering::Int32Constant(int immediate) { in Int32Constant() function in v8::internal::compiler::JSGenericLowering
Dgraph-unittest.cc57 Node* GraphTest::Int32Constant(int32_t value) { in Int32Constant() function in v8::internal::compiler::GraphTest
Draw-machine-assembler.h74 Node* Int32Constant(int32_t value) { in Int32Constant() function
/external/v8/test/cctest/compiler/
Dsimplified-graph-builder.h45 Node* Int32Constant(int32_t value) { in Int32Constant() function
Dtest-instruction.cc60 Node* Int32Constant(int32_t val) { in Int32Constant() function in InstructionTester
Dtest-phi-reducer.cc43 Node* Int32Constant(int32_t val) { in Int32Constant() function in PhiReducerTester