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

  /external/v8/src/
frames.cc 901 int offset, bool is_constructor)
906 is_constructor_(is_constructor) {}
948 bool is_constructor = IsConstructor(); local
    [all...]
frames.h 542 bool is_constructor);
549 bool is_constructor() { return is_constructor_; } function in class:v8::internal::BASE_EMBEDDED
isolate.cc 510 bool is_constructor) {
568 Handle<Object> is_constructor_obj = factory()->ToBoolean(is_constructor);
626 bool is_constructor = local
632 helper.NewStackFrameObject(fun, position, is_constructor);
666 helper.NewStackFrameObject(fun, position, frames[i].is_constructor());
    [all...]
bootstrapper.cc 287 bool is_constructor);
726 Handle<JSFunction> empty_function, bool is_constructor) {
729 if (is_constructor) map->set_is_constructor();
732 map->set_is_extensible(is_constructor);
    [all...]
factory.cc     [all...]
factory.h 635 bool is_constructor);
objects-debug.cc 841 CHECK_EQ(target()->IsConstructor(), map()->is_constructor());
    [all...]
objects-printer.cc 463 if (is_constructor()) os << " - constructor\n";
    [all...]
objects-inl.h 204 HeapObject::cast(this)->map()->is_constructor();
    [all...]
objects.cc     [all...]
objects.h     [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascriptlintrules.py 199 is_constructor = (
255 elif is_constructor and blank_lines != 3:
259 elif (not is_file_level_comment and not is_constructor and
348 not function.is_constructor and
statetracker.py 723 is_constructor: If the function is a constructor.
734 self.is_constructor = doc and doc.HasFlag('constructor')
813 return self.InFunction() and self._function_stack[-1].is_constructor
    [all...]
  /external/mesa3d/src/glsl/
ast.h 280 bool is_constructor() const function in class:ast_function_expression
ast_function.cpp     [all...]
  /art/runtime/
dex_file_verifier.cc 2656 bool is_constructor = is_init_by_name || is_clinit_by_name; local
    [all...]
debugger.cc 4085 const bool is_constructor = m->IsConstructor() && !m->IsStatic(); local
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 82 * If "is_constructor" is set, this returns "object_id" rather than the
87 RefTypeId class_id, MethodId method_id, bool is_constructor)
89 CHECK(!is_constructor || object_id != 0);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 2862 bfd_boolean is_constructor; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2874 bool is_constructor; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 531 milliseconds