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

1 2

  /external/v8/src/ic/
ic-stats.cc 95 is_constructor(false),
107 is_constructor = false;
128 if (is_constructor) value->SetInteger("constructor", is_constructor);
ic-stats.h 36 bool is_constructor; member in struct:v8::internal::ICInfo
  /external/libmojo/base/android/jni_generator/
jni_generator.py 89 self.is_constructor = kwargs.get('is_constructor', False)
90 self.env_call = GetEnvCall(self.is_constructor, self.static,
449 def GetEnvCall(is_constructor, is_static, return_type):
451 if is_constructor:
630 is_constructor=True)]
    [all...]
  /external/v8/src/debug/
debug-frames.cc 90 bool FrameInspector::IsConstructor() { return frame_summary_.is_constructor(); }
  /external/v8/src/
frames.h 819 int code_offset, bool is_constructor,
826 bool is_constructor() const { return is_constructor_; } function in class:v8::internal::BASE_EMBEDDED::JavaScriptFrameSummary
851 bool is_constructor() const { return false; } function in class:v8::internal::BASE_EMBEDDED::WasmFrameSummary
    [all...]
frames.cc 1378 bool is_constructor = IsConstructor(); local
1441 code_offset, is_constructor); local
    [all...]
messages.cc 602 const bool is_constructor = IsConstructor(); local
603 const bool is_method_call = !(is_toplevel || is_constructor);
607 } else if (is_constructor) {
    [all...]
factory.cc     [all...]
factory.h 742 bool is_constructor);
    [all...]
objects-debug.cc 990 CHECK_EQ(target()->IsConstructor(), map()->is_constructor());
    [all...]
objects-printer.cc 549 if (is_constructor()) os << "\n - constructor";
    [all...]
objects.cc 1200 bool is_constructor = !info->remove_prototype(); local
    [all...]
isolate.cc 689 factory()->ToBoolean(summ.is_constructor());
    [all...]
  /art/runtime/
art_method-inl.h 463 bool is_constructor = IsConstructor(); local
477 DCHECK_EQ(is_constructor, IsConstructor());
debugger.cc 4240 const bool is_constructor = m->IsConstructor() && !m->IsStatic(); local
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast.h 313 bool is_constructor() const function in class:ast_function_expression
    [all...]
ast_function.cpp     [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 85 * If "is_constructor" is set, this returns "object_id" rather than the
90 RefTypeId class_id, MethodId method_id, bool is_constructor)
92 CHECK(!is_constructor || object_id != 0);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
stabs.c 2862 bfd_boolean is_constructor; local
    [all...]
  /external/flatbuffers/src/
idl_gen_cpp.cpp 458 bool is_constructor) {
462 } else if (is_constructor) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2921 bool is_constructor; local
    [all...]
  /external/v8/src/parsing/
parser.h 371 bool is_static, bool is_constructor,
    [all...]
parser-base.h 4336 bool is_constructor = !class_info.has_seen_constructor; local
    [all...]
preparser.h     [all...]
parser.cc     [all...]

Completed in 1198 milliseconds

1 2