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

  /external/v8/src/
scopeinfo.cc 57 context_slots_(scope->num_heap_slots()),
58 context_modes_(scope->num_heap_slots()) {
112 if (scope->num_heap_slots() > 0) {
scopes.h 266 int num_heap_slots() const { return num_heap_slots_; } function in class:v8::internal::Scope
fast-codegen.cc 70 if (scope->num_heap_slots() > 0) {
scopes.cc 391 if (s->num_heap_slots() > 0) n++;
    [all...]
  /external/v8/src/ia32/
fast-codegen-ia32.cc 70 if (scope->num_heap_slots() > 0) {
full-codegen-ia32.cc 80 if (scope()->num_heap_slots() > 0) {
    [all...]
codegen-ia32.cc 174 int heap_slots = scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
417 if (s->num_heap_slots() > 0) {
599 return (scope()->num_heap_slots() > 0)
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 81 if (scope()->num_heap_slots() > 0) {
    [all...]
codegen-arm.cc 186 int heap_slots = scope()->num_heap_slots();
459 if (s->num_heap_slots() > 0) {
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 326 int heap_slots = scope()->num_heap_slots();
    [all...]
full-codegen-x64.cc 80 if (scope()->num_heap_slots() > 0) {
    [all...]

Completed in 4007 milliseconds