Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining.cc424 Inlinee inlinee(visitor.GetCopy(graph.start()), visitor.GetCopy(graph.end())); in TryInlineCall() local
428 if (call.formal_arguments() != inlinee.formal_parameters()) { in TryInlineCall()
442 inlinee.InlineAtCall(jsgraph_, call_node); in TryInlineCall()
/external/v8/test/webkit/
Ddfg-inline-constant-expected.txt24 …inlining in the DFG JIT doesn't get confused by constants being reused between inliner and inlinee.