Home
last modified time | relevance | path

Searched defs:instance_type (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm/bindings/python/llvm/
Dcommon.py85 def __get__(self, instance, instance_type=None): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dreservedinstance.py28 def __init__(self, connection=None, id=None, instance_type=None, argument
126 def __init__(self, connection=None, id=None, instance_type=None, argument
240 instance_count=None, instance_type=None): argument
281 instance_type=None): argument
Dimage.py172 addressing_type=None, instance_type='m1.small', placement=None, argument
Dconnection.py741 instance_type='m1.small', placement=None, argument
1343 instance_type=None, product_description=None, argument
1427 instance_type='m1.small', placement=None, argument
3488 instance_type=None, argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac_float_type.h19 using instance_type = ISACStruct; member
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
Dorder.py69 def set_instance_type(self, instance_type=None): argument
Dserver.py106 instance_type = StringProperty(verbose_name="Instance Type") variable in Server
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dasadmin110 def create_lc(autoscale, name, image_id, instance_type, key_name, argument
/external/v8/src/
Dfast-accessor-assembler.cc49 Node* instance_type = assembler_->WordAnd( in LoadInternalField() local
Dcode-stubs-hydrogen.cc318 HValue* instance_type = Add<HLoadNamedField>( in BuildCodeStub() local
806 HValue* instance_type = Add<HLoadNamedField>( in BuildCodeStub() local
2126 HValue* instance_type, HValue* bit_field2, ElementsKind kind) { in BuildFastElementLoad()
2168 HValue* instance_type = in BuildCodeStub() local
Dcode-stub-assembler.cc516 InstanceType instance_type) { in AssertInstanceType()
1712 Node* object, Node* map, Node* instance_type, Node* unique_name, in TryLookupProperty()
1799 compiler::Node* instance_type, in TryHasOwnProperty()
1984 Node* context, Node* receiver, Node* object, Node* map, Node* instance_type, in TryGetOwnProperty()
2046 Node* instance_type = LoadMapInstanceType(getter_map); in TryGetOwnProperty() local
2069 Node* instance_type, Node* index, in TryLookupElement()
Dapi-natives.cc539 Handle<Object> prototype, ApiInstanceType instance_type) { in CreateApiFunction()
Dobjects-debug.cc47 InstanceType instance_type = map()->instance_type(); in HeapObjectVerify() local
Dobjects-printer.cc47 InstanceType instance_type = map()->instance_type(); in HeapObjectPrint() local
/external/v8/src/heap/
Dobjects-visiting.cc21 int instance_type, int instance_size, bool has_unboxed_fields) { in GetVisitorId()
Dheap.cc2067 AllocationResult Heap::AllocatePartialMap(InstanceType instance_type, in AllocatePartialMap()
2100 AllocationResult Heap::AllocateMap(InstanceType instance_type, in AllocateMap()
2214 #define ALLOCATE_PARTIAL_MAP(instance_type, size, field_name) \ in CreateInitialMaps() argument
2278 #define ALLOCATE_MAP(instance_type, size, field_name) \ in CreateInitialMaps() argument
2285 #define ALLOCATE_VARSIZE_MAP(instance_type, field_name) \ in CreateInitialMaps() argument
2288 #define ALLOCATE_PRIMITIVE_MAP(instance_type, size, field_name, \ in CreateInitialMaps() argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
Dlaunchconfig.py101 instance_type='m1.small', kernel_id=None, argument
/external/v8/test/cctest/
Dtest-code-stub-assembler.cc479 Node* instance_type = m.LoadMapInstanceType(map); in TEST() local
666 Node* instance_type = m.LoadMapInstanceType(map); in TEST() local
881 Node* instance_type = m.LoadMapInstanceType(map); in TEST() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
Dserver.py250instance_type = CalculatedProperty(verbose_name="Instance Type", calculated_type=str, use_method=T… variable in Server
/external/v8/src/wasm/
Dwasm-js.cc476 InstanceType instance_type = prev_map->instance_type(); in InstallWasmFunctionMap() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
Dlayer1.py617 def create_instance(self, stack_id, layer_ids, instance_type, argument
2523 instance_type=None, auto_scaling_type=None, argument
/external/v8/src/compiler/
Djs-intrinsic-lowering.cc181 Node* node, InstanceType instance_type) { in ReduceIsInstanceType()
/external/v8/src/snapshot/
Dserializer.cc56 int instance_type = map->instance_type(); in CountInstanceType() local
/external/v8/src/interpreter/
Dinterpreter-intrinsics.cc110 Node* instance_type = __ LoadInstanceType(map); in CompareInstanceType() local
/external/v8/src/x87/
Dmacro-assembler-x87.cc814 Register instance_type) { in IsObjectStringType()
825 Register instance_type) { in IsObjectNameType()
2855 Register instance_type, Register scratch, Label* failure) { in JumpIfInstanceTypeIsNotSequentialOneByte()

123