Home
last modified time | relevance | path

Searched defs:GlobalIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dglobal_index.h30 explicit GlobalIndex(uint32_t index) : index_(index) {} in GlobalIndex() function
31 explicit GlobalIndex(int32_t index) : index_(static_cast<uint32_t>(index)) {} in GlobalIndex() function
Djs_thread.h54 class GlobalIndex; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h45 class GlobalIndex; variable