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

  /external/v8/src/arm/
lithium-arm.cc 727 HEnvironment* hydrogen_env = current_block_->last_environment(); local
729 instr->set_environment(CreateEnvironment(hydrogen_env,
996 HEnvironment* hydrogen_env,
998 if (hydrogen_env == NULL) return NULL;
1001 CreateEnvironment(hydrogen_env->outer(), argument_index_accumulator);
1002 int ast_id = hydrogen_env->ast_id();
1004 hydrogen_env->frame_type() != JS_FUNCTION);
1005 int value_count = hydrogen_env->length();
1007 hydrogen_env->closure(),
1008 hydrogen_env->frame_type()
    [all...]
lithium-arm.h     [all...]
  /external/v8/src/mips/
lithium-mips.cc 727 HEnvironment* hydrogen_env = current_block_->last_environment(); local
729 instr->set_environment(CreateEnvironment(hydrogen_env,
996 HEnvironment* hydrogen_env,
998 if (hydrogen_env == NULL) return NULL;
1001 CreateEnvironment(hydrogen_env->outer(), argument_index_accumulator);
1002 int ast_id = hydrogen_env->ast_id();
1004 hydrogen_env->frame_type() != JS_FUNCTION);
1005 int value_count = hydrogen_env->length();
1007 hydrogen_env->closure(),
1008 hydrogen_env->frame_type()
    [all...]
lithium-mips.h     [all...]
  /external/v8/src/x64/
lithium-x64.cc 722 HEnvironment* hydrogen_env = current_block_->last_environment(); local
724 instr->set_environment(CreateEnvironment(hydrogen_env,
991 HEnvironment* hydrogen_env,
993 if (hydrogen_env == NULL) return NULL;
996 CreateEnvironment(hydrogen_env->outer(), argument_index_accumulator);
997 int ast_id = hydrogen_env->ast_id();
999 hydrogen_env->frame_type() != JS_FUNCTION);
1000 int value_count = hydrogen_env->length();
1002 hydrogen_env->closure(),
1003 hydrogen_env->frame_type()
    [all...]
lithium-x64.h     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 594 HEnvironment* hydrogen_env = current_block_->last_environment(); local
597 instr->set_environment(CreateEnvironment(hydrogen_env,
903 HEnvironment* hydrogen_env,
906 if (hydrogen_env == NULL) return NULL;
908 LEnvironment* outer = CreateEnvironment(hydrogen_env->outer(),
911 BailoutId ast_id = hydrogen_env->ast_id();
913 hydrogen_env->frame_type() != JS_FUNCTION);
914 int value_count = hydrogen_env->length() - hydrogen_env->specials_count();
916 hydrogen_env->closure()
    [all...]
lithium-arm.h     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 646 HEnvironment* hydrogen_env = current_block_->last_environment(); local
649 instr->set_environment(CreateEnvironment(hydrogen_env,
958 HEnvironment* hydrogen_env,
961 if (hydrogen_env == NULL) return NULL;
963 LEnvironment* outer = CreateEnvironment(hydrogen_env->outer(),
966 BailoutId ast_id = hydrogen_env->ast_id();
968 hydrogen_env->frame_type() != JS_FUNCTION);
969 int value_count = hydrogen_env->length() - hydrogen_env->specials_count();
971 new(zone()) LEnvironment(hydrogen_env->closure()
    [all...]
lithium-ia32.h     [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 599 HEnvironment* hydrogen_env = current_block_->last_environment(); local
602 instr->set_environment(CreateEnvironment(hydrogen_env,
908 HEnvironment* hydrogen_env,
911 if (hydrogen_env == NULL) return NULL;
913 LEnvironment* outer = CreateEnvironment(hydrogen_env->outer(),
916 BailoutId ast_id = hydrogen_env->ast_id();
918 hydrogen_env->frame_type() != JS_FUNCTION);
919 int value_count = hydrogen_env->length() - hydrogen_env->specials_count();
921 hydrogen_env->closure()
    [all...]
lithium-mips.h     [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 602 HEnvironment* hydrogen_env = current_block_->last_environment(); local
605 instr->set_environment(CreateEnvironment(hydrogen_env,
902 HEnvironment* hydrogen_env,
905 if (hydrogen_env == NULL) return NULL;
907 LEnvironment* outer = CreateEnvironment(hydrogen_env->outer(),
910 BailoutId ast_id = hydrogen_env->ast_id();
912 hydrogen_env->frame_type() != JS_FUNCTION);
913 int value_count = hydrogen_env->length() - hydrogen_env->specials_count();
915 hydrogen_env->closure()
    [all...]
lithium-x64.h     [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 724 HEnvironment* hydrogen_env = current_block_->last_environment(); local
726 instr->set_environment(CreateEnvironment(hydrogen_env,
997 HEnvironment* hydrogen_env,
999 if (hydrogen_env == NULL) return NULL;
1002 CreateEnvironment(hydrogen_env->outer(), argument_index_accumulator);
1003 int ast_id = hydrogen_env->ast_id();
1005 hydrogen_env->frame_type() != JS_FUNCTION);
1006 int value_count = hydrogen_env->length();
1008 new(zone()) LEnvironment(hydrogen_env->closure(),
1009 hydrogen_env->frame_type()
    [all...]
lithium-ia32.h     [all...]

Completed in 565 milliseconds