Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp113 GateRef sharedConstPool = acc_.GetValueIn(gate, 0); in CallRuntimeLowering() local
1302 GateRef sharedConstPool = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in GetStringFromConstPool() local
1740 GateRef sharedConstPool = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerCreateObjectWithBuffer() local
2717 GateRef sharedConstPool = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerLdObjByName() local
2744 GateRef sharedConstPool = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerStObjByName() local
3056 GateRef sharedConstPool = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerDefineClassWithBuffer() local
3332 GateRef sharedConstPool = argAcc_->GetFrameArgsIn(gate, FrameArgIdx::SHARED_CONST_POOL); in LowerDefineMethod() local
4126 GateRef sharedConstPool = acc_.GetValueIn(gate, 0); in LowerGetUnsharedConstPool() local
Dbytecode_circuit_builder.h556 void GetCurrentConstpool(GateRef jsFunc, GateRef &sharedConstPool, GateRef &unSharedConstPool) in GetCurrentConstpool()
Dtyped_hcr_lowering.cpp1674 GateRef sharedConstPool = argAcc->GetFrameArgsIn(frameState, FrameArgIdx::SHARED_CONST_POOL); in LowerJSCallTargetTypeCheck() local
1694 GateRef sharedConstPool = argAcc->GetFrameArgsIn(frameState, FrameArgIdx::SHARED_CONST_POOL); in LowerJSFastCallTargetTypeCheck() local
Dcircuit_builder.cpp969 …eRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPool, in GetObjectFromConstPool()