Home
last modified time | relevance | path

Searched refs:offsetInPandaFile (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp2772 auto offsetInPandaFile = methodLiteral->GetMethodId().GetOffset(); in AddFunc() local
2774 ASSERT(offsetInPandaFile != LLVMModule::kDeoptEntryOffset); in AddFunc()
2775 SetFunction(offsetInPandaFile, function, methodLiteral->IsFastCall()); in AddFunc()
Dlitecg_ir_builder.cpp176 auto offsetInPandaFile = methodLiteral_->GetMethodId().GetOffset(); in AddFunc() local
177 lmirModule_->SetFunction(offsetInPandaFile, funcName, methodLiteral_->IsFastCall()); in AddFunc()