Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.h218 void RecordGate2HeapConstantIndex(uint32_t gate, uint32_t heapConstantIndex) in RecordGate2HeapConstantIndex()
228 void RecordCallMethodId2HeapConstantIndex(uint32_t callMethodId, uint32_t heapConstantIndex) in RecordCallMethodId2HeapConstantIndex()
238 void RecordCtorMethodId2HeapConstantIndex(uint32_t callMethodId, uint32_t heapConstantIndex) in RecordCtorMethodId2HeapConstantIndex()
248 … void RecordOnlyInlineMethodId2HeapConstantIndex(uint32_t callMethodId, uint32_t heapConstantIndex) in RecordOnlyInlineMethodId2HeapConstantIndex()
259 uint32_t bcOffset, uint32_t heapConstantIndex) in RecordLdGlobalByNameBcOffset2HeapConstantIndex()
277 …id RecordHolderHClassIndex2HeapConstantIndex(int32_t holderHClassIndex, uint32_t heapConstantIndex) in RecordHolderHClassIndex2HeapConstantIndex()
Dtyped_bytecode_lowering.cpp1945 auto heapConstantIndex = tacc.TryGetHeapConstantConstructorIndex(methodId); in LowerTypedNewObjRange() local
2156 auto heapConstantIndex = tacc.TryGetHeapConstantFunctionIndex(tacc.GetMethodId()); in CheckThisCallTargetAndLowerCall() local
2176 auto heapConstantIndex = tacc.TryGetHeapConstantFunctionIndex(tacc.GetMethodId()); in CheckCallTargetFromDefineFuncAndLowerCall() local
2213 uint32_t heapConstantIndex, bool isNoGC) in ConvertCallTargetCheckToHeapConstantCheckAndLowerCall()
2275 auto heapConstantIndex = tacc.TryGetHeapConstantFunctionIndex(tacc.GetMethodId()); in CheckCallTargetAndLowerCall() local
2305 auto heapConstantIndex = tacc.TryGetHeapConstantFunctionIndex(tacc.GetMethodId()); in LowerTypedCall() local
2492 auto heapConstantIndex = tacc.TryGetHeapConstantFunctionIndex(methodId); in LowerTypedThisCall() local
2772 uint32_t heapConstantIndex = static_cast<const JitCompilationEnv*>(compilationEnv_)-> in LowerTypedTryLdGlobalByName() local
Dts_inline_lowering.cpp556 auto heapConstantIndex = info.TryGetInlineHeapConstantFunctionIndex(methodOffset); in InlineFuncCheck() local
829 auto heapConstantIndex = info.TryGetInlineHeapConstantFunctionIndex(methodOffset); in InlineSuperCallCheck() local
Dcircuit.cpp507 GateRef Circuit::GetHeapConstantGate(uint32_t heapConstantIndex) in GetHeapConstantGate()
Dtyped_hcr_lowering.cpp3124 uint32_t heapConstantIndex = JitCompilationEnv::INVALID_HEAP_CONSTANT_INDEX; in LowerMonoStoreProperty() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp370 auto heapConstantIndex = jitCompilationEnv->RecordHeapConstant(calleeHandle); in ConvertCall() local
408 auto heapConstantIndex = jitCompilationEnv->RecordHeapConstant(calleeHandle); in ConvertNewObjRange() local
586 uint32_t heapConstantIndex = jitCompilationEnv->RecordHeapConstant(holderHandler); in HandleLoadTypePrototypeHandler() local
947 uint32_t heapConstantIndex = jitCompilationEnv->RecordHeapConstant(boxHandle); in ConvertTryldGlobalByName() local