OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_live
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
hydrogen-instructions.cc
1178
is_live
() ? "_live" : "",
[
all
...]
hydrogen.cc
99
ASSERT(phi->HasNoUses() || !phi->
is_live
());
898
if (operand->IsPhi() && !HPhi::cast(operand)->
is_live
()) {
908
if (!phi->
is_live
()) {
[
all
...]
hydrogen-instructions.h
2315
bool
is_live
() { return
is_live
_; }
function in class:v8::HPhi
[
all
...]
Completed in 215 milliseconds