Searched refs:AINT (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/ |
H A D | samples_record_test.cpp | 109 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 D | js_stackgetter.h | 30 AINT, member in panda::ecmascript::RunningState
|
H A D | js_stackgetter.cpp | 213 // 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 D | heap_sampling.cpp | 161 state = RunningState::AINT; in AddRunningState()
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
H A D | samples_record.cpp | 256 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