OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_environment
(Results
1 - 13
of
13
) sorted by null
/external/v8/src/arm/
lithium-arm.cc
727
HEnvironment* hydrogen_env = current_block_->
last_environment
();
924
HEnvironment*
last_environment
= pred->
last_environment
();
local
925
ASSERT(
last_environment
!= NULL);
932
last_environment
=
last_environment
->Copy();
935
block->UpdateEnvironment(
last_environment
);
942
HEnvironment*
last_environment
= pred->
last_environment
();
local
945
last_environment
->SetValueAt(phi->merged_index(), phi)
[
all
...]
/external/v8/src/ia32/
lithium-ia32.cc
724
HEnvironment* hydrogen_env = current_block_->
last_environment
();
925
HEnvironment*
last_environment
= pred->
last_environment
();
local
926
ASSERT(
last_environment
!= NULL);
933
last_environment
=
last_environment
->Copy();
936
block->UpdateEnvironment(
last_environment
);
943
HEnvironment*
last_environment
= pred->
last_environment
();
local
946
last_environment
->SetValueAt(phi->merged_index(), phi)
[
all
...]
/external/v8/src/mips/
lithium-mips.cc
727
HEnvironment* hydrogen_env = current_block_->
last_environment
();
924
HEnvironment*
last_environment
= pred->
last_environment
();
local
925
ASSERT(
last_environment
!= NULL);
932
last_environment
=
last_environment
->Copy();
935
block->UpdateEnvironment(
last_environment
);
942
HEnvironment*
last_environment
= pred->
last_environment
();
local
945
last_environment
->SetValueAt(phi->merged_index(), phi)
[
all
...]
/external/v8/src/x64/
lithium-x64.cc
722
HEnvironment* hydrogen_env = current_block_->
last_environment
();
919
HEnvironment*
last_environment
= pred->
last_environment
();
local
920
ASSERT(
last_environment
!= NULL);
927
last_environment
=
last_environment
->Copy();
930
block->UpdateEnvironment(
last_environment
);
937
HEnvironment*
last_environment
= pred->
last_environment
();
local
940
last_environment
->SetValueAt(phi->merged_index(), phi)
[
all
...]
/external/chromium_org/v8/src/arm/
lithium-arm.cc
614
HEnvironment* hydrogen_env = current_block_->
last_environment
();
802
HEnvironment*
last_environment
= pred->
last_environment
();
local
803
ASSERT(
last_environment
!= NULL);
810
last_environment
=
last_environment
->Copy();
813
block->UpdateEnvironment(
last_environment
);
820
HEnvironment*
last_environment
= pred->
last_environment
();
local
824
last_environment
->SetValueAt(phi->merged_index(), phi)
[
all
...]
/external/chromium_org/v8/src/ia32/
lithium-ia32.cc
678
HEnvironment* hydrogen_env = current_block_->
last_environment
();
867
HEnvironment*
last_environment
= pred->
last_environment
();
local
868
ASSERT(
last_environment
!= NULL);
875
last_environment
=
last_environment
->Copy();
878
block->UpdateEnvironment(
last_environment
);
885
HEnvironment*
last_environment
= pred->
last_environment
();
local
889
last_environment
->SetValueAt(phi->merged_index(), phi)
[
all
...]
/external/chromium_org/v8/src/mips/
lithium-mips.cc
619
HEnvironment* hydrogen_env = current_block_->
last_environment
();
810
HEnvironment*
last_environment
= pred->
last_environment
();
local
811
ASSERT(
last_environment
!= NULL);
818
last_environment
=
last_environment
->Copy();
821
block->UpdateEnvironment(
last_environment
);
828
HEnvironment*
last_environment
= pred->
last_environment
();
local
832
last_environment
->SetValueAt(phi->merged_index(), phi)
[
all
...]
/external/chromium_org/v8/src/x64/
lithium-x64.cc
622
HEnvironment* hydrogen_env = current_block_->
last_environment
();
806
HEnvironment*
last_environment
= pred->
last_environment
();
local
807
ASSERT(
last_environment
!= NULL);
814
last_environment
=
last_environment
->Copy();
817
block->UpdateEnvironment(
last_environment
);
824
HEnvironment*
last_environment
= pred->
last_environment
();
local
828
last_environment
->SetValueAt(phi->merged_index(), phi)
[
all
...]
/external/chromium_org/v8/src/
hydrogen-environment-liveness.cc
88
block->
last_environment
()->closure()));
hydrogen.cc
153
ASSERT(
last_environment
() != NULL);
154
ASSERT(!
last_environment
()->ast_id().IsNone());
182
HEnvironment* environment =
last_environment
();
231
HEnvironment* env =
last_environment
();
236
UpdateEnvironment(
last_environment
()->DiscardInlined(drop_extra));
253
HEnvironment* env =
last_environment
();
257
UpdateEnvironment(
last_environment
()->DiscardInlined(drop_extra));
258
last_environment
()->Push(return_value);
286
(predecessor->
last_environment
()->closure().is_null() ||
287
predecessor->
last_environment
()->closure()->shared(
[
all
...]
hydrogen.h
90
HEnvironment*
last_environment
() const { return last_environment_; }
function in class:v8::internal::V8_FINAL
1010
return current_block()->
last_environment
();
[
all
...]
/external/v8/src/
hydrogen.h
82
HEnvironment*
last_environment
() const { return last_environment_; }
function in class:v8::internal::HBasicBlock
816
return current_block()->
last_environment
();
[
all
...]
hydrogen.cc
125
HEnvironment* environment =
last_environment
();
138
HEnvironment* environment =
last_environment
();
171
last_environment_ =
last_environment
()->DiscardInlined(drop_extra);
185
last_environment_ =
last_environment
()->DiscardInlined(drop_extra);
186
last_environment
()->Push(return_value);
209
predecessor->
last_environment
()->closure()->shared()
261
HEnvironment* incoming_env = pred->
last_environment
();
268
last_environment
()->AddIncomingEdge(this, pred->
last_environment
());
272
SetInitialEnvironment(pred->
last_environment
()->Copy())
[
all
...]
Completed in 969 milliseconds