Home
last modified time | relevance | path

Searched refs:ProfileObjLayout (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp40 ProfileObjLayout(glue, pc, func, values[0], Int32(1)); in PGOProfiler()
43 ProfileObjLayout(glue, pc, func, values[0], Int32(0)); in PGOProfiler()
169 void ProfilerStubBuilder::ProfileObjLayout(GateRef glue, GateRef pc, GateRef func, GateRef object, … in ProfileObjLayout() function in panda::ecmascript::kungfu::ProfilerStubBuilder
183 CallNGCRuntime(glue, RTSTUB_ID(ProfileObjLayout), { glue, func, offset, object, store }); in ProfileObjLayout()
Dprofiler_stub_builder.h38 void ProfileObjLayout(GateRef glue, GateRef pc, GateRef func, GateRef object, GateRef store);
Dcall_signature.h422 V(ProfileObjLayout) \
Dcall_signature.cpp1487 DEF_CALL_SIGNATURE(ProfileObjLayout) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h36 …void ProfileObjLayout(JSThread *thread, JSTaggedType func, int32_t offset, JSTaggedType object, bo…
Dpgo_profiler.cpp203 void PGOProfiler::ProfileObjLayout(JSThread *thread, JSTaggedType func, int32_t offset, JSTaggedTyp… in ProfileObjLayout() function in panda::ecmascript::PGOProfiler
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h103 V(ProfileObjLayout) \
362 …static void ProfileObjLayout(uintptr_t argGlue, uintptr_t func, int32_t offset, uintptr_t object, …
Druntime_stubs.cpp458 void RuntimeStubs::ProfileObjLayout(uintptr_t argGlue, uintptr_t func, int32_t offset, uintptr_t ob… in ProfileObjLayout() function in panda::ecmascript::RuntimeStubs
461 … thread->GetEcmaVM()->GetPGOProfiler()->ProfileObjLayout(thread, func, offset, object, store != 0); in ProfileObjLayout()