Home
last modified time | relevance | path

Searched refs:FastMapParameterOf (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h430 Handle<Map> FastMapParameterOf(const Operator* op) V8_WARN_UNUSED_RESULT;
Dload-elimination.cc880 Handle<Map> fast_map(FastMapParameterOf(node->op())); in ReduceTransitionAndStoreElement()
Dsimplified-operator.cc499 Handle<Map> FastMapParameterOf(const Operator* op) { in FastMapParameterOf() function
Dsimplified-lowering.cc2610 Handle<Map> fast_map = FastMapParameterOf(node->op()); in VisitNode()
Deffect-control-linearizer.cc3974 Handle<Map> target(to == HOLEY_ELEMENTS ? FastMapParameterOf(node->op()) in TransitionElementsTo()