Lines Matching defs:funcEntry
90 FuncEntryDes *funcEntry = reinterpret_cast<FuncEntryDes*>(desc.funcEntryDesAddr);
91 if (!funcEntry) {
92 LOG_JIT(ERROR) << "funcEntry is null.";
98 if (methodId == EntityId(funcEntry->indexInKindOrMethodId_)) {
99 uint64_t codeAddr = funcEntry->codeAddr_ +
104 funcEntry++;
107 SetIsFastCall(funcEntry->isFastCall_);
108 SetFpDeltaPrevFrameSp(funcEntry->fpDeltaPrevFrameSp_);
109 SetFuncSize(funcEntry->funcSize_);
110 SetCalleeRegisterNum(funcEntry->calleeRegisterNum_);
111 SetCalleeReg2OffsetArray(funcEntry->CalleeReg2Offset_);