Home
last modified time | relevance | path

Searched full:dynamic_class (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dhclass.h28 // Class for objects in DYNAMIC_CLASS languages like JavaScript
31 static constexpr uint32_t HCLASS = DYNAMIC_CLASS << 1U;
44 SetFlags(flags | BaseClass::DYNAMIC_CLASS); in HClass()
136 ASSERT(flags & BaseClass::DYNAMIC_CLASS); in SetFlags()
Dclass.h40 static constexpr uint32_t DYNAMIC_CLASS = 1U;
57 return (flags_ & DYNAMIC_CLASS) != 0; in IsDynamicClass()
122 static constexpr uint32_t STRING_CLASS = DYNAMIC_CLASS << 1U;
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dsignatures.h.erb82 return <%= data.dynamic_class %>;
146 if (assemblerName == <%= data.dynamic_class %>) {
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.yaml1452 dynamic_class: BUILTIN_JSVALUE