Searched defs:CanInlineCall (Results 1 – 2 of 2) sorted by relevance
| /external/v8/src/objects/ | ||
| D | allocation-site-inl.h | 99 bool AllocationSite::CanInlineCall() const { in CanInlineCall() function |
| /external/v8/src/compiler/ | ||
| D | js-heap-broker.cc | 1031 bool CanInlineCall() const { return CanInlineCall_; } in CanInlineCall() function in v8::internal::compiler::AllocationSiteData |