Searched defs:sharedConstPool (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 103 GateRef sharedConstPool = acc_.GetValueIn(gate, 0); in CallRuntimeLowering() local 1214 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerThrowUndefinedIfHoleWithName() local 1613 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerCreateObjectWithBuffer() local 1672 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerLdBigInt() local 2160 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerCreateRegExpWithLiteral() local 2205 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerStOwnByName() local 2300 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerStConstToGlobalRecord() local 2337 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerStOwnByNameWithNameSet() local 2471 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerLdSuperByName() local 2486 GateRef sharedConstPool = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerStSuperByName() local [all …]
|
| D | bytecode_circuit_builder.h | 548 void GetCurrentConstpool(GateRef jsFunc, GateRef &sharedConstPool, GateRef &unSharedConstPool) in GetCurrentConstpool()
|
| D | typed_hcr_lowering.cpp | 1478 GateRef sharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::SHARED_CONST_POOL); in LowerJSCallTargetTypeCheck() local 1494 GateRef sharedConstPool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::SHARED_CONST_POOL); in LowerJSFastCallTargetTypeCheck() local
|
| D | circuit_builder.cpp | 789 …eRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPool, in GetObjectFromConstPool()
|