Home
last modified time | relevance | path

Searched defs:START (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/verification/value/
Dorigin.h27 enum class OriginType { START, INSTRUCTION }; enumerator
/arkcompiler/runtime_core/libpandabase/tests/
Dmem_range_test.cpp66 constexpr uintptr_t START = 10, END = 10000; in TEST() local