Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/
Dhiddenapi.cc96 static jobject NewInstance(JNIEnv* env, jclass klass) { in NewInstance() function
/art/tools/jvmti-agents/titrace/
Dinstruction_decoder.cc509 InstructionDecoder* InstructionDecoder::NewInstance(InstructionFileFormat file_format) { in NewInstance() function in titrace::InstructionDecoder