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

1 2 3 4 5 6 7 8 9

  /external/clang/test/Analysis/
checker-plugins.c 8 void caller() { function
  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 35 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); local
36 return ResolveVerifyAndClinit(type_idx, caller, self, true, false);
44 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); local
45 return ResolveVerifyAndClinit(type_idx, caller, self, false, false);
51 // Called when caller isn't guaranteed to have access to a type and the dex cache may be
54 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); local
55 return ResolveVerifyAndClinit(type_idx, caller, self, false, true);
62 auto* caller = GetCalleeSaveMethodCaller(self, Runtime::kRefsOnly); local
63 return ResolveStringFromCode(caller, string_idx);
  /external/clang/test/CodeGenCXX/
empty-nontrivially-copyable.cpp 5 // constructors passed by value should be passed indirectly, with the caller
21 void caller(Empty &e) { function
sparcv9-abi.cpp 17 // CHECK-LABEL: caller
20 void caller() function
  /external/clang/test/CXX/class/class.friend/
p1-ambiguous.cpp 21 int caller();
34 int foo::caller() { function in class:foo
  /external/v8/test/webkit/
apply-varargs.js 61 function caller(testArgCount) function
87 shouldBe("caller(0)", 'undefined');
88 shouldBe("caller(1)", 'undefined');
89 shouldBe("caller(2)", 'undefined');
90 shouldBe("caller(3)", 'undefined');
91 shouldBe("caller(4)", 'undefined');
92 shouldBe("caller(5)", 'undefined');
93 shouldBe("caller(6)", 'undefined');
94 shouldBe("caller(7)", 'undefined');
95 shouldBe("caller(8)", 'undefined')
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-localentry.s 22 .type caller, @function
23 caller: label
28 .size caller, .-caller
  /frameworks/base/core/tests/coretests/src/android/app/activity/
AbortReceiver.java 37 IBinder caller = intent.getIBinderExtra("caller"); local
41 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0);
LocalDeniedReceiver.java 32 IBinder caller = intent.getIBinderExtra("caller"); local
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
LocalGrantedReceiver.java 32 IBinder caller = intent.getIBinderExtra("caller"); local
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
RemoteDeniedReceiver.java 32 IBinder caller = intent.getIBinderExtra("caller"); local
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
RemoteGrantedReceiver.java 32 IBinder caller = intent.getIBinderExtra("caller"); local
36 caller.transact(BroadcastTest.GOT_RECEIVE_TRANSACTION, data, null, 0);
RemoteReceiver.java 40 IBinder caller = intent.getIBinderExtra("caller"); local
44 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0);
LocalReceiver.java 67 IBinder caller = intent.getIBinderExtra("caller"); local
71 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0);
  /art/runtime/native/
java_lang_reflect_Constructor.cc 49 auto* caller = GetCallingClass(soa.Self(), 1); local
50 // If caller is null, then we called from JNI, just avoid the check since JNI avoids most
52 if (caller != nullptr && !caller->CanAccess(c.Get())) {
61 PrettyClass(c.Get()).c_str(), PrettyClass(caller).c_str());
  /art/runtime/
nth_caller_visitor.h 34 caller(nullptr) {}
46 DCHECK(caller == nullptr);
48 caller = m;
59 ArtMethod* caller; member in struct:art::NthCallerVisitor
  /external/emma/core/java12/com/vladium/util/
ResourceLoader.java 36 final Class caller = ClassLoaderResolver.getCallerClass (1); local
37 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
47 final Class caller = ClassLoaderResolver.getCallerClass (1); local
48 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
61 final Class caller = ClassLoaderResolver.getCallerClass (1); local
62 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
76 final Class caller = ClassLoaderResolver.getCallerClass (1); local
77 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
ClassLoaderResolver.java 33 * typically involves choosing between the caller's current, thread context,
39 * @param caller [null input eliminates the caller's current classloader
42 * @return classloader to be used by the caller ['null' indicates the
45 public static synchronized ClassLoader getClassLoader (final Class caller)
47 final ClassLoadContext ctx = new ClassLoadContext (caller);
55 * typically involves choosing between the caller's current, thread context,
59 * This method uses its own caller to set the call context. To be able to
64 * @return classloader to be used by the caller ['null' indicates the
69 final Class caller = getCallerClass (1); // 'caller' can be set to nul local
148 final Class caller = ctx.getCallerClass (); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Subroutine.java 57 final JumpInsnNode caller)
62 callers.add(caller);
84 Object caller = subroutine.callers.get(i); local
85 if (!callers.contains(caller)) {
86 callers.add(caller);
  /external/v8/test/mjsunit/es6/
promises.js 46 var poisoned = {caller: 0, callee: 0, arguments: 0}
  /bionic/linker/
dlfcn.cpp 106 soinfo* caller = find_containing_library(caller_addr); local
109 sym = dlsym_linear_lookup(symbol, &found, caller, handle);
  /development/ndk/platforms/android-3/include/linux/lockd/
xdr.h 29 char * caller; member in struct:nlm_lock
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 94 // Caller will be the third element
98 StackTraceElement caller=locations[2]; local
99 cname=caller.getClassName();
100 method=caller.getMethodName();
  /external/icu/icu4c/source/test/intltest/
intltest.h 337 IntlTest* caller; member in class:IntlTest
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 187 UPerfTest* caller; member in class:UPerfTest

Completed in 1835 milliseconds

1 2 3 4 5 6 7 8 9