Home
last modified time | relevance | path

Searched refs:other_load (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
Dtest-js-context-specialization.cc217 Node* other_load = t.NewNode(t.javascript()->LoadContext(0, slot, true), in TEST() local
219 Node* effect_use = other_load; in TEST()
221 t.NewNode(t.simplified()->ChangeTaggedToInt32(), other_load); in TEST()
224 param_context, other_load, start); in TEST()
242 CHECK_EQ(other_load, other_use->InputAt(0)); in TEST()
/external/chromium_org/v8/src/
Dhydrogen-instructions.h6638 HLoadKeyed* other_load = HLoadKeyed::cast(other); in DECLARE_CONCRETE_INSTRUCTION() local
6640 if (IsDehoisted() && base_offset() != other_load->base_offset()) in DECLARE_CONCRETE_INSTRUCTION()
6642 return elements_kind() == other_load->elements_kind(); in DECLARE_CONCRETE_INSTRUCTION()