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

1 2

  /art/compiler/optimizing/
licm.cc 141 DCHECK(!instruction->HasEnvironment());
code_generator.h 761 DCHECK(i1->HasEnvironment());
762 DCHECK(i2->HasEnvironment());
nodes.cc 688 DCHECK(suspend_check_->HasEnvironment());
764 DCHECK(!instruction->HasEnvironment());
    [all...]
bounds_check_elimination.cc     [all...]
graph_checker.cc 422 if (instruction->NeedsEnvironment() && !instruction->HasEnvironment()) {
    [all...]
graph_visualizer.cc 503 if (instruction->HasEnvironment()) {
code_generator.cc 235 if (current->HasEnvironment()) {
    [all...]
  /external/v8/src/crankshaft/
lithium-codegen.cc 124 if (!hinstr->CanDeoptimize() && instr->HasEnvironment()) {
129 if (instr->HasEnvironment() && !instr->environment()->has_been_used()) {
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 52 if (HasEnvironment()) {
596 if (needs_environment && !instr->HasEnvironment()) {
895 if (FLAG_stress_environments && !instr->HasEnvironment()) {
    [all...]
lithium-codegen-arm.cc     [all...]
lithium-arm.h 222 bool HasEnvironment() const { return environment_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 166 if (HasEnvironment()) {
488 if (needs_environment && !instr->HasEnvironment()) {
737 if (FLAG_stress_environments && !instr->HasEnvironment()) {
    [all...]
lithium-codegen-arm64.cc     [all...]
lithium-arm64.h 233 bool HasEnvironment() const { return environment_ != NULL; }
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 71 if (HasEnvironment()) {
647 if (needs_environment && !instr->HasEnvironment()) {
934 if (FLAG_stress_environments && !instr->HasEnvironment()) {
    [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 54 if (HasEnvironment()) {
603 if (needs_environment && !instr->HasEnvironment()) {
905 if (FLAG_stress_environments && !instr->HasEnvironment()) {
    [all...]
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 54 if (HasEnvironment()) {
603 if (needs_environment && !instr->HasEnvironment()) {
905 if (FLAG_stress_environments && !instr->HasEnvironment()) {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 50 if (HasEnvironment()) {
607 if (needs_environment && !instr->HasEnvironment()) {
909 if (FLAG_stress_environments && !instr->HasEnvironment()) {
    [all...]
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 55 if (HasEnvironment()) {
631 if (needs_environment && !instr->HasEnvironment()) {
919 if (FLAG_stress_environments && !instr->HasEnvironment()) {
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 82 if (HasEnvironment()) {
653 if (needs_environment && !instr->HasEnvironment()) {
940 if (FLAG_stress_environments && !instr->HasEnvironment()) {
    [all...]
lithium-codegen-x87.cc     [all...]

Completed in 128 milliseconds

1 2