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

1 2

  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 12 #include "src/crankshaft/hydrogen-osr.h"
374 ConvertReceiverMode mode = instr->hydrogen()->convert_mode();
375 if (instr->hydrogen()->HasVectorAndSlot()) {
382 Handle<TypeFeedbackVector> vector = instr->hydrogen()->feedback_vector();
383 int index = vector->GetIndex(instr->hydrogen()->slot());
395 RecordPushedArgumentsDelta(instr->hydrogen()->argument_delta());
409 __ Mov(x2, instr->hydrogen()->site());
415 ElementsKind kind = instr->hydrogen()->elements_kind();
449 RecordPushedArgumentsDelta(instr->hydrogen()->argument_delta());
    [all...]
lithium-arm64.h 8 #include "src/crankshaft/hydrogen.h"
186 H##type* hydrogen() const { \
328 int SuccessorCount() { return hydrogen()->SuccessorCount(); }
329 HBasicBlock* SuccessorAt(int i) { return hydrogen()->SuccessorAt(i); }
721 Strength strength() { return hydrogen()->strength(); }
763 Token::Value op() const { return hydrogen()->op(); }
784 Token::Value op() const { return hydrogen()->op(); }
823 int arity() const { return hydrogen()->argument_count() - 1; }
845 int arity() const { return hydrogen()->argument_count() - 1; }
865 int arity() const { return hydrogen()->argument_count() - 1;
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 13 #include "src/crankshaft/hydrogen-osr.h"
    [all...]
lithium-x87.h 8 #include "src/crankshaft/hydrogen.h"
176 H##type* hydrogen() const { \
501 int SuccessorCount() { return hydrogen()->SuccessorCount(); }
502 HBasicBlock* SuccessorAt(int i) { return hydrogen()->SuccessorAt(i); }
529 HControlInstruction* hydrogen() { function in class:v8::internal::LControlInstruction
836 Token::Value op() const { return hydrogen()->token(); }
838 return hydrogen()->representation().IsDouble();
1074 Token::Value op() const { return hydrogen()->token(); }
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 13 #include "src/crankshaft/hydrogen-osr.h"
989 switch (instr->hydrogen()->major_key()) {
    [all...]
lithium-ia32.h 8 #include "src/crankshaft/hydrogen.h"
175 H##type* hydrogen() const { \
485 int SuccessorCount() { return hydrogen()->SuccessorCount(); }
486 HBasicBlock* SuccessorAt(int i) { return hydrogen()->SuccessorAt(i); }
513 HControlInstruction* hydrogen() { function in class:v8::internal::LControlInstruction
820 Token::Value op() const { return hydrogen()->token(); }
822 return hydrogen()->representation().IsDouble();
1062 Token::Value op() const { return hydrogen()->token(); }
    [all...]
lithium-ia32.cc 11 #include "src/crankshaft/hydrogen-osr.h"
239 *hydrogen()->class_name(),
249 hydrogen()->type_literal()->ToCString().get(),
274 if (hydrogen()->HasVectorAndSlot()) {
328 ElementsKind kind = hydrogen()->elements_kind();
369 os << hydrogen()->access() << " <- ";
388 if (hydrogen()->IsDehoisted()) {
400 if (hydrogen()->IsDehoisted()) {
407 DCHECK(hydrogen()->IsConstantHoleStore() &&
408 hydrogen()->value()->representation().IsDouble())
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 8 #include "src/crankshaft/hydrogen.h"
174 H##type* hydrogen() const { \
490 int SuccessorCount() { return hydrogen()->SuccessorCount(); }
491 HBasicBlock* SuccessorAt(int i) { return hydrogen()->SuccessorAt(i); }
518 HControlInstruction* hydrogen() { function in class:v8::internal::LControlInstruction
835 Token::Value op() const { return hydrogen()->token(); }
837 return hydrogen()->representation().IsDouble();
1077 Token::Value op() const { return hydrogen()->token(); }
    [all...]
lithium-codegen-arm.cc 11 #include "src/crankshaft/hydrogen-osr.h"
985 switch (instr->hydrogen()->major_key()) {
    [all...]
lithium-arm.cc 10 #include "src/crankshaft/hydrogen-osr.h"
220 *hydrogen()->class_name(),
230 hydrogen()->type_literal()->ToCString().get(),
255 if (hydrogen()->HasVectorAndSlot()) {
305 ElementsKind kind = hydrogen()->elements_kind();
322 os << hydrogen()->access() << " <- ";
341 if (hydrogen()->IsDehoisted()) {
353 if (hydrogen()->IsDehoisted()) {
360 DCHECK(hydrogen()->IsConstantHoleStore() &&
361 hydrogen()->value()->representation().IsDouble())
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 8 #include "src/crankshaft/hydrogen.h"
174 H##type* hydrogen() const { return H##type::cast(hydrogen_value()); }
480 int SuccessorCount() { return hydrogen()->SuccessorCount(); }
481 HBasicBlock* SuccessorAt(int i) { return hydrogen()->SuccessorAt(i); }
508 HControlInstruction* hydrogen() { function in class:v8::internal::LControlInstruction
813 Token::Value op() const { return hydrogen()->token(); }
814 bool is_double() const { return hydrogen()->representation().IsDouble(); }
1037 Token::Value op() const { return hydrogen()->token(); }
    [all...]
lithium-codegen-ppc.cc 10 #include "src/crankshaft/hydrogen-osr.h"
903 switch (instr->hydrogen()->major_key()) {
936 HMod* hmod = instr->hydrogen();
985 HMod* hmod = instr->hydrogen();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 12 #include "src/crankshaft/hydrogen-osr.h"
919 switch (instr->hydrogen()->major_key()) {
952 HMod* hmod = instr->hydrogen();
990 HMod* hmod = instr->hydrogen();
1002 HMod* hmod = instr->hydrogen();
    [all...]
lithium-x64.h 8 #include "src/crankshaft/hydrogen.h"
171 H##type* hydrogen() const { \
494 int SuccessorCount() { return hydrogen()->SuccessorCount(); }
495 HBasicBlock* SuccessorAt(int i) { return hydrogen()->SuccessorAt(i); }
522 HControlInstruction* hydrogen() { function in class:v8::internal::LControlInstruction
817 Token::Value op() const { return hydrogen()->token(); }
819 return hydrogen()->representation().IsDouble();
1055 Token::Value op() const { return hydrogen()->token(); }
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 33 #include "src/crankshaft/hydrogen-osr.h"
952 switch (instr->hydrogen()->major_key()) {
    [all...]
lithium-mips.h 8 #include "src/crankshaft/hydrogen.h"
171 H##type* hydrogen() const { \
487 int SuccessorCount() { return hydrogen()->SuccessorCount(); }
488 HBasicBlock* SuccessorAt(int i) { return hydrogen()->SuccessorAt(i); }
515 HControlInstruction* hydrogen() { function in class:v8::internal::LControlInstruction
809 Token::Value op() const { return hydrogen()->token(); }
811 return hydrogen()->representation().IsDouble();
1055 Token::Value op() const { return hydrogen()->token(); }
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 8 #include "src/crankshaft/hydrogen.h"
174 H##type* hydrogen() const { \
490 int SuccessorCount() { return hydrogen()->SuccessorCount(); }
491 HBasicBlock* SuccessorAt(int i) { return hydrogen()->SuccessorAt(i); }
518 HControlInstruction* hydrogen() { function in class:v8::internal::LControlInstruction
827 Token::Value op() const { return hydrogen()->token(); }
829 return hydrogen()->representation().IsDouble();
1073 Token::Value op() const { return hydrogen()->token(); }
    [all...]
lithium-codegen-mips64.cc 9 #include "src/crankshaft/hydrogen-osr.h"
941 switch (instr->hydrogen()->major_key()) {
974 HMod* hmod = instr->hydrogen();
    [all...]
  /external/v8/
Android.v8common.mk 39 src/code-stubs-hydrogen.cc \
142 src/crankshaft/hydrogen-bce.cc \
143 src/crankshaft/hydrogen-bch.cc \
144 src/crankshaft/hydrogen-canonicalize.cc \
145 src/crankshaft/hydrogen.cc \
146 src/crankshaft/hydrogen-check-elimination.cc \
147 src/crankshaft/hydrogen-dce.cc \
148 src/crankshaft/hydrogen-dehoist.cc \
149 src/crankshaft/hydrogen-environment-liveness.cc \
150 src/crankshaft/hydrogen-escape-analysis.cc
    [all...]
  /external/v8/test/mjsunit/regress/
regress-3230771.js 29 // VisitForStatement in hydrogen graph building.
regress-2596.js 51 // Test hydrogen
regress-995.js 29 // A number of hydrogen instructions did not correctly compare its
regress-debug-code-recompilation.js 28 // Flags: --allow-natives-syntax --hydrogen-filter=Debug.setBreakPoint
  /external/v8/test/mjsunit/
compare-objects.js 31 // objects in hydrogen.
nans.js 43 f(); // hydrogen

Completed in 133 milliseconds

1 2