Home
last modified time | relevance | path

Searched refs:GetUniqId (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
H A Dpublic.cpp161 if (service->debugCtx.SkipVerification(method->GetUniqId())) { in CheckBeforeVerification()
167 auto uniqId = method->GetUniqId(); in CheckBeforeVerification()
191 auto uniqId = method->GetUniqId(); in Verify()
/arkcompiler/runtime_core/static_core/verification/config/context/
H A Dcontext.cpp29 auto id = method.GetUniqId(); in AddMethod()
/arkcompiler/runtime_core/static_core/verification/cache/
H A Dfile_entity_cache.h60 return {pf.GetUniqId(), id, TYPE_INDEX<Entity, CachedTypes...>}; in GetKey()
/arkcompiler/runtime_core/static_core/verification/jobs/
H A Djob.cpp77 DBG_MANAGED_BRK(&service_->debugCtx, method_->GetUniqId(), 0xFFFF); in DoChecks()
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass.cpp66 uint64_t uid = file->GetUniqId(); in CalcUniqId()
H A Dcompiler.cpp99 return MethodCast(method)->GetUniqId(); in GetUniqMethodId()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dfield.h151 UniqId GetUniqId() const in GetUniqId() function in ark::Field
H A Dmethod.h766 uint64_t uid = file->GetUniqId(); in CalcUniqId()
775 UniqId GetUniqId() const in GetUniqId() function in ark::Method::VerificationStage
H A Dclass.h716 UniqId GetUniqId() const in GetUniqId() function in ark::Class
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_system.cpp122 auto &&methodId = method->GetUniqId(); in GetMethodSignature()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile.h353 return static_cast<uint32_t>(GetPandaFile()->GetUniqId()); in GetFileUniqId()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.h338 uint64_t GetUniqId() const in GetUniqId() function in ark::panda_file::File
/arkcompiler/runtime_core/libpandafile/
H A Dfile.h392 uint64_t GetUniqId() const in GetUniqId() function in panda::panda_file::File
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Type.cpp511 return objType->GetRuntimeClass()->GetUniqId(); in TypeAPIGetTypeId()
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.h60 DBG_MANAGED_BRK(debugCtx, job_->JobMethod()->GetUniqId(), inst_.GetOffset()); \
173 debug_ = debug::ManagedBreakpointPresent(debugCtx, method->GetUniqId());
1723 if (debugCtx->SkipVerificationOfCall(ctor->GetUniqId())) { in CheckCallCtor()
2549 if (!debugCtx->SkipVerificationOfCall(method->GetUniqId()) && in CheckLaunch()
3277 if (!debugCtx->SkipVerificationOfCall(method->GetUniqId()) && in CheckCall()

Completed in 18 milliseconds