HomeSort by relevance Sort by last modified time
    Searched refs:on_stack (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-utils.h 33 bool on_stack; member in struct:ipa_dfs_info
  /external/v8/src/compiler/
control-equivalence.cc 110 if (GetData(input)->on_stack) {
140 if (GetData(use)->on_stack) {
196 GetData(node)->on_stack = true;
205 GetData(node)->on_stack = false;
control-equivalence.h 87 bool on_stack; // Indicates node is on DFS stack during walk. member in struct:v8::internal::compiler::final::NodeData
escape-analysis.cc 67 void SetInQueue(NodeId id, bool on_stack);
621 void EscapeStatusAnalysis::SetInQueue(NodeId id, bool on_stack) {
622 if (on_stack) {
    [all...]

Completed in 69 milliseconds