Home
last modified time | relevance | path

Searched refs:ctorMethodId (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp360 int ctorMethodId = 0; in ConvertNewObjRange() local
363 ctorMethodId = slotValue.GetInt(); in ConvertNewObjRange()
365 if (ctorMethodId > 0) { in ConvertNewObjRange()
371 ctorMethodId = static_cast<int>(calleeMethod->GetMethodId().GetOffset()); in ConvertNewObjRange()
381 if (ctorMethodId > 0) { in ConvertNewObjRange()
383 auto pt = ProfileType(abcId_, std::abs(ctorMethodId), ProfileType::Kind::JITClassId, true); in ConvertNewObjRange()
388 auto type = chunk_->New<PGOSampleType>(ProfileType(abcId_, std::abs(ctorMethodId), kind)); in ConvertNewObjRange()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h110 void InsertSkipCtorMethodIdSafe(EntityId ctorMethodId) in InsertSkipCtorMethodIdSafe() argument
113 skipCtorMethodId_.insert(ctorMethodId.GetOffset()); in InsertSkipCtorMethodIdSafe()
H A Dpgo_profiler.cpp1347 auto ctorMethodId = ctorJSMethod->GetMethodId().GetOffset(); in DumpDefineClass() local
1349 auto localType = ProfileType(ctorAbcId, ctorMethodId, ProfileType::Kind::ClassId, true); in DumpDefineClass()
1357 SetRootProfileType(ihc, ctorAbcId, ctorMethodId, ProfileType::Kind::ClassId); in DumpDefineClass()
1481 int ctorMethodId = 0; in DumpNewObjRange() local
1483 ctorMethodId = slotValue.GetInt(); in DumpNewObjRange()
1487 ctorMethodId = static_cast<int>(calleeMethod->GetMethodId().GetOffset()); in DumpNewObjRange()
1492 if (ctorMethodId > 0) { in DumpNewObjRange()
1493 type = PGOSampleType::CreateProfileType(abcId, ctorMethodId, ProfileType::Kind::ClassId, true); in DumpNewObjRange()
1496 type = PGOSampleType::CreateProfileType(abcId, std::abs(ctorMethodId), kind); in DumpNewObjRange()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h1369 auto ctorMethodId = GetRuntime()->ResolveMethodIndex(GetMethod(), ctorMethodIndex); in BuildInitString() local
1370 size_t argsCount = GetMethodArgumentsCount(ctorMethodId); in BuildInitString()
1381 auto ctorMethod = GetRuntime()->GetMethodById(GetMethod(), ctorMethodId); in BuildInitString()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp186 EntityId ctorMethodId = Method::Cast(func->GetMethod().GetTaggedObject())->GetMethodId(); in PrototypeSetter() local
187 thread->GetEcmaVM()->GetPGOProfiler()->InsertSkipCtorMethodIdSafe(ctorMethodId); in PrototypeSetter()

Completed in 13 milliseconds