OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kObject
(Results
1 - 25
of
58
) sorted by null
1
2
3
/art/compiler/llvm/
backend_types.h
37
kObject
,
92
return
kObject
;
ir_builder.cc
101
case
kObject
:
md_builder.cc
105
case
kObject
: name += "Object"; break;
gbc_expander.cc
59
using ::art::llvm::
kObject
;
729
return EmitArrayGEP(static_storage_dex_cache_addr, type_idx_value,
kObject
);
739
return EmitArrayGEP(resolved_type_dex_cache_addr, type_idx_value,
kObject
);
749
return EmitArrayGEP(resolved_method_dex_cache_addr, method_idx_value,
kObject
);
759
return EmitArrayGEP(string_dex_cache_addr, string_idx_value,
kObject
);
804
EmitArrayGEP(vtable_addr, vtable_idx_value,
kObject
);
815
(elem_jty ==
kObject
&& sizeof(uint64_t) == sizeof(art::mirror::Object*))) {
[
all
...]
/external/chromium_org/components/json_schema/
json_schema_constants.cc
27
const char
kObject
[] = "object";
json_schema_constants.h
29
extern const char
kObject
[];
json_schema_validator_unittest_base.cc
107
schema::
kObject
));
214
schema->SetString(schema::kType, schema::
kObject
);
291
schema->SetString(schema::kType, schema::
kObject
);
297
schema_inline->SetString(schema::kType, schema::
kObject
);
577
EXPECT_EQ(std::string(schema::
kObject
),
589
schema->SetString(schema::kType, schema::
kObject
);
650
schema->SetString(schema::kType, schema::
kObject
);
658
JSONSchemaValidator::kInvalidType, schema::
kObject
, schema::kArray));
660
schema->SetString(schema::kType, schema::
kObject
);
668
JSONSchemaValidator::kInvalidType, schema::
kObject
, schema::kNull))
[
all
...]
/external/chromium_org/third_party/skia/src/animator/
SkOperand2.h
23
kObject
= 16
47
void* getObject() { SkASSERT(fType == SkOperand2::
kObject
); return fOperand.fObject; }
SkAnimatorScript2.cpp
78
case SkOperand2::
kObject
:
90
return SkOperand2::
kObject
;
185
return index == 0 ? SkOperand2::kString : SkOperand2::
kObject
;
203
ref->fType = SkOperand2::
kObject
;
307
SkASSERT(type == SkOperand2::
kObject
);
468
case SkOperand2::
kObject
:
478
return SkOperand2::
kObject
;
SkScript.h
59
kObject
= 16
SkScriptDecompile.cpp
101
OperandName(
kObject
)
/external/skia/src/animator/
SkOperand2.h
23
kObject
= 16
47
void* getObject() { SkASSERT(fType == SkOperand2::
kObject
); return fOperand.fObject; }
SkAnimatorScript2.cpp
78
case SkOperand2::
kObject
:
90
return SkOperand2::
kObject
;
185
return index == 0 ? SkOperand2::kString : SkOperand2::
kObject
;
203
ref->fType = SkOperand2::
kObject
;
307
SkASSERT(type == SkOperand2::
kObject
);
468
case SkOperand2::
kObject
:
478
return SkOperand2::
kObject
;
SkScript.h
59
kObject
= 16
/external/chromium_org/third_party/skia/include/utils/
SkJSON.h
19
kObject
,
138
* if done() returns false and type() returns
kObject
.
222
* Should only be called if the Array's type is
kObject
.
241
SkASSERT(
kObject
== fType);
245
SkASSERT(
kObject
== fType);
/external/skia/include/utils/
SkJSON.h
19
kObject
,
138
* if done() returns false and type() returns
kObject
.
222
* Should only be called if the Array's type is
kObject
.
241
SkASSERT(
kObject
== fType);
245
SkASSERT(
kObject
== fType);
/external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp
184
fType =
kObject
;
251
case
kObject
:
312
case
kObject
:
344
case
kObject
:
416
case Formattable::
kObject
:
454
case Formattable::
kObject
:
484
case Formattable::
kObject
:
502
return (fType ==
kObject
) ? fValue.fObject : NULL;
598
fType =
kObject
;
/external/icu4c/i18n/
fmtable.cpp
187
fType =
kObject
;
251
case
kObject
:
312
case
kObject
:
344
case
kObject
:
423
case Formattable::
kObject
:
475
case Formattable::
kObject
:
504
case Formattable::
kObject
:
522
return (fType ==
kObject
) ? fValue.fObject : NULL;
618
fType =
kObject
;
/external/chromium_org/third_party/skia/src/utils/
SkJSON.cpp
90
case
kObject
:
130
SkASSERT(
kObject
== fSlot->type());
176
case
kObject
:
232
this->addSlot(new Slot(name,
kObject
))->fValue.fObject = value;
272
const Slot* slot = this->findSlot(name,
kObject
);
385
case
kObject
:
434
case
kObject
: {
/external/skia/src/utils/
SkJSON.cpp
90
case
kObject
:
130
SkASSERT(
kObject
== fSlot->type());
176
case
kObject
:
232
this->addSlot(new Slot(name,
kObject
))->fValue.fObject = value;
272
const Slot* slot = this->findSlot(name,
kObject
);
385
case
kObject
:
434
case
kObject
: {
/external/chromium_org/third_party/WebKit/Source/web/tests/
ListenerLeakTest.cpp
70
if (node->GetType() != v8::HeapGraphNode::
kObject
)
/external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h
257
kObject
286
* possible loss of precision. If the type is
kObject
and the
312
* truncation of any fractional part. If the type is
kObject
and
338
* is
kObject
and the object is a Measure, then the result of
549
* the type to
kObject
. After this call, the caller must not
/external/chromium_org/v8/include/
v8-profiler.h
254
kObject
= 3, // A JS object (except for arrays and strings).
/external/icu4c/i18n/unicode/
fmtable.h
269
kObject
298
* possible loss of precision. If the type is
kObject
and the
324
* truncation of any fractional part. If the type is
kObject
and
350
* is
kObject
and the object is a Measure, then the result of
561
* the type to
kObject
. After this call, the caller must not
/external/v8/include/
v8-profiler.h
253
kObject
= 3, // A JS object (except for arrays and strings).
Completed in 543 milliseconds
1
2
3