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 panda::mem::StaticObjectHelpersTest
Dinterpreter_test.cpp909 ObjectHeader *AllocObject(Class *cls) in AllocObject() function
1122 ObjectHeader *AllocObject(BaseClass *cls) in AllocObject() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h208 ets_object (*AllocObject)(EtsEnv *env, ets_class cls); member
604 ets_object AllocObject(ets_class cls) in AllocObject() function
Dets_napi_native_interface.cpp2498 NO_UB_SANITIZE static ets_object AllocObject(EtsEnv *env, ets_class cls) in AllocObject() function