OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeField
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
property-details.h
55
// Must fit in the BitField PropertyDetails::
TypeField
.
83
ASSERT(
TypeField
::is_valid(type));
87
value_ =
TypeField
::encode(type)
100
PropertyType type() { return
TypeField
::decode(value_); }
119
class
TypeField
: public BitField<PropertyType, 0, 4> {};
objects.h
[
all
...]
/external/chromium_org/v8/src/
property-details.h
63
// Must fit in the BitField PropertyDetails::
TypeField
.
217
value_ =
TypeField
::encode(type)
229
value_ =
TypeField
::encode(type)
260
PropertyType type() { return
TypeField
::decode(value_); }
292
class
TypeField
: public BitField<PropertyType, 0, 3> {};
objects.h
[
all
...]
/art/compiler/utils/arm/
constants_arm.h
228
// int type = instr->
TypeField
();
271
inline int
TypeField
() const { return Bits(kTypeShift, kTypeBits); }
404
CHECK_EQ(
TypeField
(), 7);
413
CHECK_EQ(
TypeField
(), 6);
421
CHECK_EQ(
TypeField
(), 6);
Completed in 3701 milliseconds