Searched refs:offsetInPandaFile (Results 1 – 2 of 2) sorted by relevance
3109 auto offsetInPandaFile = methodLiteral->GetMethodId().GetOffset(); in AddFunc() local3111 ASSERT(offsetInPandaFile != LLVMModule::kDeoptEntryOffset); in AddFunc()3112 SetFunction(offsetInPandaFile, function, methodLiteral->IsFastCall()); in AddFunc()
187 auto offsetInPandaFile = methodLiteral_->GetMethodId().GetOffset(); in AddFunc() local188 lmirModule_->SetFunction(offsetInPandaFile, funcName, methodLiteral_->IsFastCall()); in AddFunc()