Searched refs:TryInlineCall (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dhydrogen.h1010 bool TryInlineCall(Call* expr, bool drop_extra = false);
H A Dhydrogen.cc5106 if (FLAG_polymorphic_inlining && TryInlineCall(expr)) {
5467 bool HGraphBuilder::TryInlineCall(Call* expr, bool drop_extra) { function in class:HGraphBuilder
5872 if (TryInlineCall(expr)) return;
5940 if (TryInlineCall(expr)) return;
5976 if (TryInlineCall(expr, true)) { // Drop function from environment.

Completed in 69 milliseconds