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

1 2

  /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-constructor.h 58 Node* boilerplate_elements, Node* allocation_site,
builtins-regexp.cc 1889 Node* const allocation_site = nullptr; local
2239 Node* const allocation_site = nullptr; local
    [all...]
  /external/v8/src/
type-info.cc 289 Handle<AllocationSite>* allocation_site,
301 *allocation_site = Handle<AllocationSite>::null();
313 *allocation_site = Handle<AllocationSite>::null();
350 *allocation_site = handle(first_allocation_site);
352 *allocation_site = Handle<AllocationSite>::null();
type-info.h 82 Handle<AllocationSite>* allocation_site,
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...]
log.h 196 AllocationSite* allocation_site);
code-stub-assembler.h 561 Node* allocation_site);
566 ElementsKind kind, Node* array_map, Node* length, Node* allocation_site,
571 Node* length, Node* allocation_site = nullptr,
653 Node* allocation_site);
    [all...]
factory.h 489 Handle<AllocationSite> allocation_site = Handle<AllocationSite>::null());
    [all...]
code-stub-assembler.cc     [all...]
factory.cc 74 Handle<AllocationSite> allocation_site) {
77 isolate()->heap()->Allocate(*map, space, *allocation_site),
    [all...]
log.cc     [all...]
code-stubs.h     [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-instructions.h     [all...]
hydrogen.cc 10714 Handle<AllocationSite> allocation_site = expr->allocation_site(); local
    [all...]
  /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/ic/
ic.cc 2884 Handle<AllocationSite> allocation_site = local
    [all...]
ic.h 445 MaybeHandle<Object> Transition(Handle<AllocationSite> allocation_site,
  /external/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 2983 Register allocation_site = x2; local
3126 Register allocation_site = x2; local
    [all...]
  /external/v8/tools/
ic-processor.js 173 pc, line, column, stub, old_state, new_state, allocation_site) {
  /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 1622 milliseconds

1 2