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

  /external/v8/src/
allocation-site-scopes.h 82 AllocationSite::ShouldTrack(object->GetElementsKind())) {
code-factory.cc 345 if (override_mode == DONT_OVERRIDE && AllocationSite::ShouldTrack(kind)) {
355 !AllocationSite::ShouldTrack(kind));
381 if (override_mode == DONT_OVERRIDE && AllocationSite::ShouldTrack(kind)) {
391 !AllocationSite::ShouldTrack(kind));
objects.h     [all...]
objects-inl.h     [all...]
code-stub-assembler.cc     [all...]
objects.cc     [all...]
  /external/v8/src/compiler/
compilation-dependencies.cc 238 DCHECK(AllocationSite::ShouldTrack(kind_));
356 if (AllocationSite::ShouldTrack(kind)) {
js-create-lowering.cc 641 (!site || AllocationSite::ShouldTrack(elements_kind))
    [all...]
  /external/v8/src/ic/
keyed-store-generic.cc 174 if (AllocationSite::ShouldTrack(from_kind, to_kind)) {
217 if (AllocationSite::ShouldTrack(packed_kind, holey_kind)) {
    [all...]
  /external/v8/src/runtime/
runtime-array.cc 617 if (AllocationSite::ShouldTrack(to_kind)) {
    [all...]
  /external/v8/src/builtins/
builtins-array-gen.cc     [all...]

Completed in 238 milliseconds