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

  /external/v8/src/third_party/vtune/
vtune-jit.cc 171 iJIT_Method_Load jmethod; local
172 memset(&jmethod, 0, sizeof jmethod);
173 jmethod.method_id = iJIT_GetNewMethodID();
174 jmethod.method_load_address = event->code_start;
175 jmethod.method_size = static_cast<unsigned int>(event->code_len);
176 jmethod.method_name = temp_method_name;
181 // Get the source file name and set it to jmethod.source_file_name
187 jmethod.source_file_name = temp_file_name;
194 // Get the line_num_info and set it to jmethod.line_number_tabl
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 790 jmethodID jmethod = env->GetMethodID(jklass, "fooI", "(I)I"); local
791 EXPECT_TRUE(jmethod != nullptr);
794 jint result = env->CallNonvirtualIntMethod(thisObj, jklass, jmethod, i - 1);
    [all...]
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 

Completed in 1224 milliseconds