Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dallocation-site.h127 inline bool CanInlineCall() const;
Dallocation-site-inl.h107 bool AllocationSite::CanInlineCall() const { in CanInlineCall() function
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h653 bool CanInlineCall() const;
Dheap-refs.cc1416 HEAP_ACCESSOR_C(AllocationSite, bool, CanInlineCall) in HEAP_ACCESSOR_C() argument
Djs-create-lowering.cc653 can_inline_call = site_ref->CanInlineCall(); in ReduceJSCreateArray()