HomeSort by relevance Sort by last modified time
    Searched defs:instance_type (Results 1 - 24 of 24) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_blockdevicemapping.py 119 instance_type='m1.large', variable in class:TestLaunchConfiguration.test_run_instances_block_device_mapping.OrderedBlockDeviceMapping
  /external/v8/src/compiler/
fast-accessor-assembler.cc 58 Node* instance_type = assembler_->WordAnd( local
69 instance_type, assembler_->IntPtrConstant(Internals::kJSObjectType)),
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
server.py 106 instance_type = StringProperty(verbose_name="Instance Type") variable in class:Server
238 instance_type = self.instance_type,
313 if self.instance.instance_type == 'm1.small' or self.instance_type == 'c1.medium':
  /external/v8/src/ic/arm64/
ic-arm64.cc 650 Register instance_type = x10; local
651 __ CompareInstanceType(receiver_map, instance_type, JS_ARRAY_TYPE);
657 __ Cmp(instance_type, JS_OBJECT_TYPE);
    [all...]
  /external/v8/src/
type-feedback-vector.cc 223 InstanceType instance_type = local
224 HeapObject::cast(obj)->map()->instance_type();
228 if (instance_type != ALLOCATION_SITE_TYPE) {
objects-printer.cc 41 InstanceType instance_type = map()->instance_type(); local
44 if (instance_type < FIRST_NONSTRING_TYPE) {
49 switch (instance_type) {
193 os << "UNKNOWN TYPE " << map()->instance_type();
448 os << " - type: " << instance_type() << "\n";
    [all...]
objects-debug.cc 46 InstanceType instance_type = map()->instance_type(); local
48 if (instance_type < FIRST_NONSTRING_TYPE) {
53 switch (instance_type) {
247 HeapObject::cast(this)->map()->instance_type() ==
332 CHECK(FIRST_TYPE <= instance_type() && instance_type() <= LAST_TYPE);
    [all...]
code-stubs-hydrogen.cc 346 HValue* instance_type = Add<HLoadNamedField>( local
350 instance_type, Add<HConstant>(FIRST_NONSTRING_TYPE), Token::LT);
358 instance_type, Add<HConstant>(ODDBALL_TYPE), Token::EQ);
368 instance_type, Add<HConstant>(SYMBOL_TYPE), Token::EQ);
2268 HValue* instance_type = local
    [all...]
objects.cc 61 std::ostream& operator<<(std::ostream& os, InstanceType instance_type) {
62 switch (instance_type) {
13075 InstanceType instance_type; local
13138 InstanceType instance_type = constructor_initial_map->instance_type(); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
server.py 72 if self.server.instance_type == 'm1.small' or self.server.instance_type == 'c1.medium':
159 if not params.get('instance_type', None):
160 prop = StringProperty(name='instance_type', verbose_name='Instance Type',
162 params['instance_type'] = propget.get(prop)
250 instance_type = CalculatedProperty(verbose_name="Instance Type", calculated_type=str, use_method=True) variable in class:Server
319 instance_type=params.get('instance_type'),
447 it = self._instance.instance_type
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 3362 Register instance_type = r2; local
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 3355 Register instance_type = a2; local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 3360 Register instance_type = a2; local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 3361 Register instance_type = r5; local
    [all...]
  /external/v8/src/snapshot/
serialize.cc 1312 int instance_type = map->instance_type(); local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 3082 Register instance_type = x14; local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 2515 Register instance_type = ip; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 2272 Register instance_type = temps.AcquireX(); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 2426 Register instance_type = scratch1(); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 2549 Register instance_type = scratch1(); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 2586 Register instance_type = ip; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 3521 InstanceType instance_type = GetInstanceType(); local
    [all...]
hydrogen.cc 1502 HValue* instance_type = local
1596 HValue* instance_type = local
1739 HValue* instance_type = local
2742 InstanceType instance_type = IsFastDoubleElementsKind(kind) local
6405 InstanceType instance_type = map_->instance_type(); local
11747 InstanceType instance_type = initial_map->instance_type(); local
11806 InstanceType instance_type = boilerplate_object->HasFastDoubleElements() local
12336 HValue* instance_type = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 776 milliseconds