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

  /art/runtime/
method_helper-inl.h 59 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); local
60 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
method_helper.cc 32 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx); local
35 return Runtime::Current()->GetClassLinker()->ResolveString(*dex_file, method_id.name_idx_,
dex_file_test.cc 241 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); local
242 const char* name = raw->StringDataByIdx(method_id.name_idx_);
244 std::string signature(raw->GetMethodSignature(method_id).ToString());
252 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); local
254 const char* name = raw->StringDataByIdx(method_id.name_idx_);
257 std::string signature(raw->GetMethodSignature(method_id).ToString());
263 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); local
265 const char* name = raw->StringDataByIdx(method_id.name_idx_);
268 std::string signature(raw->GetMethodSignature(method_id).ToString());
utils.cc 395 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); local
396 std::string result(PrettyDescriptor(dex_file.GetMethodDeclaringClassDescriptor(method_id)));
398 result += dex_file.GetMethodName(method_id);
400 const Signature signature = dex_file.GetMethodSignature(method_id);
    [all...]
class_linker.cc 2847 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); local
5233 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); local
5452 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); local
    [all...]
  /art/compiler/sea_ir/types/
type_inference.cc 42 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); local
43 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_));
52 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); local
53 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_));
58 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); local
59 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_;
  /art/compiler/driver/
dex_compilation_unit.h 72 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); local
73 return dex_file_->GetMethodShorty(method_id);
77 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); local
78 return dex_file_->GetMethodShorty(method_id, shorty_len);
compiler_driver.cc 874 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx); local
911 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx); local
    [all...]
  /art/compiler/jni/portable/
jni_compiler.cc 67 DexFile::MethodId const& method_id = member in class:art::llvm::DexFile
69 char const return_shorty = dex_file->GetMethodShorty(method_id)[0];
  /art/runtime/quick/
inline_method_analyser.cc 139 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index); local
140 const char* method_name = ref.dex_file->GetMethodName(method_id);
  /external/chromium_org/base/android/jni_generator/
golden_sample_for_tests_jni.h 106 jmethodID method_id = local
121 method_id, as_jint(foo), as_jint(bar));
131 jmethodID method_id = local
144 method_id);
155 jmethodID method_id = local
167 method_id);
178 jmethodID method_id = local
190 method_id);
202 jmethodID method_id = local
218 method_id, l, as_jint(i), s)
229 jmethodID method_id = local
253 jmethodID method_id = local
275 jmethodID method_id = local
299 jmethodID method_id = local
    [all...]
  /external/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper_unittest.cc 166 jmethodID method_id = local
168 EXPECT_TRUE(method_id);
173 method_id,
  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.h 177 unsigned int method_id; member in struct:_iJIT_Method_Id
191 unsigned int method_id; member in struct:_iJIT_Method_NIDS
217 unsigned int method_id; member in struct:_iJIT_Method_Load
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 138 unsigned int method_id; member in struct:_iJIT_Method_Id
152 unsigned int method_id; member in struct:_iJIT_Method_NIDS
178 unsigned int method_id; member in struct:_iJIT_Method_Load
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 666 const DexFile::MethodId* method_id = local
670 if (method_id == nullptr) {
673 return dex_file->GetIndexForMethodId(*method_id);
    [all...]
codegen_util.cc 343 const DexFile::MethodId& method_id = local
345 const Signature signature = cu_->dex_file->GetMethodSignature(method_id);
346 const char* name = cu_->dex_file->GetMethodName(method_id);
347 const char* descriptor(cu_->dex_file->GetMethodDeclaringClassDescriptor(method_id));
    [all...]
  /art/compiler/optimizing/
builder.cc 328 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); local
329 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_);
  /art/runtime/jdwp/
jdwp.h 84 MethodId method_id; member in struct:art::JDWP::JdwpLocation
387 std::string DescribeMethod(const MethodId& method_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
jdwp_handler.cc 44 std::string DescribeMethod(const MethodId& method_id) {
45 return StringPrintf("%#x (%s)", method_id, Dbg::GetMethodName(method_id).c_str());
96 RefTypeId class_id, MethodId method_id, bool is_constructor)
104 VLOG(jdwp) << StringPrintf(" class_id=%#" PRIx64 " method_id=%x %s.%s", class_id,
105 method_id, Dbg::GetClassName(class_id).c_str(),
106 Dbg::GetMethodName(method_id).c_str());
127 JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId);
692 MethodId method_id = request.ReadMethodId(); local
694 return FinishInvoke(state, request, pReply, thread_id, 0, class_id, method_id, false)
708 MethodId method_id = request.ReadMethodId(); local
748 MethodId method_id = request.ReadMethodId(); local
759 MethodId method_id = request.ReadMethodId(); local
782 MethodId method_id = request.ReadMethodId(); local
878 MethodId method_id = request.ReadMethodId(); local
    [all...]
  /art/runtime/mirror/
art_method-inl.h 502 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); local
503 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 309 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); local
310 mirror::Class* klass = dex_cache->GetResolvedType(method_id.class_idx_);
  /external/chromium_org/base/android/linker/
linker_jni.cc 120 // On success, return true and set |*method_id|.
125 jmethodID* method_id) {
126 *method_id = env->GetStaticMethodID(clazz, method_name, method_sig);
127 if (!*method_id) {
132 __FUNCTION__, *method_id, method_name);
307 jmethodID method_id; member in struct:__anon6781::JavaCallbackBindings_class
316 &method_id);
373 s_java_callback_bindings.clazz, s_java_callback_bindings.method_id, arg);
  /art/compiler/dex/
mir_graph.cc 1403 const DexFile::MethodId& method_id = cu_->dex_file->GetMethodId(target_idx); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2210 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); local
2233 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); local
2316 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); local
2374 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); local
3003 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); local
4062 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); local
4074 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); local
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 2667 art::DexFile::MethodId const& method_id = member in class:__anon22::art::DexFile
    [all...]

Completed in 339 milliseconds