Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h72 inline void ProfileDefineClass(GateRef constructor) const in ProfileDefineClass() function
Dprofiler_stub_builder.cpp109 void ProfilerStubBuilder::ProfileDefineClass(GateRef glue, GateRef pc, GateRef func, GateRef constr… in ProfileDefineClass() function in panda::ecmascript::kungfu::ProfilerStubBuilder
Dcall_signature.cpp1430 DEF_CALL_SIGNATURE(ProfileDefineClass) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp95 void PGOProfiler::ProfileDefineClass(JSThread *thread, JSTaggedType func, int32_t offset, JSTaggedT… in ProfileDefineClass() function in panda::ecmascript::PGOProfiler
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp445 void RuntimeStubs::ProfileDefineClass(uintptr_t argGlue, uintptr_t func, int32_t offset, uintptr_t … in ProfileDefineClass() function in panda::ecmascript::RuntimeStubs