Searched defs:portion (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc4032 Portion portion = kInobject; local
4035 portion = kElementsPointer;
4037 portion = kMaps;
4039 return HObjectAccess(portion, offset, representation);
4045 Portion portion = kInobject; local
4048 portion = kElementsPointer;
4050 portion = kArrayLengths;
4052 portion = kMaps;
4054 return HObjectAccess(portion, offset);
4114 switch (portion()) {
[all...]
H A Dhydrogen-instructions.h5446 // Represents an access to a portion of an object, such as the map pointer,
5451 return portion() != kBackingStore && portion() != kExternalMemory;
5455 return portion() == kExternalMemory;
5459 return portion() == kStringLengths;
5475 return HObjectAccess(portion(), offset(), representation, name());
5575 return value_ == that.value_; // portion and offset must match
5594 HObjectAccess(Portion portion, int offset, argument
5597 : value_(PortionField::encode(portion) |
5603 ASSERT(this->portion()
5617 inline Portion portion() const { function in class:v8::HObjectAccess
[all...]

Completed in 176 milliseconds