Home
last modified time | relevance | path

Searched defs:ToIndex (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_stats.h46 constexpr size_t ToIndex(ObjectTypeStats type) in ToIndex() function
61 constexpr size_t ToIndex(MemoryTypeStats type) in ToIndex() function
77 constexpr size_t ToIndex(TimeTypeStats type) in ToIndex() function
Dgc_phase.h36 constexpr size_t ToIndex(GCPhase phase) in ToIndex() function
Dgc_types.h61 constexpr size_t ToIndex(GCType type) in ToIndex() function
/arkcompiler/runtime_core/runtime/tooling/
Dpt_hook_type_info.h64 static constexpr size_t ToIndex(const PtHookType type) in ToIndex() function
/arkcompiler/runtime_core/runtime/include/
Dclass_linker_extension.h314 static constexpr size_t ToIndex(ClassRoot root) in ToIndex() function
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp901 JSTaggedNumber JSTaggedValue::ToIndex(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToIndex() function in panda::ecmascript::JSTaggedValue