HomeSort by relevance Sort by last modified time
    Searched defs:target_function (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
js-call-reducer.cc 631 Node* target_function = local
634 // Check that the {target} is still the {target_function}.
636 target_function);
640 // Specialize the JSCall node to the {target_function}.
641 NodeProperties::ReplaceValueInput(node, target_function, 0);
751 Node* target_function = local
754 // Check that the {target} is still the {target_function}.
756 target_function);
760 // Specialize the JSConstruct node to the {target_function}
    [all...]
  /external/v8/src/
factory.cc 2252 JSReceiver::GetPrototype(isolate(), target_function), JSBoundFunction); local
    [all...]

Completed in 60 milliseconds