Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1310 auto ctorMethodId = ctorJSMethod->GetMethodId().GetOffset(); in DumpDefineClass() local
1448 int ctorMethodId = 0; in DumpNewObjRange() local
2185 void PGOProfiler::InsertSkipCtorMethodIdSafe(EntityId ctorMethodId) in InsertSkipCtorMethodIdSafe()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp391 int ctorMethodId = 0; in ConvertNewObjRange() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1361 auto ctorMethodId = GetRuntime()->ResolveMethodIndex(GetMethod(), ctorMethodIndex); in BuildInitString() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp288 … EntityId ctorMethodId = Method::Cast(func->GetMethod(thread).GetTaggedObject())->GetMethodId(); in PrototypeSetter() local