Home
last modified time | relevance | path

Searched refs:pgoKind (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp404 ProfileType::Kind pgoKind = ProfileType::Kind::BuiltinFunctionId; in ConvertGetIterator() local
405 auto type = chunk_->New<PGOSampleType>(ProfileType(abcId_, std::abs(iterKind), pgoKind)); in ConvertGetIterator()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1471 ProfileType::Kind pgoKind = ProfileType::Kind::BuiltinFunctionId; in DumpGetIterator() local
1472 PGOSampleType type = PGOSampleType::CreateProfileType(abcId, std::abs(iterKind), pgoKind); in DumpGetIterator()

Completed in 6 milliseconds