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

  /libcore/luni/src/main/java/sun/misc/
Unsafe.java 47 ClassLoader calling = VMStack.getCallingClassLoader(); local
48 if ((calling != null) && (calling != Unsafe.class.getClassLoader())) {
305 * Parks the calling thread for the specified amount of time,
  /external/v8/test/cctest/
test-debug.cc 6886 v8::Handle<v8::Context> calling = v8::Context::GetCalling(); local
    [all...]
  /external/v8/src/
api.cc 257 * which you sometimes can't avoid calling after the vm has crashed. Functions
817 // NeanderObject constructor. When you add one to the site calling the
852 // to check for a dead VM with ON_BAILOUT before calling it. To remind you
854 // site calling this method you should check that you ensured the VM was not
4427 i::Handle<i::Object> calling = local
    [all...]

Completed in 78 milliseconds