Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.cc4495 } else if (state->inlining_kind() == SETTER_CALL_RETURN) { in VisitReturnStatement()
8296 } else if (state->inlining_kind() == SETTER_CALL_RETURN) { in TryInline()
8398 id, assignment_id, SETTER_CALL_RETURN, in TryInlineSetter()
12668 } else if (inlining_kind == SETTER_CALL_RETURN) { in CopyForInlining()
Dhydrogen-instructions.h1745 SETTER_CALL_RETURN // Use the RHS of the assignment as the return value. enumerator