Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dobject_helpers_test.cpp111 ObjectHeader *AllocObject(Class *klass) in AllocObject() function in ark::mem::StaticObjectHelpersTest
Dinterpreter_test.cpp928 ObjectHeader *AllocObject(Class *cls) in AllocObject() function
1155 ObjectHeader *AllocObject(BaseClass *cls) in AllocObject() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h206 ets_object (*AllocObject)(EtsEnv *env, ets_class cls); member
603 ets_object AllocObject(ets_class cls) in AllocObject() function
Dets_napi_native_interface.cpp2562 NO_UB_SANITIZE static ets_object AllocObject(EtsEnv *env, ets_class cls) in AllocObject() function