Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/ti-agent/
H A Djni_helper.h27 static inline jobjectArray CreateObjectArray(JNIEnv* env, in CreateObjectArray() function
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc58 static ObjPtr<mirror::ObjectArray<mirror::Object>> CreateObjectArray( in CreateObjectArray() function in art::interpreter::UnstartedRuntimeTest