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

  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 38 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength());
40 method->Invoke(self, arg_array.GetArray(), arg_array.GetNumBytes(), result, mh.GetShorty()[0]);
44 result, mh.GetShorty()[0]);
  /art/compiler/driver/
dex_compilation_unit.h 69 const char* GetShorty() const {
74 const char* GetShorty(uint32_t* shorty_len) const {
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 57 return ReturnRegisterForShorty(GetShorty(), false);
61 return ReturnRegisterForShorty(GetShorty(), true);
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 49 return ReturnRegisterForShorty(GetShorty());
53 return ReturnRegisterForShorty(GetShorty());
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 49 return ReturnRegisterForShorty(GetShorty());
53 return ReturnRegisterForShorty(GetShorty());
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 82 char shorty_char = mh.GetShorty()[i];
  /art/compiler/jni/quick/
calling_convention.h 131 const char* GetShorty() const {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 288 BuildQuickShadowFrameVisitor shadow_frame_builder(sp, mh.IsStatic(), mh.GetShorty(),
395 BuildQuickArgumentVisitor local_ref_visitor(sp, proxy_mh.IsStatic(), proxy_mh.GetShorty(),
411 JValue result = InvokeProxyInvocationHandler(soa, proxy_mh.GetShorty(),
  /art/compiler/jni/portable/
jni_compiler.cc 284 const char* shorty = dex_compilation_unit_->GetShorty(&shorty_size);
  /art/runtime/
object_utils.h 445 const char* GetShorty() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
458 GetShorty();
556 return Primitive::GetType(GetShorty()[param]);
instrumentation.cc 510 char return_shorty = MethodHelper(method).GetShorty()[0];
jni_internal.cc 157 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength());
159 InvokeWithArgArray(soa, method, &arg_array, &result, mh.GetShorty()[0]);
175 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength());
177 InvokeWithArgArray(soa, method, &arg_array, &result, mh.GetShorty()[0]);
188 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength());
190 InvokeWithArgArray(soa, method, &arg_array, &result, mh.GetShorty()[0]);
613 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength());
615 InvokeWithArgArray(soa, method, &arg_array, &result, mh.GetShorty()[0]);
    [all...]
debugger.cc     [all...]
dex_file.h 667 const char* GetShorty(uint32_t proto_idx) const {
    [all...]
check_jni.cc 289 if (*expectedType != MethodHelper(m).GetShorty()[0]) {
    [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 305 JValue result = InvokeProxyInvocationHandler(soa, proxy_mh.GetShorty(),
  /art/runtime/interpreter/
interpreter.cc 451 num_regs = num_ins = ArtMethod::NumArgRegisters(mh.GetShorty());
471 const char* shorty = mh.GetShorty();
564 num_regs = num_ins = ArtMethod::NumArgRegisters(mh.GetShorty());
581 const char* shorty = mh.GetShorty();
    [all...]
  /art/compiler/dex/
mir_graph.cc     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]

Completed in 513 milliseconds