OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isallocation
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/compiler/
escape-analysis.h
40
bool
IsAllocation
(Node* node);
escape-analysis.cc
452
bool EscapeStatusAnalysis::
IsAllocation
(Node* node) {
533
if (
IsAllocation
(rep) && CheckUsesForEscape(node, rep)) {
559
if (
IsAllocation
(input)) continue;
570
if ((IsEscaped(to) || !
IsAllocation
(to)) && SetEscaped(val)) {
585
if ((IsEscaped(to) || !
IsAllocation
(to)) && SetEscaped(val)) {
665
if (!
IsAllocation
(rep) && SetEscaped(rep)) {
[
all
...]
Completed in 70 milliseconds