HomeSort by relevance Sort by last modified time
    Searched refs:LEnvironment (Results 1 - 25 of 31) sorted by null

1 2

  /external/v8/src/crankshaft/
lithium-codegen.h 18 class LEnvironment;
57 void WriteTranslationFrame(LEnvironment* environment,
85 ZoneList<LEnvironment*> deoptimizations_;
lithium.h 400 class LEnvironment final : public ZoneObject {
402 LEnvironment(Handle<JSFunction> closure,
408 LEnvironment* outer,
439 LEnvironment* outer() const { return outer_; }
542 LEnvironment* outer_;
552 explicit ShallowIterator(LEnvironment* env)
573 LEnvironment* env() { return env_; }
587 LEnvironment* env_;
596 explicit DeepIterator(LEnvironment* env)
749 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env
    [all...]
lithium.cc 199 void LEnvironment::PrintTo(StringStream* stream) {
568 LEnvironment* LChunkBuilderBase::CreateEnvironment(
585 LEnvironment* outer = CreateEnvironment(
588 LEnvironment(hydrogen_env->closure(), hydrogen_env->frame_type(),
592 LEnvironment* outer =
601 LEnvironment* result =
602 new(zone()) LEnvironment(hydrogen_env->closure(),
624 op = LEnvironment::materialization_marker();
658 // LEnvironment::Add*Object methods), we store the lengths (number
664 // (added to by the LEnvironment.AddValue method) sequentially as list
    [all...]
lithium-codegen.cc 218 void LCodeGenBase::WriteTranslationFrame(LEnvironment* environment,
374 LEnvironment* env = deoptimizations_[i];
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 130 void WriteTranslation(LEnvironment* environment, Translation* translation);
231 void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
239 void AddToTranslation(LEnvironment* environment,
350 friend class LEnvironment;
lithium-codegen-arm.cc 573 void LCodeGen::WriteTranslation(LEnvironment* environment,
594 void LCodeGen::AddToTranslation(LEnvironment* environment,
601 if (op == LEnvironment::materialization_marker()) {
741 void LCodeGen::RegisterEnvironmentForDeoptimization(LEnvironment* environment,
760 for (LEnvironment* e = environment; e != NULL; e = e->outer()) {
780 LEnvironment* environment = instr->environment();
    [all...]
lithium-arm.h 204 void set_environment(LEnvironment* env) { environment_ = env; }
205 LEnvironment* environment() const { return environment_; }
262 LEnvironment* environment_;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 108 void WriteTranslation(LEnvironment* environment, Translation* translation);
204 void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
216 void AddToTranslation(LEnvironment* environment,
349 friend class LEnvironment;
lithium-codegen-ia32.cc 494 void LCodeGen::WriteTranslation(LEnvironment* environment,
515 void LCodeGen::AddToTranslation(LEnvironment* environment,
522 if (op == LEnvironment::materialization_marker()) {
655 LEnvironment* environment, Safepoint::DeoptMode mode) {
673 for (LEnvironment* e = environment; e != NULL; e = e->outer()) {
693 LEnvironment* environment = instr->environment();
    [all...]
lithium-ia32.h 207 void set_environment(LEnvironment* env) { environment_ = env; }
208 LEnvironment* environment() const { return environment_; }
265 LEnvironment* environment_;
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 123 void WriteTranslation(LEnvironment* environment, Translation* translation);
207 void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
215 void AddToTranslation(LEnvironment* environment, Translation* translation,
306 friend class LEnvironment;
lithium-codegen-ppc.cc 561 void LCodeGen::WriteTranslation(LEnvironment* environment,
582 void LCodeGen::AddToTranslation(LEnvironment* environment,
587 if (op == LEnvironment::materialization_marker()) {
702 void LCodeGen::RegisterEnvironmentForDeoptimization(LEnvironment* environment,
721 for (LEnvironment* e = environment; e != NULL; e = e->outer()) {
741 LEnvironment* environment = instr->environment();
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 123 void WriteTranslation(LEnvironment* environment, Translation* translation);
207 void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
215 void AddToTranslation(LEnvironment* environment, Translation* translation,
305 friend class LEnvironment;
lithium-codegen-s390.cc 531 void LCodeGen::WriteTranslation(LEnvironment* environment,
551 void LCodeGen::AddToTranslation(LEnvironment* environment,
556 if (op == LEnvironment::materialization_marker()) {
665 void LCodeGen::RegisterEnvironmentForDeoptimization(LEnvironment* environment,
684 for (LEnvironment* e = environment; e != NULL; e = e->outer()) {
704 LEnvironment* environment = instr->environment();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 106 void WriteTranslation(LEnvironment* environment, Translation* translation);
205 void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
217 void AddToTranslation(LEnvironment* environment,
344 friend class LEnvironment;
lithium-codegen-x64.cc 516 void LCodeGen::WriteTranslation(LEnvironment* environment,
537 void LCodeGen::AddToTranslation(LEnvironment* environment,
544 if (op == LEnvironment::materialization_marker()) {
675 void LCodeGen::RegisterEnvironmentForDeoptimization(LEnvironment* environment,
694 for (LEnvironment* e = environment; e != NULL; e = e->outer()) {
714 LEnvironment* environment = instr->environment();
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 129 void WriteTranslation(LEnvironment* environment, Translation* translation);
225 void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
237 void AddToTranslation(LEnvironment* environment,
330 LEnvironment* environment);
369 friend class LEnvironment;
lithium-codegen-mips.cc 589 void LCodeGen::WriteTranslation(LEnvironment* environment,
610 void LCodeGen::AddToTranslation(LEnvironment* environment,
617 if (op == LEnvironment::materialization_marker()) {
735 void LCodeGen::RegisterEnvironmentForDeoptimization(LEnvironment* environment,
754 for (LEnvironment* e = environment; e != NULL; e = e->outer()) {
775 LEnvironment* environment = instr->environment();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 131 void WriteTranslation(LEnvironment* environment, Translation* translation);
227 void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
239 void AddToTranslation(LEnvironment* environment,
333 LEnvironment* environment);
372 friend class LEnvironment;
lithium-codegen-mips64.cc 577 void LCodeGen::WriteTranslation(LEnvironment* environment,
598 void LCodeGen::AddToTranslation(LEnvironment* environment,
605 if (op == LEnvironment::materialization_marker()) {
723 void LCodeGen::RegisterEnvironmentForDeoptimization(LEnvironment* environment,
742 for (LEnvironment* e = environment; e != NULL; e = e->outer()) {
763 LEnvironment* environment = instr->environment();
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 143 void WriteTranslation(LEnvironment* environment, Translation* translation);
232 void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
244 void AddToTranslation(LEnvironment* environment,
447 friend class LEnvironment;
lithium-codegen-x87.cc 762 void LCodeGen::WriteTranslation(LEnvironment* environment,
787 void LCodeGen::AddToTranslation(LEnvironment* environment,
794 if (op == LEnvironment::materialization_marker()) {
925 LEnvironment* environment, Safepoint::DeoptMode mode) {
943 for (LEnvironment* e = environment; e != NULL; e = e->outer()) {
963 LEnvironment* environment = instr->environment();
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 246 void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
260 void WriteTranslation(LEnvironment* environment, Translation* translation);
262 void AddToTranslation(LEnvironment* environment,
lithium-codegen-arm64.cc 244 void LCodeGen::WriteTranslation(LEnvironment* environment,
265 void LCodeGen::AddToTranslation(LEnvironment* environment,
272 if (op == LEnvironment::materialization_marker()) {
335 void LCodeGen::RegisterEnvironmentForDeoptimization(LEnvironment* environment,
341 for (LEnvironment* e = environment; e != NULL; e = e->outer()) {
857 LEnvironment* environment = instr->environment();
    [all...]
lithium-arm64.h 215 void set_environment(LEnvironment* env) { environment_ = env; }
216 LEnvironment* environment() const { return environment_; }
266 LEnvironment* environment_;
    [all...]

Completed in 609 milliseconds

1 2