Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp2557 auto offsetInPandaFile = methodLiteral->GetMethodId().GetOffset(); in AddFunc() local
2559 ASSERT(offsetInPandaFile != LLVMModule::kDeoptEntryOffset); in AddFunc()
2560 SetFunction(offsetInPandaFile, function, methodLiteral->IsFastCall()); in AddFunc()