Home
last modified time | relevance | path

Searched defs:primitiveName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dnative_stack.cpp168 const char *primitiveName = ""; in GetPrimitiveName() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp797 CString primitiveName; in GeneratePrimitiveNameString() local
859 CString primitiveName = GeneratePrimitiveNameString(entry); in GenerateNode() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp251 const char *primitiveName = nullptr; in GetNameAndClassRoot() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_file_test.cpp622 static void TestGetPrimitiveClass(const char *primitiveName) in TestGetPrimitiveClass()