Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp3109 auto offsetInPandaFile = methodLiteral->GetMethodId().GetOffset(); in AddFunc() local
3111 ASSERT(offsetInPandaFile != LLVMModule::kDeoptEntryOffset); in AddFunc()
3112 SetFunction(offsetInPandaFile, function, methodLiteral->IsFastCall()); in AddFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp187 auto offsetInPandaFile = methodLiteral_->GetMethodId().GetOffset(); in AddFunc() local
188 lmirModule_->SetFunction(offsetInPandaFile, funcName, methodLiteral_->IsFastCall()); in AddFunc()