Searched refs:HasEnvironment (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/components/metrics/
H A Dmetrics_log.h160 bool HasEnvironment() const;
H A Dmetrics_log.cc220 DCHECK(HasEnvironment());
286 bool MetricsLog::HasEnvironment() const { function in class:metrics::MetricsLog
333 DCHECK(!HasEnvironment());
/external/chromium_org/v8/src/
H A Dlithium-codegen.cc118 if (!hinstr->CanDeoptimize() && instr->HasEnvironment()) {
123 if (instr->HasEnvironment() && !instr->environment()->has_been_used()) {
H A Dhydrogen.h102 bool HasEnvironment() const { return last_environment_ != NULL; } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc50 if (HasEnvironment()) {
595 if (needs_environment && !instr->HasEnvironment()) {
898 if (FLAG_stress_environments && !instr->HasEnvironment()) {
H A Dlithium-codegen-arm.cc5644 DCHECK(instr->HasEnvironment());
5681 DCHECK(instr->HasEnvironment());
5700 DCHECK(instr->HasEnvironment());
H A Dlithium-arm.h232 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc157 if (HasEnvironment()) {
487 if (needs_environment && !instr->HasEnvironment()) {
736 if (FLAG_stress_environments && !instr->HasEnvironment()) {
H A Dlithium-codegen-arm64.cc2635 DCHECK(instr->HasEnvironment());
5036 DCHECK(instr->HasEnvironment());
5053 DCHECK(instr->HasEnvironment());
H A Dlithium-arm64.h243 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc69 if (HasEnvironment()) {
648 if (needs_environment && !instr->HasEnvironment()) {
938 if (FLAG_stress_environments && !instr->HasEnvironment()) {
H A Dlithium-codegen-ia32.cc5446 DCHECK(instr->HasEnvironment());
5482 DCHECK(instr->HasEnvironment());
5501 DCHECK(instr->HasEnvironment());
H A Dlithium-ia32.h233 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc52 if (HasEnvironment()) {
602 if (needs_environment && !instr->HasEnvironment()) {
908 if (FLAG_stress_environments && !instr->HasEnvironment()) {
H A Dlithium-codegen-mips.cc5656 DCHECK(instr->HasEnvironment());
5694 DCHECK(instr->HasEnvironment());
5713 DCHECK(instr->HasEnvironment());
H A Dlithium-mips.h229 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc52 if (HasEnvironment()) {
602 if (needs_environment && !instr->HasEnvironment()) {
908 if (FLAG_stress_environments && !instr->HasEnvironment()) {
H A Dlithium-mips64.h228 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
H A Dlithium-codegen-mips64.cc5689 DCHECK(instr->HasEnvironment());
5727 DCHECK(instr->HasEnvironment());
5746 DCHECK(instr->HasEnvironment());
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc53 if (HasEnvironment()) {
630 if (needs_environment && !instr->HasEnvironment()) {
921 if (FLAG_stress_environments && !instr->HasEnvironment()) {
H A Dlithium-codegen-x64.cc5632 DCHECK(instr->HasEnvironment());
5667 DCHECK(instr->HasEnvironment());
5686 DCHECK(instr->HasEnvironment());
H A Dlithium-x64.h229 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc80 if (HasEnvironment()) {
654 if (needs_environment && !instr->HasEnvironment()) {
945 if (FLAG_stress_environments && !instr->HasEnvironment()) {
H A Dlithium-x87.h234 bool HasEnvironment() const { return environment_ != NULL; } function in class:v8::internal::LInstruction
H A Dlithium-codegen-x87.cc6040 DCHECK(instr->HasEnvironment());
6076 DCHECK(instr->HasEnvironment());
6097 DCHECK(instr->HasEnvironment());

Completed in 5024 milliseconds

12