Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dvn.h33 using ObjType = uint32_t; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp42 using ObjType = std::remove_pointer_t<typename Conv::cpptype>; in WrapImpl() typedef