OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_environment
(Results
1 - 6
of
6
) 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/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 656 milliseconds