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

  /external/v8/src/ast/
scopes.h 338 DCHECK(!is_catch_scope() || num_heap_slots() > 0);
339 return num_heap_slots() > 0;
371 int num_heap_slots() const { return num_heap_slots_; } function in class:v8::internal::Scope
    [all...]
scopes.cc     [all...]
  /external/v8/src/objects/
scope-info.cc 289 DCHECK_EQ(scope->num_heap_slots(), scope_info->ContextLength());
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc     [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 189 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 192 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 177 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 199 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 198 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 196 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 200 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 179 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 177 int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 160 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 614 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 172 int slots = info_->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 198 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 174 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 182 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 173 int slots = info()->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 176 int slots = info_->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 142 int slots = info_->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
    [all...]

Completed in 909 milliseconds