Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dallocation-site.h121 inline bool CanInlineCall() const;
Dallocation-site-inl.h99 bool AllocationSite::CanInlineCall() const { in CanInlineCall() function
/external/v8/src/compiler/
Dheap-refs.h566 bool CanInlineCall() const;
Djs-heap-broker.cc1031 bool CanInlineCall() const { return CanInlineCall_; } in CanInlineCall() function in v8::internal::compiler::AllocationSiteData
1212 CanInlineCall_ = object->CanInlineCall(); in AllocationSiteData()
3398 BIMODAL_ACCESSOR_C(AllocationSite, bool, CanInlineCall) in BIMODAL_ACCESSOR()
Djs-create-lowering.cc668 can_inline_call = site_ref->CanInlineCall(); in ReduceJSCreateArray()