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

  /external/chromium_org/v8/src/third_party/vtune/
vtune-jit.cc 188 iJIT_Method_Load jmethod; local
189 memset(&jmethod, 0, sizeof jmethod);
190 jmethod.method_id = iJIT_GetNewMethodID();
191 jmethod.method_load_address = event->code_start;
192 jmethod.method_size = static_cast<unsigned int>(event->code_len);
193 jmethod.method_name = temp_method_name;
198 // Get the source file name and set it to jmethod.source_file_name
203 jmethod.source_file_name = temp_file_name;
210 // Get the line_num_info and set it to jmethod.line_number_tabl
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 811 jmethodID jmethod = env->GetMethodID(jklass, "fooI", "(I)I"); local
812 EXPECT_TRUE(jmethod != nullptr);
815 jint result = env->CallNonvirtualIntMethod(thisObj, jklass, jmethod, i - 1);
    [all...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 150 milliseconds