HomeSort by relevance Sort by last modified time
    Searched full:shorty (Results 26 - 50 of 62) sorted by null

12 3

  /art/compiler/jni/portable/
jni_compiler.cc 284 const char* shorty = dex_compilation_unit_->GetShorty(&shorty_size); local
289 switch (shorty[0]) {
300 default: LOG(FATAL) << "Unreachable: unexpected return type in shorty " << shorty;
314 args_type.push_back(irb_.getJType(shorty[i]));
  /art/runtime/entrypoints/
entrypoint_utils.cc 234 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, const char* shorty,
252 if (shorty[i + 1] == 'L') {
258 mirror::Object* val = BoxPrimitive(Primitive::GetType(shorty[i + 1]), jv);
280 if (shorty[0] == 'V' || (shorty[0] == 'L' && result == NULL)) {
entrypoint_utils.h 179 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, const char* shorty,
  /art/compiler/dex/
frontend.cc 126 // Supported shorty types per instruction set. nullptr means that all are available.
489 shorty(nullptr),
536 static bool CanCompileShorty(const char* shorty, InstructionSet instruction_set) {
543 uint32_t shorty_size = strlen(shorty);
547 if (strchr(supported_types, shorty[i]) == nullptr) {
570 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); local
571 if (!CanCompileShorty(shorty, cu.instruction_set)) {
572 VLOG(compiler) << "Unsupported shorty : " << shorty;
609 << "' with shorty : " << invoke_method_shorty
    [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S 358 * Helper for quick invocation stub to set up XMM registers. Assumes r10 == shorty,
360 * the end of the shorty.
364 movb (%r10), %al // al := *shorty
365 addq MACRO_LITERAL(1), %r10 // shorty++
389 * Helper for quick invocation stub to set up GPR registers. Assumes r10 == shorty,
391 * the end of the shorty.
395 movb (%r10), %al // al := *shorty
396 addq MACRO_LITERAL(1), %r10 // shorty++
430 * r9 = char* shorty
438 leaq 1(%r9), %r10 // R10 := shorty + 1 ; ie skip return arg character
    [all...]
  /development/scripts/gdb/
dalvik.gdb 25 printf " signature = %s\n", ((Method *) $method)->shorty
  /art/test/003-omnibus-opcodes/src/
IntMath.java 464 static class Shorty {
473 static Shorty truncateTest(int x) {
475 Shorty shorts = new Shorty();
482 static void truncateCheck(Shorty shorts) {
603 Shorty shorts = truncateTest(-16717277); // 0xff00ea23
  /art/runtime/
dex_file_verifier.cc 155 ErrorStringPrintf("Shorty vs. primitive type mismatch: '%c', '%s'",
162 ErrorStringPrintf("Shorty vs. type mismatch: '%c', '%s'", shorty_char, descriptor);
167 ErrorStringPrintf("Bad shorty character: '%c'", shorty_char);
    [all...]
native_bridge_art_interface.cc 101 // native bridge calls back to VM for the shorty of the method so that it can prepare based on
instrumentation.h 67 // parse the shorty to determine what kind of register holds the result.
  /dalvik/libdex/
DexSwapVerify.cpp 625 /* Helper for crossVerifyProtoIdItem(), which checks a shorty character
628 static bool shortyDescMatch(char shorty, const char* descriptor, bool
630 switch (shorty) {
646 if ((descriptor[0] != shorty) || (descriptor[1] != '\0')) {
647 ALOGE("Shorty vs. primitive type mismatch: '%c', '%s'",
648 shorty, descriptor);
655 ALOGE("Shorty vs. type mismatch: '%c', '%s'",
656 shorty, descriptor);
662 ALOGE("Bogus shorty: '%c'", shorty);
673 const char* shorty = local
    [all...]
DexProto.cpp 227 const char* shorty = dexProtoGetShorty(pProto); local
231 shorty++;
234 switch (*(shorty++)) {
  /art/compiler/jni/quick/
jni_compiler.cc 64 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); local
69 JniCallingConvention::Create(is_static, is_synchronized, shorty, instruction_set));
73 ManagedRuntimeCallingConvention::Create(is_static, is_synchronized, shorty, instruction_set));
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 806 short shorty = res.getShort(6); local
807 assertEquals(3,shorty);
810 shorty = res.getShort(6);
811 assertEquals(0,shorty);
822 short shorty = res.getShort("Sint"); local
823 assertEquals(3,shorty);
826 shorty = res.getShort("Sint");
827 assertEquals(0,shorty);
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderProtoPool.java 78 return key.shorty;
  /external/oprofile/libpopt/
popt.c 123 /*@null@*/ const void * myData, int shorty)
139 invokeCallbacksOPTION(con, opt->arg, myOpt, myData, shorty);
145 ((myOpt->shortName && opt->shortName && shorty &&
719 int shorty = 0; local
816 shorty = 0;
842 shorty = 1;
976 invokeCallbacksOPTION(con, con->options, opt, cbData, shorty);
    [all...]
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S 509 stp x4, x5, [x10, #16] // Save result and shorty addresses.
558 // Restore return value address and shorty address.
606 * char *shorty); x5
642 // Parse the passed shorty to determine which register to load.
654 add x10, x5, #1 // Load shorty address, plus one to skip return value.
660 cbz w17, .LcallFunction // Exit at end of signature. Shorty 0 terminated.
769 * char *shorty); x5
776 // Parse the passed shorty to determine which register to load.
788 add x10, x5, #1 // Load shorty address, plus one to skip return value.
793 cbz w17, .LcallFunction2 // Exit at end of signature. Shorty 0 terminated
    [all...]
  /art/runtime/mirror/
art_method.h 194 static size_t NumArgRegisters(const StringPiece& shorty);
242 void Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, const char* shorty)
  /system/core/libnativebridge/
native_bridge.cc 420 void* NativeBridgeGetTrampoline(void* handle, const char* name, const char* shorty,
423 return callbacks->getTrampoline(handle, name, shorty, len);
  /art/runtime/interpreter/
interpreter_common.cc 554 // We need to do runtime check on reference assignment. We need to load the shorty
558 const char* shorty = method->GetShorty(&shorty_len); local
569 // Handle receiver apart since it's not part of the shorty.
581 switch (shorty[shorty_pos + 1]) {
    [all...]
  /art/compiler/optimizing/
builder.cc 89 const char* shorty = dex_compilation_unit_->GetShorty(); local
105 switch (shorty[pos++]) {
114 new (arena_) HParameterValue(parameter_index++, Primitive::GetType(shorty[pos - 1]));
  /art/compiler/dex/quick/
mir_to_lir.cc 235 RegisterClass ret_reg_class = ShortyToRegClass(cu_->shorty[0]);
300 RegisterClass reg_class = ShortyToRegClass(cu_->shorty[0]);
323 RegLocation rl_dest = GetReturn(ShortyToRegClass(cu_->shorty[0]));
453 DCHECK_EQ(LocToRegClass(rl_src[0]), ShortyToRegClass(cu_->shorty[0]));
461 DCHECK_EQ(LocToRegClass(rl_src[0]), ShortyToRegClass(cu_->shorty[0]));
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 485 * be different than shorty. For example, if a function return value
1681 const char* shorty = cu_->shorty; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.h 375 UnicodeString shorty((UChar32)0x12345);
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 439 UnicodeString shorty((UChar32)0x12345);

Completed in 1775 milliseconds

12 3