Home
last modified time | relevance | path

Searched refs:IsProfileTypeInfoWithBigMethod (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.h140 GateRef IsProfileTypeInfoWithBigMethod(GateRef profileTypeInfo);
H A Dprofiler_stub_builder.cpp60 BRANCH(IsProfileTypeInfoWithBigMethod(profileTypeInfo), &exit, &needDump); in TryDump()
830 GateRef ProfilerStubBuilder::IsProfileTypeInfoWithBigMethod(GateRef profileTypeInfo) in IsProfileTypeInfoWithBigMethod() function in panda::ecmascript::kungfu::ProfilerStubBuilder
849 res = BoolNot(IsProfileTypeInfoWithBigMethod(profileTypeInfo)); in IsProfileTypeInfoHotAndValid()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info.h241 bool IsProfileTypeInfoWithBigMethod() const in IsProfileTypeInfoWithBigMethod() function in panda::ecmascript::ProfileTypeInfo
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp317 if (profileTypeInfo->IsProfileTypeInfoWithBigMethod()) { in UpdateTrackInfo()

Completed in 8 milliseconds