Home | History | Annotate | Download | only in x64

Lines Matching defs:hinstr

3196   HLoadKeyed* hinstr = instr->hydrogen();
3199 bool requires_hole_check = hinstr->RequiresHoleCheck();
3200 Representation representation = hinstr->representation();
3210 hinstr->elements_kind() == FAST_SMI_ELEMENTS) {
3237 if (IsFastSmiElementsKind(hinstr->elements_kind())) {
4096 HStoreNamedField* hinstr = instr->hydrogen();
4099 HObjectAccess access = hinstr->access();
4103 DCHECK(!hinstr->NeedsWriteBarrier());
4124 DCHECK(!hinstr->has_transition());
4125 DCHECK(!hinstr->NeedsWriteBarrier());
4131 if (hinstr->has_transition()) {
4132 Handle<Map> transition = hinstr->transition_map();
4134 if (!hinstr->NeedsWriteBarrierForMap()) {
4156 hinstr->value()->representation().IsInteger32()) {
4157 DCHECK(hinstr->store_mode() == STORE_TO_INITIALIZED_ENTRY);
4178 DCHECK(!hinstr->NeedsWriteBarrier());
4189 DCHECK(!hinstr->NeedsWriteBarrier());
4194 if (hinstr->NeedsWriteBarrier()) {
4204 hinstr->SmiCheckForWriteBarrier(),
4205 hinstr->PointersToHereCheckForValue());
4389 HStoreKeyed* hinstr = instr->hydrogen();
4392 Representation representation = hinstr->value()->representation();
4401 DCHECK(hinstr->store_mode() == STORE_TO_INITIALIZED_ENTRY);
4402 DCHECK(hinstr->elements_kind() == FAST_SMI_ELEMENTS);
4444 if (hinstr->NeedsWriteBarrier()) {
4449 SmiCheck check_needed = hinstr->value()->type().IsHeapObject()
4460 hinstr->PointersToHereCheckForValue());