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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc4583 Portion portion = kInobject; local
4586 portion = kElementsPointer;
4588 portion = kMaps;
4595 return HObjectAccess(portion, offset, representation, Handle<String>::null(),
4623 Portion portion = kInobject; local
4626 return HObjectAccess(portion, offset, Representation::Tagged());
4632 Portion portion = kInobject; local
4635 portion = kElementsPointer;
4637 portion = kArrayLengths;
4639 portion
[all...]
H A Dhydrogen-instructions.h5973 // Represents an access to a portion of an object, such as the map pointer,
5978 return portion() != kBackingStore && portion() != kExternalMemory;
5982 return portion() == kExternalMemory;
5986 return portion() == kStringLengths;
5990 return portion() == kMaps;
6016 return HObjectAccess(portion(), offset(), representation, name(),
6285 return value_ == that.value_; // portion and offset must match
6306 HObjectAccess(Portion portion, int offset, argument
6311 : value_(PortionField::encode(portion) |
6341 inline Portion portion() const { function in class:v8::FINAL::FINAL
[all...]

Completed in 135 milliseconds