Searched refs:IterateProtoTransitionPool (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ | ||
H A D | pgo_type_recorder.h | 67 void IterateProtoTransitionPool(Callback callback) const in IterateProtoTransitionPool() function in panda::ecmascript::kungfu::PGOTypeRecorder 69 decoder_.IterateProtoTransitionPool(callback); in IterateProtoTransitionPool() |
H A D | pgo_type_parser.cpp | 193 typeRecorder.IterateProtoTransitionPool([this](PGOProtoTransitionType type) { in CreatePGOType() |
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ | ||
H A D | pgo_profiler_decoder.h | 147 bool IterateProtoTransitionPool(Callback callback) const in IterateProtoTransitionPool() function in panda::ecmascript::pgo::PGOProfilerDecoder 152 return recordSimpleInfos_->IterateProtoTransitionPool(callback); in IterateProtoTransitionPool() |
H A D | pgo_profiler_info.h | 671 bool IterateProtoTransitionPool(Callback callback) const in IterateProtoTransitionPool() function in panda::ecmascript::pgo::PGORecordSimpleInfos |
Completed in 6 milliseconds