Home
last modified time | relevance | path

Searched defs:sharedConstPool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp99 GateRef sharedConstPool = acc_.GetValueIn(gate, 0); in CallRuntimeLowering() local
1205 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerThrowUndefinedIfHoleWithName() local
1610 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerCreateObjectWithBuffer() local
1669 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerLdBigInt() local
2220 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerCreateRegExpWithLiteral() local
2265 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerStOwnByName() local
2360 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerStConstToGlobalRecord() local
2397 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerStOwnByNameWithNameSet() local
2438 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerLdObjByName() local
2463 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerStObjByName() local
[all …]
Dbytecode_circuit_builder.h556 void GetCurrentConstpool(GateRef jsFunc, GateRef &sharedConstPool, GateRef &unSharedConstPool) in GetCurrentConstpool()
Dtyped_hcr_lowering.cpp1521 GateRef sharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::SHARED_CONST_POOL); in LowerJSCallTargetTypeCheck() local
1541 GateRef sharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::SHARED_CONST_POOL); in LowerJSFastCallTargetTypeCheck() local
Dcircuit_builder.cpp856 …eRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPool, in GetObjectFromConstPool()