/external/v8/src/ |
factory.h | 153 Handle<Struct> NewStruct(InstanceType type); 179 Handle<Map> NewMap(InstanceType type, int instance_size); 298 InstanceType type, 308 InstanceType type,
|
hydrogen-instructions.h | [all...] |
heap.h | 475 MUST_USE_RESULT MaybeObject* AllocateMap(InstanceType instance_type, 479 MUST_USE_RESULT MaybeObject* AllocatePartialMap(InstanceType instance_type, 645 MUST_USE_RESULT MaybeObject* AllocateStruct(InstanceType type); [all...] |
factory.cc | 235 Handle<Struct> Factory::NewStruct(InstanceType type) { 334 Handle<Map> Factory::NewMap(InstanceType type, int instance_size) { 606 InstanceType type, 636 InstanceType type, [all...] |
heap-inl.h | 299 InstanceType type = object->map()->instance_type(); 307 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
|
objects-printer.cc | 40 static const char* TypeToString(InstanceType type); 70 InstanceType instance_type = map()->instance_type(); 354 static const char* TypeToString(InstanceType type) {
|
objects-inl.h | 235 StringShape::StringShape(InstanceType t) 353 InstanceType instance_type = 688 InstanceType type = HeapObject::cast(this)->map()->instance_type(); [all...] |
objects.h | 243 // All Maps have a field instance_type containing a InstanceType. 485 enum InstanceType { 620 InstanceType type; [all...] |
objects-debug.cc | 74 InstanceType instance_type = map()->instance_type();
|
heap-profiler.cc | 849 InstanceType type = obj->map()->instance_type(); [all...] |
mark-compact.cc | 358 InstanceType type = map_word.ToMap()->instance_type(); [all...] |
heap.cc | [all...] |
spaces.cc | [all...] |
bootstrapper.cc | 320 InstanceType type, [all...] |
/external/v8/test/cctest/ |
test-alloc.cc | 84 InstanceType instance_type = JS_OBJECT_TYPE;
|
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 207 void CmpObjectType(Register heap_object, InstanceType type, Register map); 210 void CmpInstanceType(Register map, InstanceType type); [all...] |
lithium-codegen-ia32.cc | [all...] |
macro-assembler-ia32.cc | 207 InstanceType type, 214 void MacroAssembler::CmpInstanceType(Register map, InstanceType type) { [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.h | 560 InstanceType type); 569 InstanceType type); [all...] |
lithium-codegen-arm.cc | [all...] |
macro-assembler-arm.cc | [all...] |
/external/v8/src/x64/ |
lithium-codegen-x64.cc | [all...] |
macro-assembler-x64.h | 735 void CmpObjectType(Register heap_object, InstanceType type, Register map); 739 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...] |