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

  /external/v8/test/cctest/
test-alloc.cc 84 InstanceType instance_type = JS_OBJECT_TYPE; local
87 CHECK(!heap->AllocateMap(instance_type, instance_size)->IsFailure());
89 CHECK(!heap->AllocateMap(instance_type, instance_size)->IsFailure());
  /external/bluetooth/glib/gobject/
gtypemodule.c 88 GType instance_type; member in struct:_ModuleInterfaceInfo
99 GType instance_type,
218 GType instance_type,
225 if (interface_info->instance_type == instance_type &&
348 GType instance_type,
353 ModuleInterfaceInfo *module_interface_info = g_type_module_find_interface_info (module, instance_type, interface_type);
446 * @instance_type: type to which to add the interface.
459 GType instance_type,
468 if (g_type_is_a (instance_type, interface_type)
    [all...]
gsignal.c 265 GType instance_type; /* 0 for default closure */ member in struct:__anon2154
362 return G_BSEARCH_ARRAY_CMP (c1->instance_type, c2->instance_type);
    [all...]
gtype.c 196 GType instance_type);
270 GType instance_type; member in struct:_IFaceHolder
883 check_add_interface_L (GType instance_type,
886 TypeNode *node = lookup_type_node_I (instance_type);
897 type_descriptive_name_I (instance_type));
957 GType instance_type,
964 type_descriptive_name_I (instance_type));
4142 GType instance_type = ((GTypeClass *)g_class)->g_type; local
    [all...]
  /external/v8/src/
objects-printer.cc 70 InstanceType instance_type = map()->instance_type(); local
73 if (instance_type < FIRST_NONSTRING_TYPE) {
78 switch (instance_type) {
168 PrintF(out, "UNKNOWN TYPE %d", map()->instance_type());
413 PrintF(out, " - type: %s\n", TypeToString(instance_type()));
objects-debug.cc 74 InstanceType instance_type = map()->instance_type(); local
76 if (instance_type < FIRST_NONSTRING_TYPE) {
81 switch (instance_type) {
252 ASSERT(FIRST_TYPE <= instance_type() && instance_type() <= LAST_TYPE);
267 ASSERT_EQ(StaticVisitorBase::GetVisitorId(instance_type(), instance_size()),

Completed in 60 milliseconds