Searched defs:IntPtrConstant (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ | ||
D | graph-assembler.cc | 22 Node* GraphAssembler::IntPtrConstant(intptr_t value) { in IntPtrConstant() function in v8::internal::compiler::GraphAssembler |
D | code-assembler.cc | 171 Node* CodeAssembler::IntPtrConstant(intptr_t value) { in IntPtrConstant() function in v8::internal::compiler::CodeAssembler |
D | raw-machine-assembler.h | 78 Node* IntPtrConstant(intptr_t value) { in IntPtrConstant() function |