Home
last modified time | relevance | path

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

/external/v8/src/
Dglobals.h473 WRAP_AND_CALL enumerator
Dcode-stubs.h1542 return flags() == CALL_AS_METHOD || flags() == WRAP_AND_CALL; in CallAsMethod()
1545 bool NeedsChecks() const { return flags() != WRAP_AND_CALL; } in NeedsChecks()
Dhydrogen.cc6228 return New<HCallFunction>(function, argument_count, WRAP_AND_CALL); in BuildMonomorphicAccess()
7632 function, argument_count, WRAP_AND_CALL) in HandlePolymorphicCallNamed()
9054 function, argument_count, WRAP_AND_CALL); in VisitCall()