Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining.cc67 class Inlinee { class
69 Inlinee(Node* start, Node* end) : start_(start), end_(end) {} in Inlinee() function in v8::internal::compiler::Inlinee
114 void Inlinee::UnifyReturn(JSGraph* jsgraph) { in UnifyReturn()
233 void Inlinee::InlineAtCall(JSGraph* jsgraph, Node* call) { in InlineAtCall()
419 Inlinee::UnifyReturn(&jsgraph); in TryInlineCall()
424 Inlinee inlinee(visitor.GetCopy(graph.start()), visitor.GetCopy(graph.end())); in TryInlineCall()