Home
last modified time | relevance | path

Searched defs:compValue (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp661 GateRef compValue = acc_.GetValueIn(gate, 4); // 3: value in LoweringStoreNoBarrierAndPrepareScheduleGate() local
686 GateRef compValue = acc_.GetValueIn(gate, 4); // 3: value in LoweringStoreWithBarrierAndPrepareScheduleGate() local
775 GateRef compValue = acc_.GetValueIn(gate, 4); // 3: value in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
Dhcr_circuit_builder.h288 GateRef compValue = TruncInt64ToInt32(TaggedPointerToInt64(hClass)); in TransitionHClass() local
296 GateRef compValue = TruncInt64ToInt32(TaggedPointerToInt64(hClass)); in TransitionHClassByConstOffset() local
Dlcr_circuit_builder.cpp133 GateRef compValue, MemoryAttribute mAttr) in StoreHClass()
Dmcr_lowering.cpp222 GateRef compValue = acc_.GetValueIn(gate, 2); // 2: compValue in LowerStoreHClassConstOffset() local
Dmcr_circuit_builder.cpp1110 GateRef compValue, MemoryAttribute mAttr) in StoreHClassConstOffset()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightmap.cpp196 JSTaggedValue compValue = value.GetTaggedValue(); in GetIndexOfValue() local