HomeSort by relevance Sort by last modified time
    Searched refs:IsJVM (Results 1 - 5 of 5) sorted by null

  /art/test/ti-agent/
test_env.h 31 bool IsJVM();
test_env.cc 26 bool IsJVM() {
jvmti_helper.cc 94 if (IsJVM()) {
redefinition_helper.cc 112 jbyteArray desired_array = IsJVM() ? class_file_bytes[i] : dex_file_bytes[i];
248 const std::vector<unsigned char>& desired_array = IsJVM() ? res.class_bytes : res.dex_bytes;
  /art/test/983-source-transform-verify/
source_transform.cc 60 if (IsJVM()) {

Completed in 82 milliseconds