Home
last modified time | relevance | path

Searched refs:STEP_SIZE (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_step_into_test.h38 size_t stepInto[STEP_SIZE][LINE_COLUMN] = in JsStepIntoTest()
41 SetJSPtLocation(stepInto[0], STEP_SIZE, stepLocations_); in JsStepIntoTest()
59 if (stepCompleteCounter_ < STEP_SIZE) { in JsStepIntoTest()
85 if (index < STEP_SIZE) { in JsStepIntoTest()
104 static constexpr size_t STEP_SIZE = 9; member in panda::ecmascript::tooling::test::JsStepIntoTest
H A Djs_step_over_test.h39 SetJSPtLocation(stepOver[0], STEP_SIZE, stepLocations_); in JsStepOverTest()
57 if (stepCompleteCounter_ < STEP_SIZE) { in JsStepOverTest()
83 if (index < STEP_SIZE) { in JsStepOverTest()
102 static constexpr size_t STEP_SIZE = 7; member in panda::ecmascript::tooling::test::JsStepOverTest
H A Djs_step_out_test.h39 SetJSPtLocation(stepOut[0], STEP_SIZE, stepLocations_); in JsStepOutTest()
79 if (index < STEP_SIZE) { in JsStepOutTest()
98 static constexpr size_t STEP_SIZE = 4; member in panda::ecmascript::tooling::test::JsStepOutTest
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.cpp283 static constexpr uint32_t STEP_SIZE = STEP_IN_KB * KILO_BYTES; in AddChecksum() local
285 std::unique_ptr<std::vector<uint8_t>> buffer = std::make_unique<std::vector<uint8_t>>(STEP_SIZE); in AddChecksum()
294 uint32_t readSize = std::min(STEP_SIZE, remainingSize); in AddChecksum()

Completed in 3 milliseconds