Searched refs:num_heap_slots (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.cc697 if (scope->is_declaration_scope() && scope->num_heap_slots() > 0) {
719 if (s->is_with_scope() || s->num_heap_slots() > 0) n++;
721 DCHECK(!s->is_catch_scope() || s->num_heap_slots() > 0);
722 DCHECK(!s->is_module_scope() || s->num_heap_slots() > 0);
1406 if (num_heap_slots() == 0) return 0;
1407 return num_heap_slots() - Context::MIN_CONTEXT_SLOTS -
H A Dscopeinfo.cc125 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() ||
126 (scope->num_heap_slots() == kVariablePartIndex &&
H A Dscopes.h352 int num_heap_slots() const { return num_heap_slots_; } function in class:v8::internal::Scope
H A Dcompiler.h130 int num_heap_slots() const;
H A Dcompiler.cc249 int CompilationInfo::num_heap_slots() const { function in class:v8::internal::CompilationInfo
253 return scope()->num_heap_slots();
H A Dhydrogen.cc7820 if (target_info.scope()->num_heap_slots() > 0) {
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc193 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
1386 if (s->num_heap_slots() > 0) {
1447 if (s->num_heap_slots() > 0) {
H A Dlithium-codegen-arm.cc179 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc194 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
1373 if (s->num_heap_slots() > 0) {
1428 if (s->num_heap_slots() > 0) {
H A Dlithium-codegen-arm64.cc687 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc186 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
1308 if (s->num_heap_slots() > 0) {
1372 if (s->num_heap_slots() > 0) {
H A Dlithium-codegen-ia32.cc256 int heap_slots = info_->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc202 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
1372 if (s->num_heap_slots() > 0) {
1430 if (s->num_heap_slots() > 0) {
H A Dlithium-codegen-mips.cc199 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc199 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
1367 if (s->num_heap_slots() > 0) {
1425 if (s->num_heap_slots() > 0) {
H A Dlithium-codegen-mips64.cc174 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc185 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
1342 if (s->num_heap_slots() > 0) {
1406 if (s->num_heap_slots() > 0) {
H A Dlithium-codegen-x64.cc194 int heap_slots = info_->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc186 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
1297 if (s->num_heap_slots() > 0) {
1361 if (s->num_heap_slots() > 0) {
H A Dlithium-codegen-x87.cc223 int heap_slots = info_->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc1681 int heap_slots = info()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;

Completed in 544 milliseconds