Home
last modified time | relevance | path

Searched defs:IntPtrConstant (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dgraph-assembler.cc22 Node* GraphAssembler::IntPtrConstant(intptr_t value) { in IntPtrConstant() function in v8::internal::compiler::GraphAssembler
Dcode-assembler.cc171 Node* CodeAssembler::IntPtrConstant(intptr_t value) { in IntPtrConstant() function in v8::internal::compiler::CodeAssembler
Draw-machine-assembler.h78 Node* IntPtrConstant(intptr_t value) { in IntPtrConstant() function