Home
last modified time | relevance | path

Searched refs:UniqueInt32Constant (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dgraph-assembler.cc29 Node* GraphAssembler::UniqueInt32Constant(int32_t value) { in UniqueInt32Constant() function in v8::internal::compiler::GraphAssembler
Dgraph-assembler.h179 Node* UniqueInt32Constant(int32_t value);
Dmemory-optimizer.cc216 Node* size = __ UniqueInt32Constant(object_size); in VisitAllocateRaw()