Home | History | Annotate | Download | only in crankshaft

Lines Matching full:portion

4498   Portion portion = kInobject;
4501 portion = kElementsPointer;
4503 portion = kMaps;
4510 return HObjectAccess(portion, offset, representation, Handle<String>::null(),
4538 Portion portion = kInobject;
4541 return HObjectAccess(portion, offset, Representation::Tagged());
4547 Portion portion = kInobject;
4549 return HObjectAccess(portion, offset, Representation::Tagged());
4555 Portion portion = kInobject;
4558 portion = kElementsPointer;
4560 portion = kArrayLengths;
4562 portion = kMaps;
4564 return HObjectAccess(portion, offset);
4605 switch (portion()) {
4669 switch (access.portion()) {