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

  /external/v8/src/debug/
debug-frames.cc 90 bool FrameInspector::IsConstructor() { return frame_summary_.is_constructor(); }
  /art/compiler/driver/
dex_compilation_unit.h 86 bool IsConstructor() const {
  /art/runtime/verifier/
method_verifier.h 224 return IsConstructor() && !IsStatic();
253 bool IsConstructor() const {
    [all...]
  /art/runtime/
art_method.h 150 bool IsConstructor() {
156 return IsConstructor() && IsStatic();
    [all...]
  /external/v8/src/
messages.cc 463 bool JSStackFrame::IsConstructor() {
602 const bool is_constructor = IsConstructor();
    [all...]
frames.cc 672 bool BuiltinExitFrame::IsConstructor() const {
702 if (IsConstructor()) accumulator->Add("new ");
778 bool StandardFrame::IsConstructor() const { return false; }
932 bool JavaScriptFrame::IsConstructor() const {
    [all...]
objects-inl.h 259 bool HeapObject::IsConstructor() const { return map()->is_constructor(); }
    [all...]
api.cc     [all...]
  /external/v8/src/parsing/
parser.h 739 V8_INLINE bool IsConstructor(const AstRawString* identifier) const {
    [all...]
preparser.h 85 bool IsConstructor() const { return type_ == kConstructorIdentifier; }
    [all...]
parser-base.h     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 368 milliseconds