HomeSort by relevance Sort by last modified time
    Searched refs:IsConstructor (Results 1 - 25 of 27) sorted by null

1 2

  /art/compiler/sea_ir/types/
type_inference.h 74 bool IsConstructor() const {
type_inference.cc 81 if (IsConstructor() && !declaring_class.IsJavaLangObject()) {
  /art/compiler/driver/
dex_compilation_unit.h 85 bool IsConstructor() const {
  /external/chromium_org/v8/src/
harmony-array.js 130 // TODO: Implement IsConstructor (ES6 section 7.2.5)
frames.cc 724 bool JavaScriptFrame::IsConstructor() const {
776 IsConstructor());
819 if (frame->IsConstructor()) PrintF(file, "new ");
961 bool is_constructor = IsConstructor();
    [all...]
preparser.h 633 bool IsConstructor() const { return type_ == kConstructorIdentifier; }
    [all...]
frames.h 579 bool IsConstructor() const;
parser.h 407 bool IsConstructor(const AstRawString* identifier) const;
    [all...]
runtime.cc     [all...]
parser.cc 375 bool ParserTraits::IsConstructor(const AstRawString* identifier) const {
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 159 if (!unit_.IsConstructor() || unit_.IsStatic()) {
  /art/runtime/mirror/
art_method.h 91 bool IsConstructor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
97 return IsConstructor() && IsStatic();
art_method-inl.h 167 return IsConstructor() || IsStatic() || GetDeclaringClass()->IsInterface();
  /art/runtime/
instrumentation.cc 131 if (method->IsConstructor() &&
150 } else if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) {
172 if (is_class_initialized || !method->IsStatic() || method->IsConstructor()) {
    [all...]
class_linker.cc     [all...]
jni_internal.cc 625 if (m->IsConstructor()) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
method_verifier.h 614 bool IsConstructor() const {
  /art/compiler/
elf_writer_mclinker.cc 378 method->IsConstructor() ||
image_writer.cc     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 599 if (klass == referring_class && referrer->IsConstructor() && referrer->IsStatic()) {
  /art/oatdump/
oatdump.cc     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 2597 milliseconds

1 2