Searched refs:instance_type (Results 1 - 25 of 28) sorted by relevance

12

/external/bluetooth/glib/gobject/
H A Dgtypemodule.c88 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_typ
217 g_type_module_find_interface_info(GTypeModule *module, GType instance_type, GType interface_type) argument
347 g_type_module_complete_interface_info(GTypePlugin *plugin, GType instance_type, GType interface_type, GInterfaceInfo *info) argument
458 g_type_module_add_interface(GTypeModule *module, GType instance_type, GType interface_type, const GInterfaceInfo *interface_info) argument
[all...]
H A Dgtypeplugin.c182 * @instance_type: the #GType of an instantiable type to which the interface
193 GType instance_type,
204 instance_type,
192 g_type_plugin_complete_interface_info(GTypePlugin *plugin, GType instance_type, GType interface_type, GInterfaceInfo *info) argument
H A Dgtypeplugin.h72 * @instance_type: the #GType of an instantiable type to which the interface
80 GType instance_type,
128 GType instance_type,
H A Dgsignal.c265 GType instance_type; /* 0 for default closure */ member in struct:__anon617
362 return G_BSEARCH_ARRAY_CMP (c1->instance_type, c2->instance_type);
1429 /* cc->instance_type is 0 for default closure */
1431 key.instance_type = itype;
1433 while (!cc && key.instance_type)
1435 key.instance_type = g_type_parent (key.instance_type);
1453 if (cc && cc->instance_type == 0) /* check for default closure */
1472 key.instance_type
1769 g_signal_override_class_closure(guint signal_id, GType instance_type, GClosure *class_closure) argument
1813 g_signal_override_class_handler(const gchar *signal_name, GType instance_type, GCallback class_handler) argument
[all...]
H A Dgtypemodule.h230 GType instance_type,
H A Dgtype.c196 GType instance_type);
270 GType instance_type; member in struct:_IFaceHolder
883 check_add_interface_L (GType instance_type, argument
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));
1235 iholder->instance_type = NODE_TYPE (node);
1347 type_descriptive_name_I (holders->instance_type));
1454 GType instance_type)
956 check_interface_info_I(TypeNode *iface, GType instance_type, const GInterfaceInfo *info) argument
1453 type_iface_peek_holder_L(TypeNode *iface, GType instance_type) argument
1467 type_iface_retrieve_holder_info_Wm(TypeNode *iface, GType instance_type, gboolean need_info) argument
1500 type_iface_blow_holder_info_Wm(TypeNode *iface, GType instance_type) argument
2545 g_type_add_interface_static(GType instance_type, GType interface_type, const GInterfaceInfo *info) argument
2581 g_type_add_interface_dynamic(GType instance_type, GType interface_type, GTypePlugin *plugin) argument
3608 g_type_interface_get_plugin(GType instance_type, GType interface_type) argument
4142 GType instance_type = ((GTypeClass *)g_class)->g_type; local
[all...]
H A Dgsignal.h396 GType instance_type,
399 GType instance_type,
H A Dgtype.h1206 void g_type_add_interface_static (GType instance_type,
1209 void g_type_add_interface_dynamic (GType instance_type,
1405 GTypePlugin* g_type_interface_get_plugin (GType instance_type,
/external/v8/src/
H A Dobjects-inl.h140 && HeapObject::cast(this)->map()->instance_type() == HEAP_NUMBER_TYPE;
146 && HeapObject::cast(this)->map()->instance_type() < FIRST_NONSTRING_TYPE;
152 uint32_t type = HeapObject::cast(this)->map()->instance_type();
164 uint32_t type = HeapObject::cast(this)->map()->instance_type();
211 : type_(str->map()->instance_type()) {
218 : type_(map->instance_type()) {
239 uint32_t type = map()->instance_type();
249 uint32_t type = map()->instance_type();
329 && HeapObject::cast(this)->map()->instance_type() == BYTE_ARRAY_TYPE;
335 HeapObject::cast(this)->map()->instance_type()
[all...]
H A Dobjects-debug.cc96 InstanceType instance_type = map()->instance_type(); local
99 if (instance_type < FIRST_NONSTRING_TYPE) {
104 switch (instance_type) {
189 PrintF("UNKNOWN TYPE %d", map()->instance_type());
197 InstanceType instance_type = map()->instance_type(); local
199 if (instance_type < FIRST_NONSTRING_TYPE) {
204 switch (instance_type) {
600 PrintF(" - type: %s\n", TypeToString(instance_type()));
[all...]
H A Dmark-compact.cc237 InstanceType type = map_word.ToMap()->instance_type();
313 obj->IterateBody(map->instance_type(), obj->SizeFromMap(map), this);
363 object->IterateBody(map->instance_type(), object->SizeFromMap(map),
415 map->instance_type() >= FIRST_JS_OBJECT_TYPE &&
416 map->instance_type() <= JS_FUNCTION_TYPE) {
483 if (map->instance_type() >= FIRST_JS_OBJECT_TYPE &&
484 map->instance_type() <= JS_FUNCTION_TYPE) {
609 object->IterateBody(map->instance_type(), object->SizeFromMap(map),
781 return metamap.ToMap()->instance_type() == MAP_TYPE;
803 if (map->instance_type() < FIRST_JS_OBJECT_TYP
[all...]
H A Dheap.cc1073 InstanceType type = map->instance_type();
1178 Object* Heap::AllocatePartialMap(InstanceType instance_type, argument
1185 reinterpret_cast<Map*>(result)->set_instance_type(instance_type);
1196 Object* Heap::AllocateMap(InstanceType instance_type, int instance_size) { argument
1202 map->set_instance_type(instance_type);
2259 ASSERT(map->instance_type() != MAP_TYPE);
2263 (space != NEW_SPACE) ? space : TargetSpaceId(map->instance_type());
2436 ASSERT(map->instance_type() != JS_FUNCTION_TYPE);
2440 ASSERT(map->instance_type() != JS_GLOBAL_OBJECT_TYPE);
2441 ASSERT(map->instance_type() !
[all...]
H A Dheap-inl.h191 InstanceType type = object->map()->instance_type();
H A Dspaces.cc982 object->IterateBody(map->instance_type(), size, visitor);
1193 object->IterateBody(map->instance_type(), size, &visitor);
1398 InstanceType type = obj->map()->instance_type();
1522 InstanceType type = obj->map()->instance_type();
1530 InstanceType type = obj->map()->instance_type();
2792 object->IterateBody(map->instance_type(),
H A Dfactory.cc772 Handle<FunctionTemplateInfo> obj, ApiInstanceType instance_type) {
788 switch (instance_type) {
771 CreateApiFunction( Handle<FunctionTemplateInfo> obj, ApiInstanceType instance_type) argument
H A Dheap-profiler.cc589 InstanceType type = obj->map()->instance_type();
H A Dheap.h340 static Object* AllocateMap(InstanceType instance_type, int instance_size);
343 static Object* AllocatePartialMap(InstanceType instance_type,
H A Dobjects.cc836 switch (map()->instance_type()) {
929 switch (map()->instance_type()) {
1012 accumulator->Add("<Other heap object (%d)>", map()->instance_type());
1021 InstanceType instance_type = map->instance_type(); local
1022 uint32_t type = static_cast<uint32_t>(instance_type);
1024 if (instance_type < FIRST_NONSTRING_TYPE
1025 && (StringShape(instance_type).IsSequential())) {
1028 return seq_ascii_this->SeqAsciiStringSize(instance_type);
1031 return self->SeqTwoByteStringSize(instance_type);
[all...]
H A Druntime.cc669 InstanceType type = templ->map()->instance_type();
3643 InstanceType instance_type = heap_obj->map()->instance_type();
3644 if (instance_type < FIRST_NONSTRING_TYPE) {
3648 switch (instance_type) {
4952 if (function->initial_map()->instance_type() == JS_FUNCTION_TYPE) {
5691 ASSERT(func->map()->instance_type() ==
5692 Top::function_instance_map()->instance_type());
/external/v8/test/cctest/
H A Dtest-alloc.cc83 InstanceType instance_type = JS_OBJECT_TYPE; local
86 CHECK(!Heap::AllocateMap(instance_type, instance_size)->IsFailure());
88 CHECK(!Heap::AllocateMap(instance_type, instance_size)->IsFailure());
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h158 // register map contains the object map and the register instance_type
159 // contains the instance_type. The registers map and instance_type can be the
161 // registers map and instance_type can be the same as heap_object.
164 Register instance_type);
441 void JumpIfInstanceTypeIsNotSequentialAscii(Register instance_type,
H A Dmacro-assembler-ia32.cc365 Register instance_type) {
367 movzx_b(instance_type, FieldOperand(map, Map::kInstanceTypeOffset));
369 test(instance_type, Immediate(kIsNotStringMask));
1576 Register instance_type,
1579 if (!scratch.is(instance_type)) {
1580 mov(scratch, instance_type);
363 IsObjectStringType(Register heap_object, Register map, Register instance_type) argument
1575 JumpIfInstanceTypeIsNotSequentialAscii( Register instance_type, Register scratch, Label *failure) argument
/external/v8/src/x64/
H A Dmacro-assembler-x64.h477 // register map contains the object map and the register instance_type
478 // contains the instance_type. The registers map and instance_type can be the
480 // registers map and instance_type can be the same as heap_object.
483 Register instance_type);
H A Dmacro-assembler-x64.cc1614 Register instance_type) {
1616 movzxbl(instance_type, FieldOperand(map, Map::kInstanceTypeOffset));
1618 testb(instance_type, Immediate(kIsNotStringMask));
1612 IsObjectStringType(Register heap_object, Register map, Register instance_type) argument
/external/v8/include/
H A Dv8.h2956 static inline bool IsExternalTwoByteString(int instance_type) { argument
2957 int representation = (instance_type & kFullStringRepresentationMask);

Completed in 382 milliseconds

12