HomeSort by relevance Sort by last modified time
    Searched refs:allocation_site (Results 1 - 23 of 23) sorted by null

  /external/v8/src/
type-info.cc 230 Handle<AllocationSite>* allocation_site,
240 *allocation_site = Handle<AllocationSite>::null();
255 *allocation_site = handle(first_allocation_site);
257 *allocation_site = Handle<AllocationSite>::null();
type-info.h 85 Handle<AllocationSite>* allocation_site,
code-stubs-hydrogen.cc 505 HInstruction* allocation_site = Add<HLoadKeyed>( local
509 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site,
516 Add<HLoadNamedField>(allocation_site, nullptr, access);
524 allocation_site,
531 allocation_site,
539 allocation_site,
545 allocation_site,
573 HInstruction* allocation_site = Add<HLoadKeyed>( local
578 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site,
585 Add<HLoadNamedField>(allocation_site, nullptr, access)
1524 HValue* allocation_site = GetParameter( local
    [all...]
factory.h 390 Handle<AllocationSite> allocation_site = Handle<AllocationSite>::null());
690 Handle<AllocationSite> allocation_site);
factory.cc 68 Handle<AllocationSite> allocation_site) {
71 isolate()->heap()->Allocate(*map, space, *allocation_site),
    [all...]
code-stubs.h     [all...]
objects-debug.cc 1009 VerifyHeapPointer(allocation_site());
    [all...]
objects-inl.h     [all...]
objects.h 517 V(ALLOCATION_SITE, AllocationSite, allocation_site) \
    [all...]
  /external/v8/src/runtime/
runtime-array.cc 297 Handle<AllocationSite> allocation_site; local
299 allocation_site = site;
303 factory->NewJSObjectFromMap(initial_map, NOT_TENURED, allocation_site));
  /external/v8/src/crankshaft/
typing.cc 642 Handle<AllocationSite> allocation_site; local
645 &allocation_site, expr->op());
649 expr->set_allocation_site(allocation_site);
hydrogen-instructions.h     [all...]
hydrogen.cc 10902 Handle<AllocationSite> allocation_site = expr->allocation_site(); local
    [all...]
hydrogen.h     [all...]
hydrogen-instructions.cc     [all...]
  /external/v8/src/ic/
ic.cc 2644 Handle<AllocationSite> allocation_site = local
    [all...]
ic.h 601 MaybeHandle<Object> Transition(Handle<AllocationSite> allocation_site,
  /external/v8/src/heap/
heap.cc     [all...]
heap.h     [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 2840 Register allocation_site = x4; local
5032 Register allocation_site = x2; local
5193 Register allocation_site = x2; local
    [all...]
builtins-arm64.cc 442 Register allocation_site = x2; local
446 __ AssertUndefinedOrAllocationSite(allocation_site, x10);
448 __ Push(allocation_site, argc);
    [all...]
  /external/v8/src/ast/
ast.h 1954 Handle<AllocationSite> allocation_site() { return allocation_site_; } function in class:v8::internal::final
2055 Handle<AllocationSite> allocation_site() const { function in class:v8::internal::final
2185 Handle<AllocationSite> allocation_site() const { return allocation_site_; } function in class:v8::internal::final
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 2315 const v8::HeapGraphNode* allocation_site = prop->GetToNode(); local
    [all...]

Completed in 276 milliseconds