Home
last modified time | relevance | path

Searched refs:SETTER_CALL_RETURN (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dhydrogen.cc4785 } else if (state->inlining_kind() == SETTER_CALL_RETURN) { in VisitReturnStatement()
7969 } else if (state->inlining_kind() == SETTER_CALL_RETURN) { in TryInline()
8083 SETTER_CALL_RETURN, in TryInlineSetter()
12144 } else if (inlining_kind == SETTER_CALL_RETURN) { in CopyForInlining()
Dhydrogen-instructions.h1994 SETTER_CALL_RETURN // Use the RHS of the assignment as the return value. enumerator