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 315 Handle<AllocationSite> allocation_site; local
317 allocation_site = site;
321 factory->NewJSObjectFromMap(initial_map, NOT_TENURED, allocation_site));
  /external/v8/src/
code-stubs-hydrogen.cc 467 HValue* allocation_site = GetParameter(Descriptor::kAllocationSite); local
474 HAllocationMode allocation_mode(allocation_site);
code-stubs.cc 2167 Node* allocation_site = track_allocation_site local
2252 Node* allocation_site = assembler->Parameter(Descriptor::kAllocationSite); local
2271 Node* allocation_site = assembler.Parameter(Descriptor::kAllocationSite); local
    [all...]
  /external/v8/src/builtins/
builtins-constructor.cc 466 Node* allocation_site, Node* capacity, ElementsKind kind) {
476 kind, boilerplate_map, length, allocation_site, capacity, param_mode);
511 Node* allocation_site = LoadFixedArrayElement( local
514 GotoIf(IsUndefined(allocation_site), call_runtime);
515 allocation_site = LoadFixedArrayElement(feedback_vector, literal_index, 0,
519 LoadObjectField(allocation_site, AllocationSite::kTransitionInfoOffset);
523 allocation_site =
524 allocation_site_mode == TRACK_ALLOCATION_SITE ? allocation_site : nullptr;
553 allocation_site, capacity, FAST_DOUBLE_ELEMENTS);
563 allocation_site, capacity, FAST_ELEMENTS)
669 Node* allocation_site = LoadFixedArrayElement( local
    [all...]
builtins-regexp.cc 1889 Node* const allocation_site = nullptr; local
2239 Node* const allocation_site = nullptr; local
    [all...]
  /external/v8/src/crankshaft/
typing.cc 631 Handle<AllocationSite> allocation_site; local
634 &right_type, &type, &fixed_right_arg, &allocation_site,
640 expr->set_allocation_site(allocation_site);
hydrogen.cc 10714 Handle<AllocationSite> allocation_site = expr->allocation_site(); local
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 2983 Register allocation_site = x2; local
3126 Register allocation_site = x2; local
    [all...]
  /external/v8/src/ic/
ic.cc 2884 Handle<AllocationSite> allocation_site = local
    [all...]
  /external/v8/src/ast/
ast.h 1857 Handle<AllocationSite> allocation_site() { return allocation_site_; } function in class:v8::internal::final
1972 Handle<AllocationSite> allocation_site() const { function in class:v8::internal::final
2109 Handle<AllocationSite> allocation_site() const { return allocation_site_; } function in class:v8::internal::final
    [all...]

Completed in 322 milliseconds