Home
last modified time | relevance | path

Searched defs:jsMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp85 auto jsMethod = Method::Cast(JSFunction::Cast(funcValue)->GetMethod()); in ProfileOpType() local
115 auto jsMethod = Method::Cast(method); in ProfileDefineClass() local
177 auto jsMethod = Method::Cast(method); in ProfileCreateObject() local
217 auto jsMethod = Method::Cast(method); in ProfileObjLayout() local
Dpgo_profiler_info.cpp616 bool PGOMethodInfoMap::AddMethod(Chunk *chunk, Method *jsMethod, SampleMode mode, int32_t incCount) in AddMethod()
985 bool PGORecordDetailInfos::AddMethod(const CString &recordName, Method *jsMethod, SampleMode mode, … in AddMethod()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp577 auto *jsMethod = in HWTEST_F_L0() local