Searched refs:offsetInPandaFile (Results 1 – 2 of 2) sorted by relevance
2772 auto offsetInPandaFile = methodLiteral->GetMethodId().GetOffset(); in AddFunc() local2774 ASSERT(offsetInPandaFile != LLVMModule::kDeoptEntryOffset); in AddFunc()2775 SetFunction(offsetInPandaFile, function, methodLiteral->IsFastCall()); in AddFunc()
176 auto offsetInPandaFile = methodLiteral_->GetMethodId().GetOffset(); in AddFunc() local177 lmirModule_->SetFunction(offsetInPandaFile, funcName, methodLiteral_->IsFastCall()); in AddFunc()