Home
last modified time | relevance | path

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

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