Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator.h499 Type AllocateTypeOf(const Operator* op) V8_WARN_UNUSED_RESULT;
Dsimplified-operator.cc592 Type AllocateTypeOf(const Operator* op) { in AllocateTypeOf() function
Dtyper.cc2031 return AllocateTypeOf(node->op()); in TypeAllocate()