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

  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 48 public int transactGetInt(int method_code, int error_ret_val)
57 mRemote.transact(method_code, data, reply, 0);
70 public int transactSetInt(int method_code, int val) {
77 mRemote.transact(method_code, data, reply, 0);
90 public long transactGetLong(int method_code, long error_ret_val)
99 mRemote.transact(method_code, data, reply, 0);
112 public int transactSetLong(int method_code, long val) {
119 mRemote.transact(method_code, data, reply, 0);
132 public String transactGetString(int method_code, String error_ret_val)
141 mRemote.transact(method_code, data, reply, 0)
    [all...]
  /art/compiler/
common_compiler_test.cc 87 const void* method_code = CompiledMethod::CodePointer(code_ptr, local
89 LOG(INFO) << "MakeExecutable " << PrettyMethod(method) << " code=" << method_code;
90 class_linker_->SetEntryPointsToCompiledCode(method, method_code);
  /art/runtime/
class_linker.h 524 void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const
    [all...]
class_linker.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 

Completed in 84 milliseconds