Searched refs:ProfileObjLayout (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | profiler_stub_builder.cpp | 40 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()
|
D | profiler_stub_builder.h | 38 void ProfileObjLayout(GateRef glue, GateRef pc, GateRef func, GateRef object, GateRef store);
|
D | call_signature.h | 422 V(ProfileObjLayout) \
|
D | call_signature.cpp | 1487 DEF_CALL_SIGNATURE(ProfileObjLayout) in DEF_CALL_SIGNATURE() argument
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler.h | 36 …void ProfileObjLayout(JSThread *thread, JSTaggedType func, int32_t offset, JSTaggedType object, bo…
|
D | pgo_profiler.cpp | 203 void PGOProfiler::ProfileObjLayout(JSThread *thread, JSTaggedType func, int32_t offset, JSTaggedTyp… in ProfileObjLayout() function in panda::ecmascript::PGOProfiler
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 103 V(ProfileObjLayout) \ 362 …static void ProfileObjLayout(uintptr_t argGlue, uintptr_t func, int32_t offset, uintptr_t object, …
|
D | runtime_stubs.cpp | 458 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()
|