Home | History | Annotate | Download | only in src

Lines Matching refs:Portion

4583   Portion portion = kInobject;
4586 portion = kElementsPointer;
4588 portion = kMaps;
4595 return HObjectAccess(portion, offset, representation, Handle<String>::null(),
4623 Portion portion = kInobject;
4626 return HObjectAccess(portion, offset, Representation::Tagged());
4632 Portion portion = kInobject;
4635 portion = kElementsPointer;
4637 portion = kArrayLengths;
4639 portion = kMaps;
4641 return HObjectAccess(portion, offset);
4688 switch (portion()) {
4752 switch (access.portion()) {