Home | History | Annotate | Download | only in compiler

Lines Matching refs:context_length

856     int context_length = slot_count + Context::MIN_CONTEXT_SLOTS;
868 a.AllocateArray(context_length, map);
874 for (int i = Context::MIN_CONTEXT_SLOTS; i < context_length; ++i) {
952 int const context_length = scope_info->ContextLength();
956 if (context_length < kBlockContextAllocationLimit) {
965 a.AllocateArray(context_length, factory()->block_context_map());
971 for (int i = Context::MIN_CONTEXT_SLOTS; i < context_length; ++i) {