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

  /external/v8/src/
factory.h 140 static Handle<Struct> NewStruct(InstanceType type);
168 static Handle<Map> NewMap(InstanceType type, int instance_size);
268 InstanceType type,
284 InstanceType type,
heap-inl.h 191 InstanceType type = object->map()->instance_type();
199 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
heap.h 340 static Object* AllocateMap(InstanceType instance_type, int instance_size);
343 static Object* AllocatePartialMap(InstanceType instance_type,
482 static Object* AllocateStruct(InstanceType type);
    [all...]
factory.cc 149 Handle<Struct> Factory::NewStruct(InstanceType type) {
237 Handle<Map> Factory::NewMap(InstanceType type, int instance_size) {
468 InstanceType type,
524 InstanceType type,
787 InstanceType type = INVALID_TYPE;
    [all...]
objects-debug.cc 39 static const char* TypeToString(InstanceType type);
96 InstanceType instance_type = map()->instance_type();
197 InstanceType instance_type = map()->instance_type();
545 static const char* TypeToString(InstanceType type) {
    [all...]
objects-inl.h 224 StringShape::StringShape(InstanceType t)
342 InstanceType instance_type =
589 InstanceType type = HeapObject::cast(this)->map()->instance_type();
1166 InstanceType type = map()->instance_type();
    [all...]
objects.h 202 // All Maps have a field instance_type containing a InstanceType.
423 enum InstanceType {
533 InstanceType type;
    [all...]
heap-profiler.cc 589 InstanceType type = obj->map()->instance_type();
spaces.cc     [all...]
mark-compact.cc 237 InstanceType type = map_word.ToMap()->instance_type();
    [all...]
heap.cc     [all...]
bootstrapper.cc 331 InstanceType type,
    [all...]
runtime.cc 669 InstanceType type = templ->map()->instance_type();
    [all...]
objects.cc     [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 266 InstanceType type);
275 InstanceType type);
macro-assembler-arm.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 144 void CmpObjectType(Register heap_object, InstanceType type, Register map);
147 void CmpInstanceType(Register map, InstanceType type);
macro-assembler-ia32.cc 337 InstanceType type,
344 void MacroAssembler::CmpInstanceType(Register map, InstanceType type) {
    [all...]
  /external/v8/test/cctest/
test-alloc.cc 83 InstanceType instance_type = JS_OBJECT_TYPE;
  /external/v8/src/x64/
macro-assembler-x64.h 462 void CmpObjectType(Register heap_object, InstanceType type, Register map);
466 void CmpInstanceType(Register map, InstanceType type);
    [all...]
macro-assembler-x64.cc     [all...]
  /external/protobuf/python/
mox.py 155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
    [all...]

Completed in 292 milliseconds