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

  /art/runtime/verifier/
method_verifier.h 306 return is_constructor_;
841 bool is_constructor_; member in class:art::verifier::MethodVerifier
    [all...]
method_verifier.cc 543 is_constructor_(false),
706 is_constructor_ = true;
710 is_constructor_ = true;
    [all...]
  /external/v8/src/
frames.h 549 bool is_constructor() { return is_constructor_; }
558 bool is_constructor_; member in class:v8::internal::BASE_EMBEDDED
frames.cc 906 is_constructor_(is_constructor) {}
    [all...]

Completed in 1722 milliseconds