HomeSort by relevance Sort by last modified time
    Searched defs:maybe_allocation_site (Results 1 - 2 of 2) sorted by null

  /external/v8/src/builtins/
builtins-constructor-gen.cc 347 TNode<Object> maybe_allocation_site = local
349 GotoIf(NotHasBoilerplate(maybe_allocation_site), call_runtime);
351 TNode<AllocationSite> allocation_site = CAST(maybe_allocation_site);
386 TNode<Object> maybe_allocation_site = local
392 GotoIf(TaggedIsSmi(maybe_allocation_site), &initialize_allocation_site);
394 allocation_site = CAST(maybe_allocation_site);
432 TNode<Object> maybe_allocation_site = local
434 GotoIf(NotHasBoilerplate(maybe_allocation_site), call_runtime);
436 TNode<AllocationSite> allocation_site = CAST(maybe_allocation_site);
builtins-array-gen.cc 4128 TNode<HeapObject> maybe_allocation_site = local
4270 TNode<HeapObject> maybe_allocation_site = local
    [all...]

Completed in 642 milliseconds