Searched defs:sharedConstPool (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 113 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
|
| D | bytecode_circuit_builder.h | 556 void GetCurrentConstpool(GateRef jsFunc, GateRef &sharedConstPool, GateRef &unSharedConstPool) in GetCurrentConstpool()
|
| D | typed_hcr_lowering.cpp | 1674 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
|
| D | circuit_builder.cpp | 969 …eRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPool, in GetObjectFromConstPool()
|