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

  /external/v8/src/runtime/
runtime-array.cc 296 Handle<AllocationSite> allocation_site; local
298 allocation_site = site;
302 factory->NewJSObjectFromMap(initial_map, NOT_TENURED, allocation_site));
  /external/v8/src/crankshaft/
typing.cc 636 Handle<AllocationSite> allocation_site; local
639 &allocation_site, expr->op());
643 expr->set_allocation_site(allocation_site);
hydrogen.cc 11174 Handle<AllocationSite> allocation_site = expr->allocation_site(); local
    [all...]
  /external/v8/src/arm64/
builtins-arm64.cc 521 Register allocation_site = x2; local
525 __ AssertUndefinedOrAllocationSite(allocation_site, x10);
528 __ Push(allocation_site, argc);
    [all...]
code-stubs-arm64.cc 2136 Register allocation_site = x4; local
4260 Register allocation_site = x2; local
4414 Register allocation_site = x2; local
    [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 482 HInstruction* allocation_site = Add<HLoadKeyed>( local
486 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site,
493 Add<HLoadNamedField>(allocation_site, nullptr, access);
501 allocation_site,
508 allocation_site,
516 allocation_site,
522 allocation_site,
1595 HValue* allocation_site = GetParameter( local
    [all...]
code-stubs.cc 3984 Node* allocation_site = assembler->LoadFixedArrayElement( local
4584 Node* allocation_site = local
4660 Node* allocation_site = assembler->Parameter( local
4680 Node* allocation_site = assembler->Parameter( local
    [all...]
  /external/v8/src/ic/
ic.cc 2716 Handle<AllocationSite> allocation_site = local
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 2318 const v8::HeapGraphNode* allocation_site = prop->GetToNode(); local
    [all...]
  /external/v8/src/ast/
ast.h 1915 Handle<AllocationSite> allocation_site() { return allocation_site_; } function in class:v8::internal::final
2022 Handle<AllocationSite> allocation_site() const { function in class:v8::internal::final
2152 Handle<AllocationSite> allocation_site() const { return allocation_site_; } function in class:v8::internal::final
    [all...]

Completed in 449 milliseconds