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

  /external/v8/tools/clang/blink_gc_plugin/
process-graph.py 110 return [ e for e in self.edges.itervalues() if e.is_super() ]
150 def is_super(self): member in class:Edge
187 if edge.is_weak() or not edge.is_super():
  /external/v8/src/ast/
ast.cc 916 bool is_super = property->IsSuperAccess(); local
918 return is_super ? NAMED_SUPER_PROPERTY_CALL : NAMED_PROPERTY_CALL;
920 return is_super ? KEYED_SUPER_PROPERTY_CALL : KEYED_PROPERTY_CALL;
    [all...]
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 363 if (m_cholmodFactor->is_super)
  /art/runtime/
class_linker.cc 6277 const bool is_super = i < super_ifcount; local
7382 const bool is_super = i < super_ifcount; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2897 bool is_super = (inst->Opcode() == Instruction::INVOKE_SUPER || local
    [all...]

Completed in 122 milliseconds