Home
last modified time | relevance | path

Searched refs:CALL_MODE (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h32 SampleMode mode = SampleMode::CALL_MODE, int32_t incCount = 1);
Dpgo_profiler_info.h43 CALL_MODE, enumerator
371 mode = SampleMode::CALL_MODE; in GetSampleMode()
433 case SampleMode::CALL_MODE: in GetSampleModeToString()
444 if (count_ < threshold && mode_ == SampleMode::CALL_MODE) { in IsFilter()
463 SampleMode mode_ {SampleMode::CALL_MODE};
Dpgo_profiler_info.cpp826 if (count < threshold && mode == SampleMode::CALL_MODE) { in ParseFromText()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp580 ASSERT_TRUE(recordInfos->AddMethod("test", jsMethod, SampleMode::CALL_MODE, 1)); in HWTEST_F_L0()
581 ASSERT_FALSE(recordInfos->AddMethod("test", jsMethod, SampleMode::CALL_MODE, 1)); in HWTEST_F_L0()
582 ASSERT_FALSE(recordInfos->AddMethod("test", jsMethod, SampleMode::CALL_MODE, 1)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp436 …etEcmaVM()->GetPGOProfiler()->ProfileCall(func, target, pcOffset, SampleMode::CALL_MODE, incCount); in ProfileCall()