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

  /external/chromium_org/v8/src/
type-info.h 81 Handle<AllocationSite>* allocation_site,
type-info.cc 215 Handle<AllocationSite>* allocation_site,
225 *allocation_site = Handle<AllocationSite>::null();
240 *allocation_site = handle(first_allocation_site);
242 *allocation_site = Handle<AllocationSite>::null();
code-stubs-hydrogen.cc 339 HInstruction* allocation_site = Add<HLoadKeyed>(GetParameter(0), local
344 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site,
351 allocation_site, static_cast<HValue*>(NULL), access);
359 allocation_site,
366 allocation_site,
374 allocation_site,
380 allocation_site,
403 HInstruction* allocation_site = Add<HLoadKeyed>(GetParameter(0), local
409 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site,
416 allocation_site, static_cast<HValue*>(NULL), access)
1128 HValue* allocation_site = GetParameter( local
    [all...]
typing.cc 612 Handle<AllocationSite> allocation_site; local
615 &allocation_site, expr->op());
619 expr->set_allocation_site(allocation_site);
factory.h 379 Handle<AllocationSite> allocation_site = Handle<AllocationSite>::null());
662 Handle<AllocationSite> allocation_site);
factory.cc 29 Handle<AllocationSite> allocation_site) {
32 isolate()->heap()->Allocate(*map, space, *allocation_site),
    [all...]
hydrogen.cc 9304 Handle<AllocationSite> allocation_site = expr->allocation_site(); local
10236 Handle<AllocationSite> allocation_site = expr->allocation_site(); local
    [all...]
hydrogen-instructions.h     [all...]
ast.h 1790 Handle<AllocationSite> allocation_site() { return allocation_site_; } function in class:v8::internal::FINAL
1872 Handle<AllocationSite> allocation_site() const { function in class:v8::internal::FINAL
1996 Handle<AllocationSite> allocation_site() const { return allocation_site_; } function in class:v8::internal::FINAL
    [all...]
full-codegen.cc 371 Handle<AllocationSite> allocation_site = local
373 vector->set(slot, *allocation_site);
    [all...]
objects-debug.cc 967 VerifyHeapPointer(allocation_site());
    [all...]
code-stubs.h     [all...]
hydrogen.h     [all...]
objects.h 531 V(ALLOCATION_SITE, AllocationSite, allocation_site) \
    [all...]
hydrogen-instructions.cc     [all...]
runtime.cc     [all...]
objects-inl.h     [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 2304 Handle<AllocationSite> allocation_site = local
    [all...]
ic.h 610 MaybeHandle<Object> Transition(Handle<AllocationSite> allocation_site,
  /external/chromium_org/v8/src/heap/
heap.cc     [all...]
heap.h     [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 2968 Register allocation_site = feedback_vector; local
4632 Register allocation_site = x2; local
4793 Register allocation_site = x2; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 2265 const v8::HeapGraphNode* allocation_site = prop->GetToNode(); local
    [all...]

Completed in 468 milliseconds