Home
last modified time | relevance | path

Searched defs:ctorMethodId (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h110 void InsertSkipCtorMethodIdSafe(EntityId ctorMethodId) in InsertSkipCtorMethodIdSafe()
Dpgo_profiler.cpp1338 auto ctorMethodId = ctorJSMethod->GetMethodId().GetOffset(); in DumpDefineClass() local
1472 int ctorMethodId = 0; in DumpNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp186 … EntityId ctorMethodId = Method::Cast(func->GetMethod().GetTaggedObject())->GetMethodId(); in PrototypeSetter() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp360 int ctorMethodId = 0; in ConvertNewObjRange() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1332 auto ctorMethodId = GetRuntime()->ResolveMethodIndex(GetMethod(), ctorMethodIndex); in BuildInitString() local