HomeSort by relevance Sort by last modified time
    Searched defs:IsConstructor (Results 1 - 14 of 14) sorted by null

  /art/compiler/driver/
dex_compilation_unit.h 85 bool IsConstructor() const {
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 79 def IsConstructor(self):
  /external/v8/src/debug/
debug-frames.cc 85 bool FrameInspector::IsConstructor() {
88 : frame_->IsConstructor();
  /external/v8/src/
messages.cc 356 bool CallSite::IsConstructor() {
frames.cc 808 bool JavaScriptFrame::IsConstructor() const {
865 IsConstructor(), mode);
923 if (frame->IsConstructor()) PrintF(file, "new ");
    [all...]
objects-inl.h 201 bool HeapObject::IsConstructor() const { return map()->is_constructor(); }
    [all...]
api.cc     [all...]
  /art/runtime/
art_method.h 278 bool IsConstructor() {
284 return IsConstructor() && IsStatic();
  /art/runtime/verifier/
method_verifier.h 277 return IsConstructor() && !IsStatic();
305 bool IsConstructor() const {
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/v8/src/parsing/
preparser.h 75 bool IsConstructor() const { return type_ == kConstructorIdentifier; }
650 static bool IsConstructor(PreParserIdentifier identifier) {
651 return identifier.IsConstructor();
    [all...]
parser-base.h     [all...]
parser.cc 353 bool ParserTraits::IsConstructor(const AstRawString* identifier) const {
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 477 milliseconds