HomeSort by relevance Sort by last modified time
    Searched defs:self (Results 176 - 200 of 844) sorted by null

1 2 3 4 5 6 78 91011>>

  /art/runtime/
indirect_reference_table.cc 356 auto* self = Thread::Current(); local
357 if (self->HandleScopeContains(reinterpret_cast<jobject>(iref))) {
358 auto* env = self->GetJniEnv();
361 ScopedObjectAccess soa(self);
364 self->Dump(LOG_STREAM(WARNING));
intern_table.cc 91 ObjPtr<mirror::String> InternTable::LookupWeak(Thread* self, ObjPtr<mirror::String> s) {
92 MutexLock mu(self, *Locks::intern_table_lock_);
96 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, ObjPtr<mirror::String> s) {
97 MutexLock mu(self, *Locks::intern_table_lock_);
101 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self,
108 MutexLock mu(self, *Locks::intern_table_lock_);
193 Thread* self = Thread::Current(); local
194 MutexLock mu(self, *Locks::intern_table_lock_);
195 weak_intern_condition_.Broadcast(self);
198 void InternTable::WaitUntilAccessible(Thread* self) {
217 Thread* const self = Thread::Current(); local
269 Thread* self = Thread::Current(); local
    [all...]
oat_file_assistant_test.cc 1213 Thread* self = Thread::Current(); local
    [all...]
runtime_callbacks_test.cc 56 Thread* self = Thread::Current(); variable
57 ScopedObjectAccess soa(self);
58 ScopedThreadSuspension sts(self, kWaitingForDebuggerToAttach);
65 Thread* self = Thread::Current(); variable
66 ScopedObjectAccess soa(self);
67 ScopedThreadSuspension sts(self, kWaitingForDebuggerToAttach);
120 void ThreadStart(Thread* self) OVERRIDE {
123 stored_self = self;
129 void ThreadDeath(Thread* self) OVERRIDE {
130 if (state == CallbackState::kStarted && self == stored_self)
145 Thread* self = Thread::Current(); local
346 Thread* self = Thread::Current(); local
419 Thread* self = Thread::Current(); local
500 Thread* self = Thread::Current(); local
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 33 DCHECK(self->IsExceptionPending()); \
34 self->AllowThreadSuspension(); \
35 if (!MoveToExceptionHandler(self, shadow_frame, instr)) { \
37 DoMonitorCheckOnExit<do_assignability_check>(self, &shadow_frame); \
63 if (!DoMonitorCheckOnExit<do_assignability_check>(self, &shadow_frame)) { \
71 UNLIKELY(!DoDexPcMoveEvent(self, \
88 instrumentation->Branch(self, shadow_frame.GetMethod(), dex_pc, offset); \
91 if (jit::Jit::MaybeDoOnStackReplacement(self, \
108 jit->AddSamples(self, shadow_frame.GetMethod(), 1, /*with_backedges*/ true); \
113 if (UNLIKELY(self->ObserveAsyncException())) {
199 Thread* self = ctx->self; local
    [all...]
  /art/runtime/mirror/
var_handle_test.cc 40 static FieldVarHandle* CreateFieldVarHandle(Thread* const self,
44 StackHandleScope<4> hs(self);
46 ObjPtr<FieldVarHandle>::DownCast(FieldVarHandle::StaticClass()->AllocObject(self)));
63 static ArrayElementVarHandle* CreateArrayElementVarHandle(Thread* const self,
67 StackHandleScope<3> hs(self);
70 ArrayElementVarHandle::StaticClass()->AllocObject(self)));
80 static ByteArrayViewVarHandle* CreateByteArrayViewVarHandle(Thread* const self,
85 StackHandleScope<4> hs(self);
88 ByteArrayViewVarHandle::StaticClass()->AllocObject(self)));
95 Handle<Class> byte_array_class(hs.NewHandle(class_linker->FindArrayClass(self, &byte_class)))
231 Thread* const self = Thread::Current(); local
250 Thread * const self = Thread::Current(); local
384 Thread * const self = Thread::Current(); local
519 Thread * const self = Thread::Current(); local
685 Thread * const self = Thread::Current(); local
838 Thread * const self = Thread::Current(); local
    [all...]
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 94 explicit ClassSet(Thread* const self) : self_(self) {
147 Thread* const self = Thread::Current(); variable
149 ScopedObjectAccess soa(self);
150 ClassSet classes(self);
153 ScopedThreadSuspension sts(self, art::ThreadState::kNative);
java_lang_reflect_Executable.cc 47 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), annotation_array_class, 0);
57 StackHandleScope<1> hs(soa.Self());
84 StackHandleScope<4> hs(soa.Self());
114 soa.Self(),
118 DCHECK(soa.Self()->IsExceptionPending());
130 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), annotation_array_class, 0));
132 DCHECK(soa.Self()->IsExceptionPending());
156 Thread* self = soa.Self(); local
157 StackHandleScope<8> hs(self);
    [all...]
  /art/runtime/verifier/
reg_type.cc 726 Thread* self = Thread::Current(); local
727 self->AssertPendingException();
728 self->ClearException();
785 Thread* self = Thread::Current(); local
788 self->AssertPendingException();
792 mirror::Class* array_class = class_linker->FindArrayClass(self, &common_elem);
794 self->AssertPendingException();
    [all...]
reg_type_cache.cc 156 Thread* self = Thread::Current(); local
157 StackHandleScope<1> hs(self);
161 klass = class_linker->FindClass(self, descriptor, class_loader);
163 klass = class_linker->LookupClass(self, descriptor, loader);
  /art/test/common/
runtime_state.cc 149 Thread* self = Thread::Current(); local
150 ScopedObjectAccess soa(self);
173 Thread* self = Thread::Current(); local
174 ScopedObjectAccess soa(self);
190 Thread* self = Thread::Current(); local
191 ScopedObjectAccess soa(self);
208 Thread* self = Thread::Current(); local
211 ScopedObjectAccess soa(self);
235 ScopedObjectAccess soa(self);
237 ProfilingInfo::Create(self, method, /* retry_allocation */ true)
    [all...]
  /bionic/libc/kernel/uapi/linux/
scif_ioctl.h 27 struct scif_port_id self; member in struct:scifioctl_connect
73 __u64 self; member in struct:scifioctl_node_ids
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bytesio.c 15 #define CHECK_CLOSED(self) \
16 if ((self)->buf == NULL) { \
26 get_line(bytesio *self, char **output)
32 assert(self->buf != NULL);
35 str_end = self->buf + self->string_size;
36 for (n = self->buf + self->pos;
45 len = n - (self->buf + self->pos);
762 bytesio *self; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_randommodule.c 95 genrand_int32(RandomObject *self)
102 mt = self->state;
103 if (self->index >= N) { /* generate N words at one time */
117 self->index = 0;
120 y = mt[self->index++];
138 random_random(RandomObject *self)
140 unsigned long a=genrand_int32(self)>>5, b=genrand_int32(self)>>6;
146 init_genrand(RandomObject *self, unsigned long s)
151 mt = self->state;
497 RandomObject *self; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module)
32 Py_XINCREF(self);
33 op->m_self = self;
75 PyObject *self = PyCFunction_GET_SELF(func); local
81 return (*meth)(self, arg);
85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw);
90 return (*meth)(self, NULL);
101 return (*meth)(self, PyTuple_GET_ITEM(arg, 0));
116 return (*meth)(self, arg);
174 PyObject *self; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hashopenssl.c 102 EVP_hash(EVPobject *self, const void *vp, Py_ssize_t len)
112 EVP_DigestUpdate(&self->ctx, (const void*)cp, process);
121 EVP_dealloc(EVPobject *self)
124 if (self->lock != NULL)
125 PyThread_free_lock(self->lock);
127 EVP_MD_CTX_cleanup(&self->ctx);
128 Py_XDECREF(self->name);
129 PyObject_Del(self);
132 static void locked_EVP_MD_CTX_copy(EVP_MD_CTX *new_ctx_p, EVPobject *self)
134 ENTER_HASHLIB(self);
425 EVPobject *self; local
    [all...]
_randommodule.c 95 genrand_int32(RandomObject *self)
102 mt = self->state;
103 if (self->index >= N) { /* generate N words at one time */
117 self->index = 0;
120 y = mt[self->index++];
138 random_random(RandomObject *self)
140 unsigned long a=genrand_int32(self)>>5, b=genrand_int32(self)>>6;
146 init_genrand(RandomObject *self, unsigned long s)
151 mt = self->state;
482 RandomObject *self; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bytesio.c 15 #define CHECK_CLOSED(self) \
16 if ((self)->buf == NULL) { \
26 get_line(bytesio *self, char **output)
32 assert(self->buf != NULL);
35 str_end = self->buf + self->string_size;
36 for (n = self->buf + self->pos;
45 len = n - (self->buf + self->pos);
752 bytesio *self; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module)
32 Py_XINCREF(self);
33 op->m_self = self;
75 PyObject *self = PyCFunction_GET_SELF(func); local
81 return (*meth)(self, arg);
85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw);
90 return (*meth)(self, NULL);
101 return (*meth)(self, PyTuple_GET_ITEM(arg, 0));
116 return (*meth)(self, arg);
174 PyObject *self; local
    [all...]
  /external/brotli/c/enc/
hash_forgetful_chain_inc.h 57 static BROTLI_INLINE HashForgetfulChain* FN(Self)(HasherHandle handle) {
63 FN(Self)(handle)->max_hops =
69 HashForgetfulChain* self = FN(Self)(handle); local
77 self->addr[bucket] = 0xCCCCCCCC;
78 self->head[bucket] = 0xCCCC;
84 memset(self->addr, 0xCC, sizeof(self->addr));
85 memset(self->head, 0, sizeof(self->head))
104 HashForgetfulChain* self = FN(Self)(handle); local
162 HashForgetfulChain* self = FN(Self)(handle); local
    [all...]
hash_longest_match64_inc.h 54 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) {
58 static BROTLI_INLINE uint16_t* FN(Num)(HashLongestMatch* self) {
59 return (uint16_t*)(&self[1]);
62 static BROTLI_INLINE uint32_t* FN(Buckets)(HashLongestMatch* self) {
63 return (uint32_t*)(&FN(Num)(self)[self->bucket_size_]);
69 HashLongestMatch* self = FN(Self)(handle); local
71 self->hash_shift_ = 64 - common->params.bucket_bits;
72 self->hash_mask_ = (~((uint64_t)0U)) >> (64 - 8 * common->params.hash_len)
80 HashLongestMatch* self = FN(Self)(handle); local
110 HashLongestMatch* self = FN(Self)(handle); local
167 HashLongestMatch* self = FN(Self)(handle); local
    [all...]
hash_longest_match_inc.h 50 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) {
54 static BROTLI_INLINE uint16_t* FN(Num)(HashLongestMatch* self) {
55 return (uint16_t*)(&self[1]);
58 static BROTLI_INLINE uint32_t* FN(Buckets)(HashLongestMatch* self) {
59 return (uint32_t*)(&FN(Num)(self)[self->bucket_size_]);
65 HashLongestMatch* self = FN(Self)(handle); local
67 self->hash_shift_ = 32 - common->params.bucket_bits;
68 self->bucket_size_ = (size_t)1 << common->params.bucket_bits
75 HashLongestMatch* self = FN(Self)(handle); local
104 HashLongestMatch* self = FN(Self)(handle); local
160 HashLongestMatch* self = FN(Self)(handle); local
    [all...]
hash_to_binary_tree_inc.h 57 static BROTLI_INLINE HashToBinaryTree* FN(Self)(HasherHandle handle) {
61 static BROTLI_INLINE uint32_t* FN(Forest)(HashToBinaryTree* self) {
62 return (uint32_t*)(&self[1]);
67 HashToBinaryTree* self = FN(Self)(handle); local
68 self->window_mask_ = (1u << params->lgwin) - 1u;
69 self->invalid_pos_ = (uint32_t)(0 - self->window_mask_);
74 HashToBinaryTree* self = FN(Self)(handle) local
269 HashToBinaryTree* self = FN(Self)(handle); local
297 HashToBinaryTree* self = FN(Self)(handle); local
    [all...]
  /external/brotli/python/
_brotli.cc 151 static void brotli_Compressor_dealloc(brotli_Compressor* self) {
152 BrotliEncoderDestroyInstance(self->enc);
154 Py_TYPE(self)->tp_free((PyObject*)self);
156 self->ob_type->tp_free((PyObject*)self);
161 brotli_Compressor *self; local
162 self = (brotli_Compressor *)type->tp_alloc(type, 0);
164 if (self != NULL) {
165 self->enc = BrotliEncoderCreateInstance(0, 0, 0)
447 brotli_Decompressor *self; local
    [all...]
  /external/gemmlowp/profiling/
instrumentation.h 172 ThreadInfo* self = static_cast<ThreadInfo*>(ptr); local
173 ThreadsUnderProfiling().erase(self);
174 pthread_key_delete(self->key);
175 delete self->stack.lock;

Completed in 392 milliseconds

1 2 3 4 5 6 78 91011>>