Home
last modified time | relevance | path

Searched refs:AINT (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dsamples_record_test.cpp109 EXPECT_EQ(result, "testFunction(AINT-D)"); in HWTEST_F_L0()
119 result = samplesRecord.AddRunningStateTest(funcName, RunningState::AINT, in HWTEST_F_L0()
152 result = samplesRecord.AddRunningStateTest(funcName, RunningState::AINT, in HWTEST_F_L0()
154 EXPECT_EQ(result, "testFunction(AINT)"); in HWTEST_F_L0()
166 EXPECT_EQ(result, "testFunction(AINT-D)(DEOPT:NotInt1)"); in HWTEST_F_L0()
175 samplesRecord.StatisticStateTimeTest(103, RunningState::AINT); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.h30 AINT, member in panda::ecmascript::RunningState
H A Djs_stackgetter.cpp213 // For Methods that is compiled in AOT but deoptimized at runtime, we mark it as AINT-D in GetRunningState()
219 return RunningState::AINT; in GetRunningState()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp161 state = RunningState::AINT; in AddRunningState()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.cpp256 temp.append("(AINT-D)"); in AddRunningState()
266 case RunningState::AINT: in AddRunningState()
268 temp.append("(AINT)"); in AddRunningState()
318 case RunningState::AINT: { in StatisticStateTime()

Completed in 4 milliseconds