HomeSort by relevance Sort by last modified time
    Searched refs:instance_type (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/v8/src/ia32/
macro-assembler-ia32.h 403 // register map contains the object map and the register instance_type
404 // contains the instance_type. The registers map and instance_type can be the
406 // registers map and instance_type can be the same as heap_object.
409 Register instance_type);
    [all...]
macro-assembler-ia32.cc 552 Register instance_type) {
554 movzx_b(instance_type, FieldOperand(map, Map::kInstanceTypeOffset));
556 test(instance_type, Immediate(kIsNotStringMask));
2728 Register instance_type = ecx; local
    [all...]
  /external/v8/tools/
grokdump.py 652 INSTANCE_TYPES[self.map.instance_type])
670 self.instance_type = \
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.h 438 // register map contains the object map and the register instance_type
439 // contains the instance_type. The registers map and instance_type can be the
441 // registers map and instance_type can be the same as heap_object.
444 Register instance_type);
447 // register map contains the object map and the register instance_type
448 // contains the instance_type. The registers map and instance_type can be the
450 // registers map and instance_type can be the same as heap_object.
453 Register instance_type);
    [all...]
  /external/chromium_org/v8/src/
mark-compact.cc 254 switch (object->map()->instance_type()) {
    [all...]
hydrogen.cc 1331 InstanceType instance_type; local
1683 InstanceType instance_type = IsFastDoubleElementsKind(kind) ? local
8244 InstanceType instance_type = boilerplate_object->map()->instance_type(); local
    [all...]
heap-inl.h 406 InstanceType type = object->map()->instance_type();
456 InstanceType type = object->map()->instance_type();
spaces.cc     [all...]
stub-cache.cc     [all...]
hydrogen-instructions.h     [all...]
factory.cc     [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 4600 Register instance_type = rcx; local
    [all...]
macro-assembler-x64.h 748 Register instance_type,
    [all...]
  /external/v8/src/
spaces.cc 989 object->IterateBody(map->instance_type(), size, visitor);
    [all...]
mark-compact.cc 916 InstanceType type = map->instance_type();
    [all...]
heap-inl.h 350 InstanceType type = object->map()->instance_type();
ic.cc     [all...]
factory.cc     [all...]
heap.h 619 InstanceType instance_type,
624 MUST_USE_RESULT MaybeObject* AllocatePartialMap(InstanceType instance_type,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 137 const std::string& instance_type,
141 DCHECK(instance_type == keys::kResourceTypeKey);
  /external/v8/src/x64/
macro-assembler-x64.h 752 Register instance_type,
    [all...]
macro-assembler-x64.cc 4343 Register instance_type = rcx; local
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 690 milliseconds

12 3 4