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

  /external/v8/src/ast/
ast.cc 781 bool is_super = property->IsSuperAccess(); local
783 return is_super ? NAMED_SUPER_PROPERTY_CALL : NAMED_PROPERTY_CALL;
785 return is_super ? KEYED_SUPER_PROPERTY_CALL : KEYED_PROPERTY_CALL;
    [all...]
  /art/runtime/
class_linker.cc 6707 const bool is_super = i < super_ifcount; local
6745 const bool is_super = i < super_ifcount; variable
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2836 bool is_super = (inst->Opcode() == Instruction::INVOKE_SUPER || local
    [all...]

Completed in 168 milliseconds